From 1e25eab7831c588db1a30bc4dfa6f4701b5ce6f4 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Tue, 8 Nov 2022 16:52:20 +0000 Subject: [PATCH] Update sasjslint-schema.json --- sasjslint-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sasjslint-schema.json b/sasjslint-schema.json index f5cac94..7e16ef9 100644 --- a/sasjslint-schema.json +++ b/sasjslint-schema.json @@ -58,7 +58,7 @@ }, "defaultHeader": { "$id": "#/properties/defaultHeader", - "type": "boolean", + "type": "string", "title": "defaultHeader", "description": "This sets the default program header - applies when a SAS program does NOT begin with `/**`.", "default": "/**{lineEnding} @file{lineEnding} @brief {lineEnding}

SAS Macros

{lineEnding}**/",