waitingroom_event_custom_page_html

If set, the event will override the waiting room's `custom_page_html` property while it is active. If null, the event will inherit it.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waitingroom-event-custom-page-html-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waitingroom_event_custom_page_html",
  "title": "waitingroom_event_custom_page_html",
  "description": "If set, the event will override the waiting room's `custom_page_html` property while it is active. If null, the event will inherit it.",
  "example": "{{#waitTimeKnown}} {{waitTime}} mins {{/waitTimeKnown}} {{^waitTimeKnown}} Event is prequeueing / Queue all enabled {{/waitTimeKnown}}",
  "nullable": true,
  "type": "string"
}