Add Schema

This commit is contained in:
Ansel Zandegran 2018-11-07 21:01:53 +01:00
parent f7d5c2c908
commit 820e16b6cb
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"type":"object",
"required":true,
"properties":{
"output": {
"type": "string",
"title":"edt_dev_spec_targetIp_title",
"propertyOrder" : 1
},
"key": {
"type": "string",
"title":"edt_dev_auth_key_title",
"propertyOrder" : 2
},
"colorOrder": {
"type": "string",
"title":"edt_dev_color_order_title",
"default": "rgb",
"propertyOrder" : 3
}
},
"additionalProperties": true
}