Files
schemas/error-schema.json
T
2026-06-22 11:34:02 +02:00

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"]
}
}
}