Properties
| Name | Type | Description |
|---|---|---|
| created_on | object | |
| custom_page_html | object | |
| description | object | |
| disable_session_renewal | object | |
| event_end_time | object | |
| event_start_time | object | |
| id | object | |
| modified_on | object | |
| name | object | |
| new_users_per_minute | object | |
| prequeue_start_time | object | |
| queueing_method | object | |
| session_duration | object | |
| shuffle_at_event_start | object | |
| suspended | object | |
| total_active_users | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/waitingroom_event_details_result",
"title": "waitingroom_event_details_result",
"properties": {
"created_on": {
"$ref": "#/components/schemas/waitingroom_timestamp"
},
"custom_page_html": {
"$ref": "#/components/schemas/waitingroom_event_details_custom_page_html"
},
"description": {
"$ref": "#/components/schemas/waitingroom_event_description"
},
"disable_session_renewal": {
"$ref": "#/components/schemas/waitingroom_event_details_disable_session_renewal"
},
"event_end_time": {
"$ref": "#/components/schemas/waitingroom_event_end_time"
},
"event_start_time": {
"$ref": "#/components/schemas/waitingroom_event_start_time"
},
"id": {
"$ref": "#/components/schemas/waitingroom_event_id"
},
"modified_on": {
"$ref": "#/components/schemas/waitingroom_timestamp"
},
"name": {
"$ref": "#/components/schemas/waitingroom_event_name"
},
"new_users_per_minute": {
"$ref": "#/components/schemas/waitingroom_event_details_new_users_per_minute"
},
"prequeue_start_time": {
"$ref": "#/components/schemas/waitingroom_event_prequeue_start_time"
},
"queueing_method": {
"$ref": "#/components/schemas/waitingroom_event_details_queueing_method"
},
"session_duration": {
"$ref": "#/components/schemas/waitingroom_event_details_session_duration"
},
"shuffle_at_event_start": {
"$ref": "#/components/schemas/waitingroom_event_shuffle_at_event_start"
},
"suspended": {
"$ref": "#/components/schemas/waitingroom_event_suspended"
},
"total_active_users": {
"$ref": "#/components/schemas/waitingroom_event_details_total_active_users"
}
},
"type": "object"
}