From 8b0aa3699f66f2c3780cdaa2153ca31f37d87aba Mon Sep 17 00:00:00 2001 From: Santtinen <1+santtinen@noreply.santeriloitomaa.eu> Date: Mon, 22 Jun 2026 11:34:02 +0200 Subject: [PATCH] Upload files to "/" --- error-schema.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 error-schema.json 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