hyperion.ng/libsrc/jsonserver/schema/schema-sourceselect.json

19 lines
361 B
JSON
Raw Normal View History

{
"type":"object",
"required":false,
"properties":{
"command": {
"type" : "string",
"required" : true,
"enum" : ["sourceselect"]
},
"priority": {
"type": "integer"
},
"auto": {
"type": "boolean"
}
},
"additionalProperties": false
}