waitingroom_next_event_prequeue_start_time

An ISO 8601 timestamp that marks when the next event will begin queueing.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waitingroom-next-event-prequeue-start-time-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waitingroom_next_event_prequeue_start_time",
  "title": "waitingroom_next_event_prequeue_start_time",
  "description": "An ISO 8601 timestamp that marks when the next event will begin queueing.",
  "example": "2021-09-28T15:00:00.000Z",
  "nullable": true,
  "type": "string"
}