Update error-schema.json

This commit is contained in:
2026-06-22 14:50:48 +03:00
parent 8f2546a446
commit cef6bbe28d
+9 -2
View File
@@ -3,8 +3,12 @@
"$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" : "array",
"items": {
"type" : "object",
"properties": {
"errors": {
"type":"object",
"patternProperties": {
"": {
"type" : "object",
"properties": {
"type" : {
@@ -16,4 +20,7 @@
"type"
]
}
}
}
}
}