commit 8b0aa3699f66f2c3780cdaa2153ca31f37d87aba Author: Santtinen <1+santtinen@noreply.santeriloitomaa.eu> Date: Mon Jun 22 11:34:02 2026 +0200 Upload files to "/" diff --git a/error-schema.json b/error-schema.json new file mode 100644 index 0000000..31abbe0 --- /dev/null +++ b/error-schema.json @@ -0,0 +1,10 @@ +{ + "$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"] + } + } +} \ No newline at end of file