{ "type": "object", "properties": { "janus": { "type": "string", "pattern": "ack" }, "transaction": { "type": "string" }, "session_id": { "type": "integer" } }, "required": [ "janus", "transaction", "session_id" ] }