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