From 7ccaecebd1bd980a3a4b0e3ec919c07f38567b4f Mon Sep 17 00:00:00 2001 From: Orbi-bot Date: Mon, 23 Oct 2023 22:33:31 +0000 Subject: [PATCH] auto: Generated Json Schemas --- resource/ui/_global_variables.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 resource/ui/_global_variables.json diff --git a/resource/ui/_global_variables.json b/resource/ui/_global_variables.json new file mode 100644 index 00000000..103ecaa0 --- /dev/null +++ b/resource/ui/_global_variables.json @@ -0,0 +1 @@ +{"title":"Global Variables","description":"Global variables that can be used in any JSON file.","type":"object","propertyNames":{"pattern":"^\\$[a-zA-Z0-9_]+$"},"additionalProperties":{"title":"Global Variable","type":["array","boolean","integer","number","string"]},"definitions":{}} \ No newline at end of file