Adding ui-json schemas (#188)
This commit is contained in:
17
source/resource/ui/_ui_defs.json
Normal file
17
source/resource/ui/_ui_defs.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"title": "UI definitions",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ui_defs": {
|
||||
"title": "UI definitions",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"title": "UI definition path",
|
||||
"description": "Path to a UI definition file.",
|
||||
"examples": ["ui/button.json", "ui/checkbox.json"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user