waitingroom_zone_settings_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waitingroom-zone-settings-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waitingroom_zone_settings_response",
  "title": "waitingroom_zone_settings_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/waitingroom_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "search_engine_crawler_bypass": {
              "$ref": "#/components/schemas/waitingroom_search_engine_crawler_bypass"
            }
          },
          "required": [
            "search_engine_crawler_bypass"
          ],
          "type": "object"
        }
      },
      "required": [
        "result"
      ]
    }
  ]
}