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",