Update error-schema.json
This commit is contained in:
+9
-2
@@ -3,8 +3,12 @@
|
|||||||
"$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" : "array",
|
"type" : "object",
|
||||||
"items": {
|
"properties": {
|
||||||
|
"errors": {
|
||||||
|
"type":"object",
|
||||||
|
"patternProperties": {
|
||||||
|
"": {
|
||||||
"type" : "object",
|
"type" : "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"type" : {
|
"type" : {
|
||||||
@@ -17,3 +21,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user