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",
|
"$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": "object",
|
||||||
"patternProperties": {
|
"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": {
|
"properties": {
|
||||||
"type" : {
|
"type" : {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
Reference in New Issue
Block a user