18 lines
414 B
JSON
18 lines
414 B
JSON
|
|
{
|
||
|
|
"$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"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|