{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/waitingroom_next_event_start_time",
"title": "waitingroom_next_event_start_time",
"description": "An ISO 8601 timestamp that marks when the next event will start.",
"example": "2021-09-28T15:00:00.000Z",
"nullable": true,
"type": "string"
}