2016-08-15 22:32:01 +02:00
|
|
|
{
|
|
|
|
"type":"object",
|
|
|
|
"required":true,
|
|
|
|
"properties":{
|
|
|
|
"command": {
|
|
|
|
"type" : "string",
|
|
|
|
"required" : true,
|
|
|
|
"enum" : ["config"]
|
|
|
|
},
|
|
|
|
"subcommand": {
|
|
|
|
"type" : "string",
|
|
|
|
"required" : true,
|
2016-09-15 20:42:58 +02:00
|
|
|
"enum" : ["getconfig","setconfig","getschema","reload"]
|
2016-08-15 22:32:01 +02:00
|
|
|
},
|
2016-08-17 11:46:36 +02:00
|
|
|
"tan" : {
|
|
|
|
"type" : "integer"
|
|
|
|
},
|
2016-08-15 22:32:01 +02:00
|
|
|
"config": {
|
|
|
|
"type" : "object"
|
|
|
|
},
|
|
|
|
"create": {
|
|
|
|
"type" : "boolean"
|
2016-08-18 21:11:21 +02:00
|
|
|
},
|
|
|
|
"overwrite": {
|
|
|
|
"type" : "boolean"
|
2016-08-15 22:32:01 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties": false
|
|
|
|
}
|