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