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