Update error-schema.json
This commit is contained in:
+3
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user