{ "type": "object", "properties": { "janus": { "type": "string", "pattern": "success" }, "transaction": { "type": "string" }, "libnice_debug": { "type": "boolean" } }, "required": [ "janus", "transaction", "libnice_debug" ] }