Update error-schema.json

This commit is contained in:
2026-06-22 15:17:17 +03:00
parent ed4f138e51
commit 445fb05d24
+3 -2
View File
@@ -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",