waitingroom_query_preview

APIs.ioEngineeringPlatform

Properties

Name Type Description
custom_html object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waitingroom-query-preview-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waitingroom_query_preview",
  "title": "waitingroom_query_preview",
  "properties": {
    "custom_html": {
      "$ref": "#/components/schemas/waitingroom_custom_page_html"
    }
  },
  "required": [
    "custom_html"
  ],
  "type": "object"
}