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