hyperion.ng/libsrc/api/JSONRPC_schema/schema-sourceselect.json

30 lines
439 B
JSON
Raw Permalink Normal View History

{
"type":"object",
"required":false,
"properties":{
"command": {
"type" : "string",
"required" : true,
"enum" : ["sourceselect"]
},
2024-05-08 22:06:32 +02:00
"instance" : {
"type": "array",
"required": false,
"items" : {},
"minItems": 1
},
"tan" : {
"type" : "integer"
},
"priority": {
"type": "integer",
"minimum" : 0,
"maximum" : 255
},
"auto": {
"type": "boolean"
}
},
"additionalProperties": false
}