Adding ui-json schemas (#188)
This commit is contained in:
12
source/resource/ui/_global_variables.json
Normal file
12
source/resource/ui/_global_variables.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user