{
    "definitions": {},
    "type": "object",
    "name": "bbWidgetRoutes",
    "title": "The Root Schema",
    "required": [
      "bbWidgetRoutes"
    ],
    "properties": {
      "bbWidgetRoutes": {
        "$id": "#/properties/bbWidgetRoutes",
        "type": "object",
        "title": "The Bbwidgetroutes Schema",
        "required": [
        ],
        "properties": {
          "journey": {
            "$id": "#/properties/bbWidgetRoutes/properties/journey",
            "type": "object",
            "title": "The Journey Schema",
            "required": [
              "callcenter"
            ],
            "properties": {
              "callcenter": {
                "$id": "#/properties/bbWidgetRoutes/properties/journey/properties/callcenter",
                "type": "object",
                "title": "The Callcenter Schema",
                "required": [
                  "swapFirstPage"
                ],
                "properties": {
                  "swapFirstPage": {
                    "$id": "#/properties/bbWidgetRoutes/properties/journey/properties/callcenter/properties/swapFirstPage",
                    "type": "boolean",
                    "title": "The Swapfirstpage Schema",
                    "default": false,
                    "examples": [
                      false
                    ]
                  }
                }
              }
            }
          },
          "routes": {
            "$id": "#/properties/bbWidgetRoutes/properties/routes",
            "type": "object",
            "title": "The Routes Schema",
            "required": [
              "placeholder",
              "values"
            ],
            "properties": {
              "placeholder": {
                "$id": "#/properties/bbWidgetRoutes/properties/routes/properties/placeholder",
                "type": "object",
                "title": "The Placeholder Schema",
                "required": [
                  "routes"
                ],
                "properties": {
                  "routes": {
                    "$id": "#/properties/bbWidgetRoutes/properties/routes/properties/placeholder/properties/routes",
                    "type": "array",
                    "title": "The Routes Schema",
                    "items": {
                      "$id": "#/properties/bbWidgetRoutes/properties/routes/properties/placeholder/properties/routes/items",
                      "type": "object",
                      "title": "The Items Schema",
                      "required": [
                        "page",
                        "title",
                        "name",
                        "layoutVariant"
                      ],
                      "properties": {
                        "page": {
                          "$id": "#/properties/bbWidgetRoutes/properties/routes/properties/placeholder/properties/routes/items/properties/page",
                          "type": "string",
                          "title": "The Page Schema",
                          "default": "",
                          "examples": [
                            "public-booking/_templates/steps/map"
                          ],
                          "pattern": "^(.*)$"
                        },
                        "title": {
                          "$id": "#/properties/bbWidgetRoutes/properties/routes/properties/placeholder/properties/routes/items/properties/title",
                          "type": "string",
                          "title": "The Title Schema",
                          "default": "",
                          "examples": [
                            "Select a service"
                          ],
                          "pattern": "^(.*)$"
                        },
                        "name": {
                          "$id": "#/properties/bbWidgetRoutes/properties/routes/properties/placeholder/properties/routes/items/properties/name",
                          "type": "string",
                          "title": "The Name Schema",
                          "default": "",
                          "examples": [
                            "service-list"
                          ],
                          "pattern": "^(.*)$"
                        },
                        "layoutVariant": {
                          "$id": "#/properties/bbWidgetRoutes/properties/routes/properties/placeholder/properties/routes/items/properties/layoutVariant",
                          "type": "integer",
                          "title": "The Layoutvariant Schema",
                          "default": 0,
                          "examples": [
                            1
                          ]
                        }
                      }
                    }
                  }
                }
              },
              "values": {
                "$id": "#/properties/bbWidgetRoutes/properties/routes/properties/values",
                "type": "string",
                "title": "The Values Schema",
                "default": "",
                "examples": [
                  "*bbc"
                ],
                "pattern": "^(.*)$"
              }
            }
          }
        }
      }
    }
  }