From 445fb05d24028e806d51997af68926027f976c7f Mon Sep 17 00:00:00 2001 From: SanteriLoitomaa <25318539+SanteriLoitomaa@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:17:17 +0300 Subject: [PATCH] Update error-schema.json --- error-schema.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/error-schema.json b/error-schema.json index 2b44409..e8f616f 100644 --- a/error-schema.json +++ b/error-schema.json @@ -3,10 +3,11 @@ "$id": "https://santeriloitomaa.eu/Santtinen/schemas/raw/branch/main/error-schema.json", "title": "Error/Warning/Note list", "description": "A list of Errors, Warnings, and Notes", - "type" : "object", + "type": "object", "patternProperties": { "": { - "type" : "object", + "type": "object", + "description": "An error/warning/note. The name of the object is used as the unique code for this specific error/warning/note.", "properties": { "type" : { "type": "string",