mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
37 lines
655 B
JSON
37 lines
655 B
JSON
|
{
|
||
|
"type" : "object",
|
||
|
"title" : "edt_conf_fw_heading_title",
|
||
|
"required" : true,
|
||
|
"properties" :
|
||
|
{
|
||
|
"enable" :
|
||
|
{
|
||
|
"type" : "boolean",
|
||
|
"title" : "edt_conf_general_enable_title",
|
||
|
"propertyOrder" : 1
|
||
|
},
|
||
|
"json" :
|
||
|
{
|
||
|
"type" : "array",
|
||
|
"title" : "edt_conf_fw_json_title",
|
||
|
"required" : true,
|
||
|
"items" : {
|
||
|
"type": "string",
|
||
|
"title" : "edt_conf_fw_json_itemtitle"
|
||
|
},
|
||
|
"propertyOrder" : 2
|
||
|
},
|
||
|
"proto" :
|
||
|
{
|
||
|
"type" : "array",
|
||
|
"title" : "edt_conf_fw_proto_title",
|
||
|
"items" : {
|
||
|
"type": "string",
|
||
|
"title" : "edt_conf_fw_proto_itemtitle"
|
||
|
},
|
||
|
"propertyOrder" : 3
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties" : false
|
||
|
}
|