mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"type":"object",
|
|
"required":true,
|
|
"properties":{
|
|
"command": {
|
|
"type" : "string",
|
|
"required" : true,
|
|
"enum" : ["clear"]
|
|
},
|
|
"priority": {
|
|
"type": "integer",
|
|
"required": true
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|