From 4f35d32f50617da85f3dc5fc2b00627a9648ca10 Mon Sep 17 00:00:00 2001 From: SanteriLoitomaa Date: Thu, 23 Jul 2026 16:12:36 +0300 Subject: [PATCH] Update ewn-schema.json --- ewn-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ewn-schema.json b/ewn-schema.json index bf53544..129d1f3 100644 --- a/ewn-schema.json +++ b/ewn-schema.json @@ -23,7 +23,7 @@ "description": "The \"weight\" of the Note/Warning/Error. How heavy is its impact on the validity of the output." }, "hgl name": { - "type": "string", + "type": ["string", "array"], "description": "Name of the column of which's cell should be highlighted if this Note/Warning/Error is found." }, "hgl hex": {