10 lines
286 B
JSON
10 lines
286 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||
|
|
"$id": "https://santeriloitomaa.eu/schemas/error-schema.json",
|
||
|
|
"title": "Error/Warning/Note list",
|
||
|
|
"properties": {
|
||
|
|
"type" : {
|
||
|
|
"enum": ["Error", "Warning", "Note"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|