Files
schemas/error-schema.json
T

10 lines
312 B
JSON
Raw Normal View History

2026-06-22 11:34:02 +02:00
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
2026-06-22 11:34:55 +02:00
"$id": "https://santeriloitomaa.eu/Santtinen/schemas/src/branch/main/error-schema.json",
2026-06-22 11:34:02 +02:00
"title": "Error/Warning/Note list",
"properties": {
"type" : {
"enum": ["Error", "Warning", "Note"]
}
}
}