Update error-schema.json
This commit is contained in:
+13
-10
@@ -3,14 +3,17 @@
|
|||||||
"$id": "https://santeriloitomaa.eu/Santtinen/schemas/raw/branch/main/error-schema.json",
|
"$id": "https://santeriloitomaa.eu/Santtinen/schemas/raw/branch/main/error-schema.json",
|
||||||
"title": "Error/Warning/Note list",
|
"title": "Error/Warning/Note list",
|
||||||
"description": "A list of Errors, Warnings, and Notes",
|
"description": "A list of Errors, Warnings, and Notes",
|
||||||
"type" : "object",
|
"type" : "array",
|
||||||
"properties": {
|
"items": {
|
||||||
"type" : {
|
"type" : "object",
|
||||||
"description": "The type this Error/Warning/Note is",
|
"properties": {
|
||||||
"enum": ["Error", "Warning", "Note"]
|
"type" : {
|
||||||
}
|
"description": "The type this Error/Warning/Note is",
|
||||||
},
|
"enum": ["Error", "Warning", "Note"]
|
||||||
"required": [
|
}
|
||||||
"type"
|
},
|
||||||
]
|
"required": [
|
||||||
|
"type"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user