{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/waitingroom_status_response", "title": "waitingroom_status_response", "allOf": [ { "$ref": "#/components/schemas/waitingroom_api-response-single" }, { "properties": { "result": { "properties": { "estimated_queued_users": { "$ref": "#/components/schemas/waitingroom_estimated_queued_users" }, "estimated_total_active_users": { "$ref": "#/components/schemas/waitingroom_estimated_total_active_users" }, "event_id": { "$ref": "#/components/schemas/waitingroom_status_event_id" }, "max_estimated_time_minutes": { "$ref": "#/components/schemas/waitingroom_max_estimated_time_minutes" }, "status": { "$ref": "#/components/schemas/waitingroom_status" } }, "type": "object" } } } ] }