mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
722d4eb357
* implement manual source select via json interface fix schema error * refactoring * add visible value to all listed prios
19 lines
361 B
JSON
19 lines
361 B
JSON
{
|
|
"type":"object",
|
|
"required":false,
|
|
"properties":{
|
|
"command": {
|
|
"type" : "string",
|
|
"required" : true,
|
|
"enum" : ["sourceselect"]
|
|
},
|
|
"priority": {
|
|
"type": "integer"
|
|
},
|
|
"auto": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|