2018-11-07 21:01:53 +01:00
|
|
|
{
|
|
|
|
"type":"object",
|
|
|
|
"required":true,
|
|
|
|
"properties":{
|
2020-02-10 15:21:58 +01:00
|
|
|
"host": {
|
2018-11-07 21:01:53 +01:00
|
|
|
"type": "string",
|
2019-04-08 23:13:11 +02:00
|
|
|
"title":"edt_dev_spec_targetIpHost_title",
|
2018-11-07 21:01:53 +01:00
|
|
|
"propertyOrder" : 1
|
|
|
|
},
|
2019-04-08 23:13:11 +02:00
|
|
|
"token": {
|
2018-11-07 21:01:53 +01:00
|
|
|
"type": "string",
|
|
|
|
"title":"edt_dev_auth_key_title",
|
|
|
|
"propertyOrder" : 2
|
2020-06-12 11:16:39 +02:00
|
|
|
},
|
|
|
|
"title": {
|
|
|
|
"type" : "object",
|
|
|
|
"title":"edt_dev_spec_panelorganisation_title",
|
|
|
|
"access" : "advanced",
|
|
|
|
"propertyOrder" : 3
|
|
|
|
},
|
|
|
|
"panelOrderTopDown": {
|
|
|
|
"type": "integer",
|
|
|
|
"title":"edt_dev_spec_order_top_down_title",
|
|
|
|
"enum" : [0, 1],
|
|
|
|
"default" : 0,
|
|
|
|
"options" : {
|
|
|
|
"enum_titles" : ["edt_conf_enum_top_down", "edt_conf_enum_bottom_up"]
|
|
|
|
},
|
|
|
|
"minimum" : 0,
|
|
|
|
"maximum" : 1,
|
|
|
|
"access" : "advanced",
|
|
|
|
"propertyOrder" : 4
|
|
|
|
},
|
|
|
|
"panelOrderLeftRight": {
|
|
|
|
"type": "integer",
|
|
|
|
"title":"edt_dev_spec_order_left_right_title",
|
|
|
|
"enum" : [0, 1],
|
|
|
|
"default" : 0,
|
|
|
|
"options" : {
|
|
|
|
"enum_titles" : ["edt_conf_enum_left_right", "edt_conf_enum_right_left"]
|
|
|
|
},
|
|
|
|
"minimum" : 0,
|
|
|
|
"maximum" : 1,
|
|
|
|
"access" : "advanced",
|
|
|
|
"propertyOrder" : 5
|
|
|
|
},
|
|
|
|
"panelStartPos": {
|
|
|
|
"type": "integer",
|
|
|
|
"title":"edt_dev_spec_panel_start_position",
|
|
|
|
"step": 1,
|
|
|
|
"minimum" : 0,
|
|
|
|
"default": 0,
|
|
|
|
"access" : "advanced",
|
|
|
|
"propertyOrder" : 6
|
2018-11-07 21:01:53 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": true
|
|
|
|
}
|