{ "type":"object", "required":true, "properties":{ "command": { "type" : "string", "required" : true, "enum" : ["config"] }, "subcommand": { "type" : "string", "required" : true, "enum" : ["setconfig","getconfig","getschema","reload"] }, "tan" : { "type" : "integer" }, "config": { "type" : "object" } }, "additionalProperties": false }