Adding ui-json schemas (#188)
This commit is contained in:
14
source/resource/ui/general/boolean.json
Normal file
14
source/resource/ui/general/boolean.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Boolean",
|
||||
"description": "A boolean value.",
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"$ref": "./item_ref.json"
|
||||
}
|
||||
],
|
||||
"examples": ["true", "false", "$variable", "($variable)"]
|
||||
}
|
||||
Reference in New Issue
Block a user