{
  "components": {
    "schemas": {
      "Accesstoken": {
        "properties": {
          "customer": {
            "$ref": "#/components/schemas/Customer"
          },
          "expirationTime": {
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "key": {
            "type": "string"
          },
          "token": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "AccesstokenSeriesOfTopicsUser": {
        "properties": {
          "expirationTime": {
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "key": {
            "type": "string"
          },
          "seriesOfTopicsUser": {
            "$ref": "#/components/schemas/SeriesOfTopicsUser"
          },
          "token": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "Action": {
        "properties": {
          "param": {
            "type": "string"
          },
          "type": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiAccessToken": {
        "properties": {
          "expirationDateTime": {
            "format": "date-time",
            "type": "string"
          },
          "key": {
            "type": "string"
          },
          "token": {
            "type": "string"
          },
          "user": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiArticle": {
        "properties": {
          "customInfo": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "grade": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "ticketshopURL": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "validEnd": {
            "type": "string"
          },
          "validStart": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ApiBadge": {
        "description": "Badge related category information.",
        "properties": {
          "badgeName": {
            "description": "The human readable text to display in the badge this category represents. Normally the badge includes a shorter variant of the category name.",
            "type": "string"
          },
          "badgeType": {
            "description": "Type of badge. For example 'A' or 'B'. If `null` the category is NOT a badge even if other badge information are provided.",
            "type": "string"
          },
          "colorBorder": {
            "description": "rgb hex color for the badge border. For example: #6dc0b6",
            "type": "string"
          },
          "colorFill": {
            "description": "rgb hex color for the badge background. For example: #6dc0b6",
            "type": "string"
          },
          "colorText": {
            "description": "rgb hex color for the badge text. For example: #6dc0b6",
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiBindingCounts": {
        "description": "Holds the amounts of elements which are bound to a specific category.",
        "properties": {
          "customEntity": {
            "description": "Number of customentities bound (direct and indirect) to the category",
            "format": "int32",
            "type": "integer"
          },
          "event": {
            "description": "Number of events bound (direct and indirect) to the category",
            "format": "int32",
            "type": "integer"
          },
          "eventDate": {
            "description": "Number of eventdates bound (direct and indirect) to the category",
            "format": "int32",
            "type": "integer"
          },
          "feUser": {
            "description": "Number of FeUsers bound (direct and indirect) to the category",
            "format": "int32",
            "type": "integer"
          },
          "jobOffer": {
            "description": "Number of jobOffers bound (direct and indirect) to the category",
            "format": "int32",
            "type": "integer"
          },
          "news": {
            "description": "Number of news bound (direct and indirect) to the category",
            "format": "int32",
            "type": "integer"
          },
          "organization": {
            "description": "Number of organizations bound (direct and indirect) to the category.",
            "format": "int32",
            "type": "integer"
          },
          "person": {
            "description": "Number of persons bound (direct and indirect) to the category",
            "format": "int32",
            "type": "integer"
          },
          "product": {
            "description": "Number of products bound (direct and indirect) to the category",
            "format": "int32",
            "type": "integer"
          },
          "standRegistration": {
            "description": "Number of standregistrations bound (direct and indirect) to the category",
            "format": "int32",
            "type": "integer"
          },
          "trademark": {
            "description": "Number of trademarks bound (direct and indirect) to the category",
            "format": "int32",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ApiCareerLevel": {
        "properties": {
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "localized": {
            "items": {
              "$ref": "#/components/schemas/ApiCareerLevelLocalized"
            },
            "type": "array"
          },
          "orderKey": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "title": {
            "maxLength": 512,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "id",
          "title"
        ],
        "type": "object"
      },
      "ApiCareerLevelListResult": {
        "properties": {
          "count": {
            "format": "int32",
            "type": "integer"
          },
          "hasNext": {
            "type": "boolean"
          },
          "page": {
            "format": "int32",
            "type": "integer"
          },
          "results": {
            "items": {
              "$ref": "#/components/schemas/ApiCareerLevel"
            },
            "type": "array"
          },
          "totalCount": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ApiCareerLevelLocalized": {
        "properties": {
          "lang": {
            "maxLength": 5,
            "minLength": 0,
            "type": "string"
          },
          "title": {
            "maxLength": 512,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "lang"
        ],
        "type": "object"
      },
      "ApiCategory": {
        "properties": {
          "badgeName": {
            "type": "string"
          },
          "badgeType": {
            "type": "string"
          },
          "colorBooth": {
            "type": "string"
          },
          "colorBorder": {
            "type": "string"
          },
          "colorFill": {
            "type": "string"
          },
          "colorText": {
            "type": "string"
          },
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "orderkey": {
            "type": "string"
          }
        },
        "required": [
          "id"
        ],
        "type": "object"
      },
      "ApiCategoryChildren": {
        "description": "This only includes the identifier as a reference. If you need more information you have to find the category in the full list of categories with the same id.",
        "properties": {
          "id": {
            "description": "identifier of the child category.",
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCategoryInfo": {
        "properties": {
          "badgeName": {
            "type": "string"
          },
          "badgeType": {
            "type": "string"
          },
          "id": {
            "description": "id (alias) of the category",
            "type": "string"
          },
          "orderkey": {
            "type": "string"
          },
          "orderkeyDe": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCategoryLocalized": {
        "description": "Localized content of a category for a specific language.",
        "properties": {
          "name": {
            "description": "The human readable name of this category",
            "type": "string"
          },
          "orderKey": {
            "description": "The order key used for sorting this category in client various context.",
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCategoryOfEventDate": {
        "properties": {
          "badgeName": {
            "type": "string"
          },
          "badgeType": {
            "type": "string"
          },
          "colorBorder": {
            "type": "string"
          },
          "colorFill": {
            "type": "string"
          },
          "colorText": {
            "type": "string"
          },
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "name": {
            "type": "string"
          }
        },
        "required": [
          "id"
        ],
        "type": "object"
      },
      "ApiCategoryType": {
        "description": "The types of this category. A category can have multiple types at the same time. A category can only be bound to a specific type of entity when it has the poper type. For example only categoryies with the type ORGANIZATION can be connection to organizations.",
        "properties": {
          "type": {
            "description": "Type of category. A category can have multipe types at the same type.",
            "enum": [
              "CUSTOMENTITY",
              "EVENT",
              "EVENTDATE",
              "INTEREST",
              "JOBOFFER",
              "LOOKINGFORANDOFFERING",
              "MEDIALIBRARY",
              "NEWS",
              "ORGANIZATION",
              "PERSON",
              "POINTOFINTEREST",
              "PRODUCT",
              "SERIESOFTOPICSUSER",
              "STANDREGISTRATION",
              "TRADEMARK"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiChangePasswordRequest": {
        "properties": {
          "currentPassword": {
            "description": "The current password that user want to change.",
            "maxLength": 256,
            "minLength": 1,
            "type": "string"
          },
          "newPassword": {
            "description": "The new password that user want to set.",
            "maxLength": 256,
            "minLength": 8,
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiChannel": {
        "properties": {
          "id": {
            "maxLength": 45,
            "minLength": 0,
            "type": "string"
          },
          "kind": {
            "enum": [
              "MASTERCLASS",
              "NOT_CONFIGURED",
              "PRERECORDED",
              "REMOTE_PROVIDER"
            ],
            "type": "string"
          },
          "name": {
            "maxLength": 45,
            "minLength": 0,
            "type": "string"
          },
          "recording": {
            "type": "boolean"
          },
          "redundant": {
            "type": "boolean"
          },
          "state": {
            "enum": [
              "MOUNTED",
              "MOUNTING",
              "ROLLBACK_FAILED",
              "ROLLBACK_IN_PROGRESS",
              "RUNNING",
              "STARTING",
              "STOPPING",
              "UNMANAGED",
              "UNMOUNTED",
              "UNMOUNTING"
            ],
            "type": "string"
          }
        },
        "required": [
          "id",
          "kind",
          "recording",
          "redundant",
          "state"
        ],
        "type": "object"
      },
      "ApiChannelListResult": {
        "properties": {
          "currentCount": {
            "format": "int64",
            "type": "integer"
          },
          "results": {
            "items": {
              "$ref": "#/components/schemas/ApiChannel"
            },
            "type": "array"
          },
          "totalCount": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ApiCmAdPage": {
        "properties": {
          "adUrl": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCmCategoryRef": {
        "properties": {
          "id": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCmCoupon": {
        "properties": {
          "descriptionLong": {
            "type": "string"
          },
          "descriptionLongDe": {
            "type": "string"
          },
          "descriptionShort": {
            "type": "string"
          },
          "descriptionShortDe": {
            "type": "string"
          },
          "descriptionTitle": {
            "type": "string"
          },
          "descriptionTitleDe": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "logoText": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "url": {
            "type": "string"
          },
          "urlDe": {
            "type": "string"
          },
          "validEnd": {
            "type": "string"
          },
          "validStart": {
            "type": "string"
          },
          "visible": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "ApiCmEventDate": {
        "properties": {
          "breakoutAccess": {
            "type": "boolean"
          },
          "description": {
            "type": "string"
          },
          "descriptionDe": {
            "type": "string"
          },
          "enddatetime": {
            "type": "string"
          },
          "eventName": {
            "type": "string"
          },
          "eventNameDe": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "listable": {
            "type": "boolean"
          },
          "liveStreamingPreviewUrl": {
            "type": "string"
          },
          "location": {
            "type": "string"
          },
          "locationDe": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "logoUrlDe": {
            "type": "string"
          },
          "medias": {
            "items": {
              "$ref": "#/components/schemas/ApiCmMedia"
            },
            "type": "array"
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "persons": {
            "items": {
              "$ref": "#/components/schemas/ApiCmPerson"
            },
            "type": "array"
          },
          "startdatetime": {
            "type": "string"
          },
          "teaser": {
            "type": "string"
          },
          "teaserDe": {
            "type": "string"
          },
          "type": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCmJobOffer": {
        "properties": {
          "active": {
            "type": "boolean"
          },
          "backgroundImageUrl": {
            "type": "string"
          },
          "careerLevel": {
            "type": "string"
          },
          "careerLevelDe": {
            "type": "string"
          },
          "categories": {
            "items": {
              "$ref": "#/components/schemas/ApiCmCategoryRef"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "descriptionDe": {
            "type": "string"
          },
          "employment": {
            "type": "string"
          },
          "employmentDe": {
            "type": "string"
          },
          "homeOffice": {
            "type": "boolean"
          },
          "id": {
            "type": "string"
          },
          "initials": {
            "type": "string"
          },
          "links": {
            "items": {
              "$ref": "#/components/schemas/ApiCmLink"
            },
            "type": "array"
          },
          "location": {
            "type": "string"
          },
          "locationDe": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "medias": {
            "items": {
              "$ref": "#/components/schemas/ApiCmMedia"
            },
            "type": "array"
          },
          "persons": {
            "items": {
              "$ref": "#/components/schemas/ApiCmPerson"
            },
            "type": "array"
          },
          "requirements": {
            "type": "string"
          },
          "requirementsDe": {
            "type": "string"
          },
          "salaryGroup": {
            "type": "string"
          },
          "showFrom": {
            "type": "string"
          },
          "showUntil": {
            "type": "string"
          },
          "startdate": {
            "type": "string"
          },
          "teaser": {
            "type": "string"
          },
          "teaserDe": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "updated": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCmLink": {
        "properties": {
          "id": {
            "type": "string"
          },
          "order": {
            "format": "int32",
            "type": "integer"
          },
          "text": {
            "type": "string"
          },
          "textDe": {
            "type": "string"
          },
          "url": {
            "type": "string"
          },
          "urlDe": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCmMedia": {
        "properties": {
          "contentType": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "order": {
            "format": "int32",
            "type": "integer"
          },
          "size": {
            "type": "string"
          },
          "subtitle": {
            "type": "string"
          },
          "subtitleDe": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "url": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCmNewsEntry": {
        "properties": {
          "categories": {
            "items": {
              "$ref": "#/components/schemas/ApiCmCategoryRef"
            },
            "type": "array"
          },
          "date": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "descriptionDe": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "initials": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "medias": {
            "items": {
              "$ref": "#/components/schemas/ApiCmMedia"
            },
            "type": "array"
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "suppressOrganizationLinkage": {
            "description": "If true, the association between news and organization will be disregarded on both the organization and news detail pages.",
            "type": "boolean"
          },
          "tags": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "teaser": {
            "type": "string"
          },
          "teaserDe": {
            "type": "string"
          },
          "type": {
            "enum": [
              "EVENTORGANIZER",
              "ORGANIZATION",
              "STORY"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCmNotificationTemplate": {
        "properties": {
          "action": {
            "$ref": "#/components/schemas/Action"
          },
          "destinations": {
            "items": {
              "$ref": "#/components/schemas/DestinationGeofence"
            },
            "type": "array"
          },
          "id": {
            "type": "string"
          },
          "localized": {
            "additionalProperties": {
              "$ref": "#/components/schemas/ApiCmNotificationTemplateLocalized"
            },
            "type": "object"
          },
          "maxUsageCount": {
            "format": "int32",
            "type": "integer"
          },
          "subelementPackage": {
            "type": "string"
          },
          "targetGroup": {
            "$ref": "#/components/schemas/TargetGroup"
          },
          "text": {
            "type": "string"
          },
          "trigger": {
            "$ref": "#/components/schemas/Trigger"
          }
        },
        "type": "object"
      },
      "ApiCmNotificationTemplateLocalized": {
        "properties": {
          "text": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCmOrganization": {
        "properties": {
          "address1": {
            "type": "string"
          },
          "address2": {
            "type": "string"
          },
          "address3": {
            "type": "string"
          },
          "backgroundImageMobileUrl": {
            "type": "string"
          },
          "backgroundImageUrl": {
            "type": "string"
          },
          "basisPremium": {
            "type": "string"
          },
          "categories": {
            "items": {
              "$ref": "#/components/schemas/ApiCmCategoryRef"
            },
            "type": "array"
          },
          "city": {
            "type": "string"
          },
          "consentText": {
            "type": "string"
          },
          "consentTextDe": {
            "type": "string"
          },
          "consentTitle": {
            "type": "string"
          },
          "consentTitleDe": {
            "type": "string"
          },
          "countryCode": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "descriptionDe": {
            "type": "string"
          },
          "email": {
            "type": "string"
          },
          "email2": {
            "type": "string"
          },
          "eventDates": {
            "items": {
              "$ref": "#/components/schemas/ApiCmEventDate"
            },
            "type": "array"
          },
          "facebook": {
            "type": "string"
          },
          "fax": {
            "type": "string"
          },
          "foundingYear": {
            "type": "string"
          },
          "goodies": {
            "items": {
              "$ref": "#/components/schemas/ApiCmCoupon"
            },
            "type": "array"
          },
          "googlePlus": {
            "type": "string"
          },
          "headerVideoImageUrl": {
            "type": "string"
          },
          "headerVideoUrl": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "iframeUrl": {
            "type": "string"
          },
          "iframeUrlDe": {
            "type": "string"
          },
          "industry": {
            "type": "string"
          },
          "initials": {
            "type": "string"
          },
          "instagram": {
            "type": "string"
          },
          "jobOffers": {
            "items": {
              "$ref": "#/components/schemas/ApiCmJobOffer"
            },
            "type": "array"
          },
          "linkedIn": {
            "type": "string"
          },
          "links": {
            "items": {
              "$ref": "#/components/schemas/ApiCmLink"
            },
            "type": "array"
          },
          "logoUrl": {
            "type": "string"
          },
          "medias": {
            "items": {
              "$ref": "#/components/schemas/ApiCmMedia"
            },
            "type": "array"
          },
          "mobile": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "newsList": {
            "items": {
              "$ref": "#/components/schemas/ApiCmNewsEntry"
            },
            "type": "array"
          },
          "notificationTemplates": {
            "items": {
              "$ref": "#/components/schemas/ApiCmNotificationTemplate"
            },
            "type": "array"
          },
          "persons": {
            "items": {
              "$ref": "#/components/schemas/ApiCmPerson"
            },
            "type": "array"
          },
          "phone": {
            "type": "string"
          },
          "pinterest": {
            "type": "string"
          },
          "postCode": {
            "type": "string"
          },
          "printCatalog": {
            "$ref": "#/components/schemas/ApiCmPrintCatalog"
          },
          "products": {
            "items": {
              "$ref": "#/components/schemas/ApiCmProduct"
            },
            "type": "array"
          },
          "size": {
            "type": "string"
          },
          "sortName": {
            "type": "string"
          },
          "stands": {
            "items": {
              "$ref": "#/components/schemas/ApiCmStand"
            },
            "type": "array"
          },
          "subname": {
            "type": "string"
          },
          "tags": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "teaser": {
            "type": "string"
          },
          "teaserDe": {
            "type": "string"
          },
          "tiktok": {
            "type": "string"
          },
          "trademarks": {
            "items": {
              "$ref": "#/components/schemas/ApiCmTrademark"
            },
            "type": "array"
          },
          "twitter": {
            "type": "string"
          },
          "web": {
            "type": "string"
          },
          "xing": {
            "type": "string"
          },
          "youTube": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCmPerson": {
        "properties": {
          "company": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "descriptionDe": {
            "type": "string"
          },
          "editable": {
            "type": "boolean"
          },
          "email": {
            "type": "string"
          },
          "emailVisible": {
            "type": "boolean"
          },
          "firstName": {
            "type": "string"
          },
          "function": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "initials": {
            "type": "string"
          },
          "lastName": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "midName": {
            "type": "string"
          },
          "orderPerson": {
            "format": "int32",
            "type": "integer"
          },
          "phone": {
            "type": "string"
          },
          "phoneVisible": {
            "type": "boolean"
          },
          "position": {
            "type": "string"
          },
          "positionDe": {
            "type": "string"
          },
          "salutation": {
            "type": "string"
          },
          "sortKey": {
            "type": "string"
          },
          "teaser": {
            "type": "string"
          },
          "teaserDe": {
            "type": "string"
          },
          "title": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCmPrintCatalog": {
        "properties": {
          "address": {
            "type": "string"
          },
          "adPages": {
            "items": {
              "$ref": "#/components/schemas/ApiCmAdPage"
            },
            "type": "array"
          },
          "city": {
            "type": "string"
          },
          "countryCode": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "descriptionDe": {
            "type": "string"
          },
          "email": {
            "type": "string"
          },
          "fax": {
            "type": "string"
          },
          "fileName": {
            "type": "string"
          },
          "fileType": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "mobile": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "phone": {
            "type": "string"
          },
          "postcode": {
            "type": "string"
          },
          "web": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCmProduct": {
        "properties": {
          "backgroundImageUrl": {
            "type": "string"
          },
          "categories": {
            "items": {
              "$ref": "#/components/schemas/ApiCmCategoryRef"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "descriptionDe": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "initials": {
            "type": "string"
          },
          "links": {
            "items": {
              "$ref": "#/components/schemas/ApiCmLink"
            },
            "type": "array"
          },
          "logoUrl": {
            "type": "string"
          },
          "medias": {
            "items": {
              "$ref": "#/components/schemas/ApiCmMedia"
            },
            "type": "array"
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "orderProduct": {
            "format": "int32",
            "type": "integer"
          },
          "properties": {
            "items": {
              "$ref": "#/components/schemas/ApiCmProductPropertyValue"
            },
            "type": "array"
          },
          "showFrom": {
            "type": "string"
          },
          "showUntil": {
            "type": "string"
          },
          "tags": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "teaser": {
            "type": "string"
          },
          "teaserDe": {
            "type": "string"
          },
          "type": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCmProductPropertyValue": {
        "properties": {
          "enumId": {
            "type": "string"
          },
          "enumName": {
            "type": "string"
          },
          "enumNameDe": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "numericValue": {
            "type": "string"
          },
          "productType": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "unit": {
            "type": "string"
          },
          "unitDe": {
            "type": "string"
          },
          "val": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCmStand": {
        "properties": {
          "id": {
            "type": "string"
          },
          "standName": {
            "type": "string"
          },
          "standNr": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCmTrademark": {
        "properties": {
          "categories": {
            "items": {
              "$ref": "#/components/schemas/ApiCmCategoryRef"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "descriptionDe": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "initials": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "medias": {
            "items": {
              "$ref": "#/components/schemas/ApiCmMedia"
            },
            "type": "array"
          },
          "name": {
            "type": "string"
          },
          "orderTrademark": {
            "format": "int32",
            "type": "integer"
          },
          "tags": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "teaser": {
            "type": "string"
          },
          "teaserDe": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiConsentDocument": {
        "properties": {
          "checkboxText": {
            "maxLength": 500,
            "minLength": 0,
            "type": "string"
          },
          "description": {
            "maxLength": 600,
            "minLength": 0,
            "type": "string"
          },
          "fulltextUrl": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "hasPrivacyImplications": {
            "description": "Marks documents which need to be declared as privacy sensitive, because the allow ads / tracking / marketing with personal data. This flag shows if a consent is required.",
            "type": "boolean"
          },
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "required": {
            "description": "Some Documents require consent.",
            "type": "boolean"
          },
          "title": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiConsentDocumentResponse": {
        "properties": {
          "consentDocuments": {
            "items": {
              "$ref": "#/components/schemas/ApiConsentDocument"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ApiConsents": {
        "properties": {
          "consents": {
            "items": {
              "$ref": "#/components/schemas/ApiConsentState"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ApiConsentState": {
        "properties": {
          "consentState": {
            "type": "boolean"
          },
          "id": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiContact": {
        "properties": {
          "email": {
            "maxLength": 128,
            "minLength": 0,
            "type": "string"
          },
          "firstName": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "lastName": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "permission": {
            "description": "Permission level in the Shopsystem",
            "format": "int32",
            "maximum": 7,
            "minimum": 0,
            "type": "integer"
          }
        },
        "required": [
          "email",
          "firstName",
          "lastName",
          "permission"
        ],
        "type": "object"
      },
      "ApiContentAccess": {
        "properties": {
          "createdAt": {
            "type": "string"
          },
          "grantReason": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "requestReason": {
            "type": "string"
          },
          "restrictedAreaId": {
            "type": "string"
          },
          "restrictedAreaType": {
            "type": "string"
          },
          "status": {
            "type": "string"
          },
          "topic": {
            "type": "string"
          },
          "user": {
            "$ref": "#/components/schemas/ApiContentAccessUserInfo"
          }
        },
        "type": "object"
      },
      "ApiContentAccessReduced": {
        "properties": {
          "restrictedAreaId": {
            "type": "string"
          },
          "restrictedAreaType": {
            "type": "string"
          },
          "status": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiContentAccessUserInfo": {
        "properties": {
          "company": {
            "type": "string"
          },
          "firstName": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "lastName": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "position": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiContentManagerLinks": {
        "description": "Response with the content manager links for a specific organization.",
        "properties": {
          "de": {
            "description": "link for german language.",
            "type": "string"
          },
          "default": {
            "description": "link for default language - should be english.",
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiContentShareLayoutConfig": {
        "description": "Defines layout of the channel content when user is sharing the screen. This can be applied only for channels which are type of MASTERCLASS.",
        "properties": {
          "layoutOption": {
            "default": "VERTICAL",
            "description": "Layout of the video tiles when content is shared. Possible values are: VERTICAL, HORIZONTAL, PRESENTER_ONLY.",
            "enum": [
              "ActiveSpeakerOnly",
              "Horizontal",
              "null",
              "PresenterOnly",
              "Vertical"
            ],
            "type": "string"
          },
          "presenterPosition": {
            "default": "BOTTOM_LEFT",
            "description": "Position of the presenter video when screen is shared. This is an optional configuration and only can be applied if layoutOption is PRESENTER_ONLY, otherwise it does not make sense and will be ignored. Possible values are: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT.",
            "enum": [
              "BottomLeft",
              "BottomRight",
              "null",
              "TopLeft",
              "TopRight"
            ],
            "type": "string"
          }
        },
        "required": [
          "layoutOption"
        ],
        "type": "object"
      },
      "ApiCreateContact": {
        "properties": {
          "contact": {
            "$ref": "#/components/schemas/ApiContact"
          }
        },
        "required": [
          "contact"
        ],
        "type": "object"
      },
      "ApiCreateContactResponse": {
        "properties": {
          "id": {
            "description": "Internal Identifier of this contact. Generated UUID.",
            "maxLength": 32,
            "minLength": 32,
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCreateContentFileResponse": {
        "properties": {
          "msg": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCreateFeUserDataRequestResponse": {
        "properties": {
          "request": {
            "$ref": "#/components/schemas/ApiFeUserDataRequest"
          }
        },
        "type": "object"
      },
      "ApiCreateFeUserQuestionRequst": {
        "properties": {
          "maxAnswerCount": {
            "description": "defines if this question must be provided by each user (is required)",
            "format": "int32",
            "type": "integer"
          },
          "minAnswerCount": {
            "description": "defines the number of reuqired answers each user MUST provide",
            "format": "int32",
            "type": "integer"
          },
          "orderNumber": {
            "description": "number defining the order of all questions",
            "format": "int32",
            "type": "integer"
          },
          "text": {
            "description": "the text of the question",
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "maxAnswerCount",
          "minAnswerCount",
          "orderNumber",
          "text"
        ],
        "type": "object"
      },
      "ApiCreateOrganization": {
        "properties": {
          "organization": {
            "$ref": "#/components/schemas/ApiOrganization"
          }
        },
        "required": [
          "organization"
        ],
        "type": "object"
      },
      "ApiCreateOrganizationResponse": {
        "properties": {
          "id": {
            "description": "Internal identifier of this organization. Generated UUID.",
            "maxLength": 32,
            "minLength": 32,
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCreateUpdateChannelRequest": {
        "description": "Stands for a Event Cloud channel create request.",
        "properties": {
          "archiveChunkLengthSeconds": {
            "description": "length of the archive chunks in seconds",
            "format": "int32",
            "minimum": 0,
            "type": "integer"
          },
          "comment": {
            "description": "comment which is used as a tag inside AWS MediaLive Channel resource",
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "contentShareLayoutConfig": {
            "$ref": "#/components/schemas/ApiContentShareLayoutConfig"
          },
          "fps": {
            "description": "frames per second(fps), supported values are 50, 30 and 25.",
            "format": "int32",
            "type": "integer"
          },
          "inputType": {
            "description": "input type",
            "enum": [
              "MP4_FILE",
              "RTMP_PULL",
              "RTMP_PUSH",
              "RTP_PUSH",
              "UDP_PUSH",
              "URL_PULL"
            ],
            "type": "string"
          },
          "introFile": {
            "description": "path to the channel intro file. This is required when channel kind is MASTERCLASS.",
            "maxLength": 255,
            "minLength": 0,
            "nullable": true,
            "type": "string"
          },
          "introFileDuration": {
            "description": "duration of the intro file in seconds. This is required when intro file is specified.",
            "format": "int32",
            "nullable": true,
            "type": "integer"
          },
          "kind": {
            "description": "channel kind",
            "enum": [
              "MASTERCLASS",
              "NOT_CONFIGURED",
              "PRERECORDED",
              "REMOTE_PROVIDER"
            ],
            "type": "string"
          },
          "loopingFileDefault": {
            "description": "path to the channel default looping file",
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "loopingFileError": {
            "description": "path to the channel error looping file",
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "multiLanguageAudioSplittingOption": {
            "description": "Option which allows splitting of the MediaLive Channel audio tracks. Index of the item in the array specifies the track number. If Media Live Channel contains 2 audio outputs, first item in the array is left audio track and second one is right.",
            "items": {
              "$ref": "#/components/schemas/ApiLanguageAudioSplitting"
            },
            "type": "array"
          },
          "name": {
            "description": "name of the channel",
            "maxLength": 45,
            "minLength": 0,
            "type": "string"
          },
          "operatorEmail": {
            "description": "email of the Frontend User which is operator on the channel. This is required only for MASTERCLASS channel.",
            "maxLength": 128,
            "minLength": 0,
            "nullable": true,
            "type": "string"
          },
          "orderKey": {
            "description": "channel orderkey",
            "maxLength": 100,
            "minLength": 0,
            "nullable": true,
            "type": "string"
          },
          "outroFile": {
            "description": "path to the channel outro file.",
            "maxLength": 255,
            "minLength": 0,
            "nullable": true,
            "type": "string"
          },
          "pixelHeight": {
            "description": "pixelHeight, supported values are 1080 and 720.",
            "format": "int32",
            "type": "integer"
          },
          "recording": {
            "description": "should channel content be recorded or not",
            "nullable": true,
            "type": "boolean"
          },
          "redundant": {
            "type": "boolean"
          },
          "slidoName": {
            "description": "name of the slido for the channel",
            "maxLength": 255,
            "minLength": 0,
            "nullable": true,
            "type": "string"
          },
          "sourceCIDR": {
            "description": "IPv4 address range in CIDR notation. Only addresses from specified range are allowed to push content to MediaLive.",
            "type": "string"
          },
          "sources": {
            "items": {
              "$ref": "#/components/schemas/ApiSource"
            },
            "maxItems": 2,
            "type": "array"
          }
        },
        "required": [
          "fps",
          "inputType",
          "kind",
          "loopingFileDefault",
          "loopingFileError",
          "name",
          "pixelHeight"
        ],
        "type": "object"
      },
      "ApiCreateUpdateChannelResponse": {
        "properties": {
          "channel": {
            "$ref": "#/components/schemas/ApiChannel"
          }
        },
        "type": "object"
      },
      "ApiCreateUserPersonRequest": {
        "properties": {
          "email": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCreateUserPersonResponse": {
        "properties": {
          "id": {
            "type": "string"
          },
          "topicName": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiCreateUserPoolRequest": {
        "properties": {
          "userPool": {
            "$ref": "#/components/schemas/ApiUserPool"
          }
        },
        "required": [
          "userPool"
        ],
        "type": "object"
      },
      "ApiCreateUserPoolResponse": {
        "properties": {
          "userPool": {
            "$ref": "#/components/schemas/ApiUserPool"
          }
        },
        "required": [
          "userPool"
        ],
        "type": "object"
      },
      "ApiDataPrivacyDocs": {
        "properties": {
          "key": {
            "type": "string"
          },
          "url": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiDeleteContentFileResponse": {
        "properties": {
          "msg": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiDeleteUserPoolResponse": {
        "properties": {
          "userPool": {
            "$ref": "#/components/schemas/ApiUserPool"
          }
        },
        "required": [
          "userPool"
        ],
        "type": "object"
      },
      "ApiECCollection": {
        "properties": {
          "backgroundImageUrl": {
            "type": "string"
          },
          "bannerPoolTitle": {
            "type": "string"
          },
          "collectionGroupAlias": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "description": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "localized": {
            "items": {
              "$ref": "#/components/schemas/ApiECCollectionLocalized"
            },
            "type": "array"
          },
          "position": {
            "maxLength": 128,
            "minLength": 0,
            "type": "string"
          },
          "rows": {
            "items": {
              "$ref": "#/components/schemas/ApiECCollectionRow"
            },
            "type": "array"
          },
          "title": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "id",
          "title"
        ],
        "type": "object"
      },
      "ApiECCollectionGalleryWidgetItem": {
        "properties": {
          "actionParams": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "actionType": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "imageFileUrl": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "localized": {
            "items": {
              "$ref": "#/components/schemas/ApiECCollectionGalleryWidgetItemLocalized"
            },
            "type": "array"
          },
          "position": {
            "format": "int32",
            "type": "integer"
          },
          "title": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "actionParams",
          "actionType",
          "imageFileUrl",
          "title"
        ],
        "type": "object"
      },
      "ApiECCollectionGalleryWidgetItemLocalized": {
        "properties": {
          "lang": {
            "maxLength": 5,
            "minLength": 0,
            "type": "string"
          },
          "title": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "lang",
          "title"
        ],
        "type": "object"
      },
      "ApiECCollectionGroup": {
        "properties": {
          "collections": {
            "items": {
              "$ref": "#/components/schemas/ApiECCollection"
            },
            "type": "array"
          },
          "description": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "localized": {
            "items": {
              "$ref": "#/components/schemas/ApiECCollectionGroupLocalized"
            },
            "type": "array"
          },
          "name": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "sortkey": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "id",
          "name"
        ],
        "type": "object"
      },
      "ApiECCollectionGroupListResult": {
        "properties": {
          "currentCount": {
            "format": "int64",
            "type": "integer"
          },
          "results": {
            "items": {
              "$ref": "#/components/schemas/ApiECCollectionGroup"
            },
            "type": "array"
          },
          "totalCount": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ApiECCollectionGroupLocalized": {
        "properties": {
          "description": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "lang": {
            "maxLength": 5,
            "minLength": 0,
            "type": "string"
          },
          "name": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "description",
          "lang",
          "name"
        ],
        "type": "object"
      },
      "ApiECCollectionListResult": {
        "properties": {
          "currentCount": {
            "format": "int64",
            "type": "integer"
          },
          "results": {
            "items": {
              "$ref": "#/components/schemas/ApiECCollection"
            },
            "type": "array"
          },
          "totalCount": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ApiECCollectionLocalized": {
        "properties": {
          "description": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "lang": {
            "maxLength": 5,
            "minLength": 0,
            "type": "string"
          },
          "title": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "lang"
        ],
        "type": "object"
      },
      "ApiECCollectionRow": {
        "properties": {
          "entityType": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "filter": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "iconUrl": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "position": {
            "format": "int32",
            "type": "integer"
          },
          "showMoreActionParams": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "showMoreActionType": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "showMoreText": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "title": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "type": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "widgets": {
            "items": {
              "$ref": "#/components/schemas/ApiECCollectionWidget"
            },
            "type": "array"
          }
        },
        "required": [
          "id",
          "title"
        ],
        "type": "object"
      },
      "ApiECCollectionWidget": {
        "properties": {
          "description": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "items": {
            "items": {
              "$ref": "#/components/schemas/ApiECCollectionGalleryWidgetItem"
            },
            "type": "array"
          },
          "localized": {
            "items": {
              "$ref": "#/components/schemas/ApiECCollectionWidgetLocalized"
            },
            "type": "array"
          },
          "position": {
            "format": "int32",
            "type": "integer"
          },
          "title": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "type": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "weight": {
            "format": "int32",
            "type": "integer"
          }
        },
        "required": [
          "description",
          "id",
          "title",
          "type"
        ],
        "type": "object"
      },
      "ApiECCollectionWidgetLocalized": {
        "properties": {
          "description": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "lang": {
            "maxLength": 5,
            "minLength": 0,
            "type": "string"
          },
          "title": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "type": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "description",
          "lang",
          "title",
          "type"
        ],
        "type": "object"
      },
      "ApiEmailConfig": {
        "properties": {
          "emailTemplates": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "reportUserReceiverEmail": {
            "maxLength": 255,
            "type": "string"
          },
          "senderEmail": {
            "maxLength": 255,
            "type": "string"
          },
          "senderFriendlyName": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiEmploymentType": {
        "properties": {
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "localized": {
            "items": {
              "$ref": "#/components/schemas/ApiEmploymentTypeLocalized"
            },
            "type": "array"
          },
          "orderKey": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "title": {
            "maxLength": 512,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "id",
          "title"
        ],
        "type": "object"
      },
      "ApiEmploymentTypeListResult": {
        "properties": {
          "count": {
            "format": "int32",
            "type": "integer"
          },
          "hasNext": {
            "type": "boolean"
          },
          "page": {
            "format": "int32",
            "type": "integer"
          },
          "results": {
            "items": {
              "$ref": "#/components/schemas/ApiEmploymentType"
            },
            "type": "array"
          },
          "totalCount": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ApiEmploymentTypeLocalized": {
        "properties": {
          "lang": {
            "maxLength": 5,
            "minLength": 0,
            "type": "string"
          },
          "title": {
            "maxLength": 512,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "lang"
        ],
        "type": "object"
      },
      "ApiEvent": {
        "properties": {
          "descriptionLong": {
            "type": "string"
          },
          "descriptionShort": {
            "maxLength": 300,
            "minLength": 0,
            "type": "string"
          },
          "end": {
            "type": "string"
          },
          "eventdates": {
            "items": {
              "$ref": "#/components/schemas/ApiEventDateOfEvent"
            },
            "type": "array"
          },
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "location": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "logo": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "name": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "start": {
            "type": "string"
          }
        },
        "required": [
          "id"
        ],
        "type": "object"
      },
      "ApiEventDateOfEvent": {
        "properties": {
          "accessProvider": {
            "enum": [
              "BACKOFFICE",
              "PUBLIC",
              "TICKET"
            ],
            "type": "string"
          },
          "breakoutAccess": {
            "type": "boolean"
          },
          "categories": {
            "items": {
              "$ref": "#/components/schemas/ApiCategoryOfEventDate"
            },
            "type": "array"
          },
          "channel": {
            "$ref": "#/components/schemas/ApiChannel"
          },
          "date": {
            "type": "string"
          },
          "end": {
            "type": "string"
          },
          "enddatetime": {
            "type": "string"
          },
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "initials": {
            "type": "string"
          },
          "location": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "logoUrl": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "name": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/ApiOrganizationOfEventDate"
          },
          "persons": {
            "items": {
              "$ref": "#/components/schemas/ApiPersonOfEventDate"
            },
            "type": "array"
          },
          "private": {
            "type": "boolean"
          },
          "start": {
            "type": "string"
          },
          "startdatetime": {
            "type": "string"
          },
          "teaser": {
            "maxLength": 300,
            "minLength": 0,
            "type": "string"
          },
          "text": {
            "type": "string"
          },
          "title": {
            "maxLength": 200,
            "minLength": 0,
            "type": "string"
          },
          "type": {
            "maxLength": 45,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "id"
        ],
        "type": "object"
      },
      "ApiEventDatesOfPerson": {
        "properties": {
          "dateTimeEnd": {
            "nullable": true,
            "type": "string"
          },
          "dateTimeStart": {
            "nullable": true,
            "type": "string"
          },
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "name": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "dateTimeEnd",
          "dateTimeStart",
          "id",
          "name"
        ],
        "type": "object"
      },
      "ApiEventOrganizer": {
        "properties": {
          "bucketName": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "website": {
            "type": "string"
          },
          "websiteDe": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiEventsOfPerson": {
        "properties": {
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "name": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "id",
          "name"
        ],
        "type": "object"
      },
      "ApiFavorite": {
        "properties": {
          "deleted": {
            "type": "boolean"
          },
          "id": {
            "type": "string"
          },
          "kind": {
            "type": "string"
          },
          "lastModified": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiFeedbackRequest": {
        "description": "Request that contains the feedback from the Support when the problem is escalated.",
        "properties": {
          "feedback": {
            "description": "more detailed description about the support problem",
            "type": "string"
          },
          "summary": {
            "description": "summary of the support problem (subject of the email)",
            "maxLength": 2147483647,
            "minLength": 1,
            "type": "string"
          },
          "userEmail": {
            "maxLength": 128,
            "minLength": 0,
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiFeUser": {
        "description": "The user maching the given email address or null if there is no such user in the user pool",
        "properties": {
          "company": {
            "description": "The main company the user belongs to.",
            "type": "string"
          },
          "email": {
            "description": "The email address of the user which must be unique inside of a user pool.",
            "type": "string"
          },
          "fullName": {
            "description": "The fully concatinated name of the user.",
            "type": "string"
          },
          "id": {
            "description": "The globaly unique identifier of this user.",
            "type": "string"
          },
          "position": {
            "description": "The function / position the user has in the main company.",
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiFeUserAnswer": {
        "properties": {
          "optionId": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "value": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiFeUserAnswerOption": {
        "properties": {
          "feUserDefined": {
            "type": "boolean"
          },
          "id": {
            "type": "string"
          },
          "localizations": {
            "additionalProperties": {
              "$ref": "#/components/schemas/ApiFeUserAnswerOptionLocalized"
            },
            "type": "object"
          },
          "orderNumber": {
            "format": "int32",
            "type": "integer"
          },
          "value": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiFeUserAnswerOptionLocalized": {
        "properties": {
          "value": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiFeUserDataRequest": {
        "properties": {
          "email": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "resultUrl": {
            "type": "string"
          },
          "status": {
            "enum": [
              "finished"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiFeUserListResponse": {
        "properties": {
          "nextToken": {
            "description": "If there are more users available then included in [users] this nextToken will be provided. This [nextToken] can be used to continue the listing of users with a subsequest listing request.",
            "type": "string"
          },
          "userPoolId": {
            "description": "The id of the requested userPool.",
            "type": "string"
          },
          "users": {
            "description": "List of users belonging to the userpool with userPoolId.",
            "items": {
              "$ref": "#/components/schemas/ApiFeUser"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ApiFeUserMedia": {
        "properties": {
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "purpose": {
            "description": "Purpose of the FeUserMedia",
            "enum": [
              "BACKGROUND",
              "LOGO"
            ],
            "type": "string"
          },
          "url": {
            "description": "FeUserMedia url where it is stored",
            "type": "string"
          }
        },
        "required": [
          "id",
          "purpose",
          "url"
        ],
        "type": "object"
      },
      "ApiFeUserMediaListResponse": {
        "properties": {
          "feUserMedia": {
            "items": {
              "$ref": "#/components/schemas/ApiFeUserMedia"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ApiFeUserQuestion": {
        "properties": {
          "allowUserDefinedAnswerOption": {
            "type": "boolean"
          },
          "answerOptions": {
            "items": {
              "$ref": "#/components/schemas/ApiFeUserAnswerOption"
            },
            "type": "array"
          },
          "id": {
            "type": "string"
          },
          "localizations": {
            "additionalProperties": {
              "$ref": "#/components/schemas/ApiFeUserQuestionLocalized"
            },
            "type": "object"
          },
          "maxAnswerCount": {
            "format": "int32",
            "type": "integer"
          },
          "minAnswerCount": {
            "format": "int32",
            "type": "integer"
          },
          "orderNumber": {
            "format": "int32",
            "type": "integer"
          },
          "text": {
            "type": "string"
          },
          "topic": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiFeUserQuestionListResponse": {
        "properties": {
          "questions": {
            "items": {
              "$ref": "#/components/schemas/ApiFeUserQuestion"
            },
            "type": "array"
          },
          "topic": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiFeUserQuestionLocalized": {
        "properties": {
          "text": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiGetAcquiredShopAssetsResponse": {
        "properties": {
          "acquiredShopAssets": {
            "additionalProperties": {
              "format": "int32",
              "type": "integer"
            },
            "type": "object"
          },
          "orgainzationId": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiGetFeUserResponse": {
        "properties": {
          "user": {
            "$ref": "#/components/schemas/ApiFeUser"
          },
          "userPoolId": {
            "description": "The id of the userPool the user belongs to",
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiGetServiceKeysResponse": {
        "properties": {
          "organizationId": {
            "type": "string"
          },
          "serviceKeys": {
            "additionalProperties": {
              "format": "int32",
              "type": "integer"
            },
            "type": "object"
          },
          "topicName": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiGetServicekeysResponse": {
        "properties": {
          "organizationServiceKeys": {
            "items": {
              "$ref": "#/components/schemas/ApiOrganizationServiceKey"
            },
            "type": "array"
          },
          "subelementServiceKeys": {
            "items": {
              "$ref": "#/components/schemas/ApiSubelementServiceKey"
            },
            "type": "array"
          },
          "topic": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiGetSubelementPackagesResponse": {
        "properties": {
          "subelementPackages": {
            "items": {
              "$ref": "#/components/schemas/ApiSubelementPackage"
            },
            "type": "array"
          },
          "topic": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiGetTargetGroupFiltersResponse": {
        "properties": {
          "targetGroupFilters": {
            "items": {
              "$ref": "#/components/schemas/ApiTargetGroupFilter"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ApiGetTicketShopUrlResponse": {
        "properties": {
          "ticketShopUrl": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiGetTriggerGeofencesResponse": {
        "properties": {
          "geofences": {
            "items": {
              "$ref": "#/components/schemas/ApiTriggerGeofence"
            },
            "type": "array"
          },
          "organizationId": {
            "type": "string"
          },
          "topic": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiGetUserForSupportRequest": {
        "description": "Request to get data from a frontend user belonging to a specific userpool via email.",
        "properties": {
          "userEmail": {
            "maxLength": 128,
            "minLength": 0,
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiGetUserForSupportResponse": {
        "description": "Response data from a frontend user belonging to a specific userpool.",
        "properties": {
          "email": {
            "maxLength": 128,
            "minLength": 0,
            "type": "string"
          },
          "firstName": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "lastName": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "mobileLoginAttempts": {
            "description": "number of failed login attempts",
            "format": "int32",
            "type": "integer"
          },
          "tokenResetCount": {
            "description": "counter how often a token is reseted",
            "format": "int32",
            "type": "integer"
          },
          "userId": {
            "maxLength": 64,
            "minLength": 1,
            "type": "string"
          }
        },
        "required": [
          "userId"
        ],
        "type": "object"
      },
      "ApiGetUserPoolResponse": {
        "properties": {
          "userPool": {
            "$ref": "#/components/schemas/ApiUserPool"
          }
        },
        "required": [
          "userPool"
        ],
        "type": "object"
      },
      "ApiImporter": {
        "properties": {
          "active": {
            "type": "boolean"
          },
          "canHaveContentFiles": {
            "type": "boolean"
          },
          "configuration": {
            "type": "string"
          },
          "createPdf": {
            "type": "boolean"
          },
          "customerKey": {
            "type": "string"
          },
          "end": {
            "format": "int64",
            "type": "integer"
          },
          "id": {
            "type": "string"
          },
          "kind": {
            "type": "string"
          },
          "kindConfig": {
            "type": "string"
          },
          "lastEndTime": {
            "format": "int64",
            "type": "integer"
          },
          "lastEnqueueTime": {
            "format": "int64",
            "type": "integer"
          },
          "lastLogUrl": {
            "type": "string"
          },
          "lastStartTime": {
            "format": "int64",
            "type": "integer"
          },
          "note": {
            "type": "string"
          },
          "schedulingPattern": {
            "type": "string"
          },
          "start": {
            "format": "int64",
            "type": "integer"
          },
          "status": {
            "enum": [
              "CONFIGURED",
              "CREATED",
              "FAILED",
              "FINISHED",
              "INVALID",
              "QUEUED",
              "RUNNING",
              "STUCK"
            ],
            "type": "string"
          },
          "topic": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiImporterActionRequest": {
        "properties": {
          "action": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiImporterKind": {
        "properties": {
          "configSchema": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "name": {
            "type": "string"
          },
          "requConfigObj": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "ApiIntegrations": {
        "properties": {
          "mixie": {
            "$ref": "#/components/schemas/ApiMixieIntegration"
          },
          "remoteUGCSync": {
            "$ref": "#/components/schemas/ApiRemoteUGCSyncConnection"
          },
          "remoteUserPool": {
            "$ref": "#/components/schemas/ApiRemoteUserPoolConnection"
          }
        },
        "type": "object"
      },
      "ApiInvitingOrganization": {
        "properties": {
          "id": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "name": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          }
        },
        "required": [
          "id",
          "name"
        ],
        "type": "object"
      },
      "ApiJobOffersOfPerson": {
        "properties": {
          "description": {
            "$ref": "#/components/schemas/ApiTeaser"
          },
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "initials": {
            "maxLength": 1,
            "minLength": 0,
            "type": "string"
          },
          "name": {
            "maxLength": 150,
            "minLength": 0,
            "type": "string"
          },
          "persons": {
            "items": {
              "$ref": "#/components/schemas/ApiPersonsOfJobOffer"
            },
            "type": "array"
          },
          "pictureURL": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "id"
        ],
        "type": "object"
      },
      "ApiLanguageAudioSplitting": {
        "description": "Option which allows splitting of the MediaLive Channel audio tracks. Index of the item in the array specifies the track number. If Media Live Channel contains 2 audio outputs, first item in the array is left audio track and second one is right.",
        "properties": {
          "langCode": {
            "description": "ISO-639-1 or ISO-639-2 two character language string.",
            "maxLength": 2,
            "minLength": 2,
            "type": "string"
          },
          "langTitle": {
            "description": "Language name which is displayed in video player language switcher on Event Guide.",
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "langCode",
          "langTitle"
        ],
        "type": "object"
      },
      "ApiListContentAccessReducedResponse": {
        "properties": {
          "content": {
            "items": {
              "$ref": "#/components/schemas/ApiContentAccessReduced"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ApiListContentAccessResponse": {
        "properties": {
          "content": {
            "items": {
              "$ref": "#/components/schemas/ApiContentAccess"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ApiListKindsResponse": {
        "properties": {
          "kinds": {
            "items": {
              "type": "string"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ApiListRolesResponse": {
        "properties": {
          "roles": {
            "description": "Set of existing roles defined in the Backend.",
            "items": {
              "$ref": "#/components/schemas/ApiRole"
            },
            "type": "array"
          }
        },
        "required": [
          "roles"
        ],
        "type": "object"
      },
      "ApiListSegmentsResponse": {
        "properties": {
          "segments": {
            "description": "List of segments included in this response. Maybe filtered.",
            "items": {
              "$ref": "#/components/schemas/ApiSegment"
            },
            "type": "array"
          }
        },
        "required": [
          "segments"
        ],
        "type": "object"
      },
      "ApiListTicketsResponse": {
        "properties": {
          "tickets": {
            "items": {
              "$ref": "#/components/schemas/ApiTicket"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ApiLocalNotificationTemplate": {
        "properties": {
          "deleted": {
            "type": "boolean"
          },
          "entityId": {
            "type": "string"
          },
          "entityType": {
            "type": "string"
          },
          "id": {
            "maxLength": 255,
            "type": "string"
          },
          "organizationId": {
            "maxLength": 255,
            "type": "string"
          },
          "selector": {
            "$ref": "#/components/schemas/Selector"
          },
          "text": {
            "maxLength": 400,
            "type": "string"
          }
        },
        "required": [
          "id"
        ],
        "type": "object"
      },
      "ApiLocalNotificationTemplateCreateInstanceRequest": {
        "description": "Request object for the creation of a notification based on a local notification template",
        "properties": {
          "appDeviceId": {
            "format": "int64",
            "type": "integer"
          },
          "createdAt": {
            "type": "string"
          },
          "notificationClientId": {
            "type": "string"
          },
          "text": {
            "maxLength": 400,
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "userId": {
            "maxLength": 64,
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiLocalNotificationTemplatesResponse": {
        "description": "Response object for a list of local notification templates",
        "properties": {
          "hasNext": {
            "type": "boolean"
          },
          "localNotificationTemplates": {
            "items": {
              "$ref": "#/components/schemas/ApiLocalNotificationTemplate"
            },
            "minItems": 0,
            "type": "array"
          },
          "page": {
            "format": "int32",
            "type": "integer"
          },
          "pageUpdatedAt": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiLoginRequest": {
        "properties": {
          "password": {
            "type": "string"
          },
          "user": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiMatchConnectionCreateRequest": {
        "properties": {
          "userToken": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiMatchDataPrivacyDocsRequest": {
        "properties": {
          "lang": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiMatchIdWithName": {
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiMatchLogoResponse": {
        "properties": {
          "logoUrl": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiMatchMailTemplateResponse": {
        "properties": {
          "mailTemplate": {
            "additionalProperties": {
              "description": "Each mailtemplate has a \"mail\" and a \"subject\" field, which are Strings.",
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "description": "Each mailtemplate has a \"mail\" and a \"subject\" field, which are Strings.",
            "type": "object"
          },
          "matchEmail": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiMatchPersonsResponse": {
        "properties": {
          "hasNextPage": {
            "type": "boolean"
          },
          "itemsPerPage": {
            "format": "int32",
            "type": "integer"
          },
          "matchPersons": {
            "items": {
              "$ref": "#/components/schemas/ApiMatchProfile"
            },
            "type": "array"
          },
          "page": {
            "format": "int32",
            "type": "integer"
          },
          "totalUnviewedConnections": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ApiMatchProfile": {
        "properties": {
          "areaOfResponsibility": {
            "type": "string"
          },
          "company": {
            "type": "string"
          },
          "department": {
            "type": "string"
          },
          "displayName": {
            "type": "string"
          },
          "email": {
            "type": "string"
          },
          "emailLanguage": {
            "type": "string"
          },
          "eventDates": {
            "items": {
              "$ref": "#/components/schemas/ApiMatchIdWithName"
            },
            "type": "array"
          },
          "events": {
            "items": {
              "$ref": "#/components/schemas/ApiMatchIdWithName"
            },
            "type": "array"
          },
          "facebook": {
            "type": "string"
          },
          "firstName": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "infotext": {
            "type": "string"
          },
          "infotextDe": {
            "type": "string"
          },
          "instagram": {
            "type": "string"
          },
          "interests": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "invitingOrganization": {
            "$ref": "#/components/schemas/ApiMatchIdWithName"
          },
          "languages": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "lastName": {
            "type": "string"
          },
          "linkedIn": {
            "type": "string"
          },
          "location": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "matchActive": {
            "type": "boolean"
          },
          "middleName": {
            "type": "string"
          },
          "mobile": {
            "type": "string"
          },
          "myConnectionStatus": {
            "type": "string"
          },
          "myConnectionViewed": {
            "type": "boolean"
          },
          "organizations": {
            "items": {
              "$ref": "#/components/schemas/ApiMatchIdWithName"
            },
            "type": "array"
          },
          "person": {
            "type": "string"
          },
          "phone": {
            "type": "string"
          },
          "pinterest": {
            "type": "string"
          },
          "position": {
            "type": "string"
          },
          "positionDe": {
            "type": "string"
          },
          "requestMessage": {
            "type": "string"
          },
          "salutation": {
            "type": "string"
          },
          "salutationDe": {
            "type": "string"
          },
          "showroomStandby": {
            "type": "boolean"
          },
          "tiktok": {
            "type": "string"
          },
          "twitter": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "visible": {
            "type": "boolean"
          },
          "xing": {
            "type": "string"
          },
          "youTube": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiMatchSendTestVerificationMessageRequest": {
        "properties": {
          "receiverMail": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiMediaLibrary": {
        "properties": {
          "categories": {
            "items": {
              "$ref": "#/components/schemas/ApiCategory"
            },
            "type": "array"
          },
          "detailThumbnail": {
            "type": "string"
          },
          "duration": {
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "listThumbnail": {
            "type": "string"
          },
          "title": {
            "maxLength": 150,
            "minLength": 0,
            "type": "string"
          },
          "uploadDate": {
            "type": "string"
          },
          "url": {
            "type": "string"
          }
        },
        "required": [
          "id",
          "title"
        ],
        "type": "object"
      },
      "ApiMixieIntegration": {
        "properties": {
          "backendToken": {
            "type": "string"
          }
        },
        "required": [
          "backendToken"
        ],
        "type": "object"
      },
      "ApiMostReadNews": {
        "description": "Most",
        "properties": {
          "cnt": {
            "format": "int32",
            "type": "integer"
          },
          "item": {
            "$ref": "#/components/schemas/ApiMostReadNewsItem"
          }
        },
        "type": "object"
      },
      "ApiMostReadNewsItem": {
        "description": "News item with common details for most read list",
        "properties": {
          "categories": {
            "items": {
              "$ref": "#/components/schemas/ApiCategoryInfo"
            },
            "type": "array"
          },
          "date": {
            "type": "string"
          },
          "descriptionTeaser": {
            "type": "string"
          },
          "externalUrl": {
            "type": "string"
          },
          "id": {
            "description": "id (alias) of the news item",
            "type": "string"
          },
          "initials": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/ApiOrganizationInfo"
          },
          "type": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiMountChannelResponse": {
        "properties": {
          "channel": {
            "$ref": "#/components/schemas/ApiChannel"
          }
        },
        "required": [
          "channel"
        ],
        "type": "object"
      },
      "ApiNote": {
        "properties": {
          "id": {
            "type": "string"
          },
          "kind": {
            "type": "string"
          },
          "lastModified": {
            "type": "string"
          },
          "text": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiNotificationSegment": {
        "properties": {
          "key": {
            "type": "string"
          },
          "name": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiOrganization": {
        "properties": {
          "address": {
            "maxLength": 100,
            "minLength": 0,
            "nullable": true,
            "type": "string"
          },
          "city": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "country": {
            "description": "Two letter Country code. ISO-639-1",
            "maxLength": 2,
            "minLength": 2,
            "nullable": true,
            "type": "string"
          },
          "name": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "postcode": {
            "maxLength": 20,
            "minLength": 0,
            "nullable": true,
            "type": "string"
          },
          "region": {
            "maxLength": 10,
            "minLength": 0,
            "nullable": true,
            "type": "string"
          }
        },
        "required": [
          "name"
        ],
        "type": "object"
      },
      "ApiOrganizationConnectionMessage": {
        "properties": {
          "message": {
            "maxLength": 200,
            "minLength": 0,
            "type": "string"
          },
          "status": {
            "enum": [
              "OPEN"
            ],
            "type": "string"
          }
        },
        "required": [
          "status"
        ],
        "type": "object"
      },
      "ApiOrganizationInfo": {
        "properties": {
          "id": {
            "description": "id (alias) of the organization",
            "type": "string"
          },
          "initials": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "name": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiOrganizationOfEventDate": {
        "properties": {
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "name": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "id"
        ],
        "type": "object"
      },
      "ApiOrganizationServiceKey": {
        "properties": {
          "description": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "scope": {
            "type": "string"
          },
          "type": {
            "enum": [
              "featureFlag",
              "quota"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiOrganizationsOfPerson": {
        "properties": {
          "adress1": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "basisPremium": {
            "format": "int32",
            "type": "integer"
          },
          "city": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "country": {
            "maxLength": 50,
            "minLength": 0,
            "type": "string"
          },
          "email": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "id": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "logo": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "mainContact": {
            "type": "boolean"
          },
          "name": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "personTypes": {
            "items": {
              "enum": [
                "CONTENTMANAGER",
                "MAIN",
                "SHOPMANAGER"
              ],
              "type": "string"
            },
            "type": "array"
          },
          "phone": {
            "maxLength": 50,
            "minLength": 0,
            "type": "string"
          },
          "postCode": {
            "maxLength": 20,
            "minLength": 0,
            "type": "string"
          },
          "showroomStandby": {
            "type": "boolean"
          },
          "visibleAsContact": {
            "type": "boolean"
          }
        },
        "required": [
          "basisPremium",
          "id",
          "name",
          "personTypes",
          "showroomStandby",
          "visibleAsContact"
        ],
        "type": "object"
      },
      "ApiPersonOfEventDate": {
        "properties": {
          "firstName": {
            "type": "string"
          },
          "id": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "lastName": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "middleName": {
            "type": "string"
          },
          "organization": {
            "type": "string"
          },
          "personFunctionIdRef": {
            "type": "string"
          },
          "personFunctionName": {
            "type": "string"
          },
          "personFunctionTargetName": {
            "type": "string"
          },
          "position": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "userId": {
            "type": "string"
          },
          "userLogoUrl": {
            "type": "string"
          }
        },
        "required": [
          "id"
        ],
        "type": "object"
      },
      "ApiPersonsOfJobOffer": {
        "properties": {
          "id": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "personFunctionIdRef": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "personFunctionTargetName": {
            "maxLength": 128,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "id",
          "personFunctionIdRef"
        ],
        "type": "object"
      },
      "ApiPresignedUrl": {
        "properties": {
          "endpointUrl": {
            "description": "PresignedUrl endpoint",
            "type": "string"
          },
          "fields": {
            "additionalProperties": {
              "description": "List of the fields for the multipart form upload using presigned url",
              "type": "string"
            },
            "description": "List of the fields for the multipart form upload using presigned url",
            "type": "object"
          }
        },
        "required": [
          "endpointUrl",
          "fields"
        ],
        "type": "object"
      },
      "ApiPushNotificationSubmitOrder": {
        "properties": {
          "defaultLang": {
            "type": "string"
          },
          "notificationSegment": {
            "type": "string"
          },
          "playSound": {
            "type": "boolean"
          },
          "seriesOfTopic": {
            "type": "string"
          },
          "texts": {
            "additionalProperties": {
              "type": "string"
            },
            "type": "object"
          },
          "topic": {
            "type": "string"
          },
          "user": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiRemoteUGCSyncConnection": {
        "properties": {
          "config": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          }
        },
        "required": [
          "config"
        ],
        "type": "object"
      },
      "ApiRemoteUserPoolConnection": {
        "properties": {
          "config": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "kind": {
            "enum": [
              "ADITUS",
              "BBG",
              "DEUTSCHE_MESSE_AG",
              "DIMEDIS",
              "EUROBIKE",
              "GHM",
              "IAA",
              "KOELN_MESSE",
              "KOELN_MESSE_AUTH_ONLY",
              "PRETIX",
              "TAUTH",
              "TEST"
            ],
            "maxLength": 64,
            "type": "string"
          }
        },
        "required": [
          "kind"
        ],
        "type": "object"
      },
      "ApiRequestUserSessionRequest": {
        "properties": {
          "customData": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "dataPrivacyDocs": {
            "items": {
              "$ref": "#/components/schemas/ApiDataPrivacyDocs"
            },
            "maxItems": 2147483647,
            "maxLength": 2147483647,
            "minItems": 0,
            "minLength": 0,
            "type": "array"
          },
          "email": {
            "type": "string"
          },
          "lang": {
            "description": "Two Letter Iso lang code. Lowercase",
            "maxLength": 2,
            "minLength": 2,
            "type": "string"
          },
          "password": {
            "type": "string"
          },
          "ssoToken": {
            "type": "string"
          }
        },
        "required": [
          "lang"
        ],
        "type": "object"
      },
      "ApiRole": {
        "description": "Set of existing roles defined in the Backend.",
        "properties": {
          "id": {
            "description": "The id of the role.",
            "type": "string"
          },
          "localized": {
            "additionalProperties": {
              "$ref": "#/components/schemas/ApiRoleLocalized"
            },
            "description": "The role in other languages.",
            "type": "object"
          },
          "name": {
            "description": "The default name of the role (English).",
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiRoleLocalized": {
        "description": "The role in other languages.",
        "properties": {
          "name": {
            "description": "The name of the role in other languages.",
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiScheduleChannelRequest": {
        "properties": {
          "offsetCopyHours": {
            "format": "int32",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ApiScheduleChannelResponse": {
        "properties": {
          "channel": {
            "$ref": "#/components/schemas/ApiChannel"
          },
          "responseMessage": {
            "type": "string"
          }
        },
        "required": [
          "channel",
          "responseMessage"
        ],
        "type": "object"
      },
      "ApiSegment": {
        "description": "List of segments included in this response. Maybe filtered.",
        "properties": {
          "dynamic": {
            "description": "Dynamic segments are generated by internal application logic and are not intendet so be presented to BeUsers directly. They are used by other mechanics instead.",
            "type": "boolean"
          },
          "key": {
            "description": "Technical identifier for the Segment.",
            "type": "string"
          },
          "name": {
            "description": "Human readable name.",
            "type": "string"
          }
        },
        "required": [
          "dynamic",
          "key",
          "name"
        ],
        "type": "object"
      },
      "ApiSendLoginTokenRequest": {
        "description": "Request to send the user (frontend user) an email from the specific userpool match email.",
        "properties": {
          "userEmail": {
            "maxLength": 128,
            "minLength": 0,
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiSeriesOfTopics": {
        "properties": {
          "analyticsKey": {
            "type": "string"
          },
          "androidAppLaunchUrl": {
            "type": "string"
          },
          "appStoreUrl": {
            "type": "string"
          },
          "defaultLocalizedName": {
            "type": "string"
          },
          "eventOrganizer": {
            "type": "string"
          },
          "iOsAppLaunchUrl": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "notificationSegments": {
            "items": {
              "$ref": "#/components/schemas/ApiNotificationSegment"
            },
            "type": "array"
          },
          "oavUrl": {
            "type": "string"
          },
          "oavUrlDe": {
            "type": "string"
          },
          "playStoreUrl": {
            "type": "string"
          },
          "qrName": {
            "type": "string"
          },
          "topics": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "users": {
            "items": {
              "type": "string"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ApiSource": {
        "properties": {
          "passwordParam": {
            "description": "Password of the source",
            "type": "string"
          },
          "url": {
            "description": "Url of the source from which signal should be pulled.",
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "username": {
            "description": "Username of the source",
            "type": "string"
          }
        },
        "required": [
          "url"
        ],
        "type": "object"
      },
      "ApiStartChannelResponse": {
        "properties": {
          "channel": {
            "$ref": "#/components/schemas/ApiChannel"
          }
        },
        "required": [
          "channel"
        ],
        "type": "object"
      },
      "ApiStopChannelResponse": {
        "properties": {
          "channel": {
            "$ref": "#/components/schemas/ApiChannel"
          }
        },
        "required": [
          "channel"
        ],
        "type": "object"
      },
      "ApiSubelementPackage": {
        "properties": {
          "entity": {
            "enum": [
              "notificationTemplate"
            ],
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "localized": {
            "additionalProperties": {
              "$ref": "#/components/schemas/ApiSubelementPackageLocalized"
            },
            "type": "object"
          },
          "name": {
            "type": "string"
          },
          "subelementContingents": {
            "additionalProperties": {
              "format": "int32",
              "type": "integer"
            },
            "type": "object"
          },
          "type": {
            "enum": [
              "base",
              "upgrade"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiSubelementPackageLocalized": {
        "properties": {
          "name": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiSubelementServiceKey": {
        "properties": {
          "description": {
            "type": "string"
          },
          "entity": {
            "enum": [
              "notificationTemplate"
            ],
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "scope": {
            "type": "string"
          },
          "type": {
            "enum": [
              "featureFlag",
              "quota"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiSucccesfulLoginResponse": {
        "description": "Response for succesful authentication requests.",
        "properties": {
          "beConnectionToken": {
            "type": "string"
          },
          "profile": {
            "$ref": "#/components/schemas/ApiUserProfileResponse"
          }
        },
        "required": [
          "beConnectionToken",
          "profile"
        ],
        "type": "object"
      },
      "ApiSyncRequest": {
        "properties": {
          "changedFavorites": {
            "items": {
              "$ref": "#/components/schemas/ApiFavorite"
            },
            "type": "array"
          },
          "changedNotes": {
            "items": {
              "$ref": "#/components/schemas/ApiNote"
            },
            "type": "array"
          },
          "currentTime": {
            "type": "string"
          },
          "lastSyncTime": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiSyncResponse": {
        "properties": {
          "currentTime": {
            "type": "string"
          },
          "favorites": {
            "items": {
              "$ref": "#/components/schemas/ApiFavorite"
            },
            "type": "array"
          },
          "notes": {
            "items": {
              "$ref": "#/components/schemas/ApiNote"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ApiTargetGroupFilter": {
        "properties": {
          "id": {
            "type": "string"
          },
          "localized": {
            "additionalProperties": {
              "$ref": "#/components/schemas/ApiTargetGroupFilterLocalized"
            },
            "type": "object"
          },
          "name": {
            "type": "string"
          },
          "type": {
            "enum": [
              "COUNTRY",
              "INTEREST",
              "QUESTION"
            ],
            "type": "string"
          },
          "values": {
            "items": {
              "$ref": "#/components/schemas/ApiTargetGroupFilterValue"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ApiTargetGroupFilterLocalized": {
        "properties": {
          "name": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiTargetGroupFilterValue": {
        "properties": {
          "id": {
            "type": "string"
          },
          "localized": {
            "additionalProperties": {
              "$ref": "#/components/schemas/ApiTargetGroupFilterValueLocalized"
            },
            "type": "object"
          },
          "name": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiTargetGroupFilterValueLocalized": {
        "properties": {
          "name": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiTeaser": {
        "properties": {
          "teaser": {
            "maxLength": 160,
            "minLength": 0,
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiTicket": {
        "properties": {
          "articleNr": {
            "type": "string"
          },
          "color": {
            "type": "string"
          },
          "company": {
            "type": "string"
          },
          "customInfo": {
            "type": "string"
          },
          "customInfoDe": {
            "type": "string"
          },
          "email": {
            "type": "string"
          },
          "fullname": {
            "type": "string"
          },
          "grade": {
            "type": "string"
          },
          "guards": {
            "items": {
              "$ref": "#/components/schemas/ApiTicketGuard"
            },
            "type": "array"
          },
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "orderDate": {
            "type": "string"
          },
          "orderEmail": {
            "type": "string"
          },
          "orderNumber": {
            "type": "string"
          },
          "passbooklink": {
            "type": "string"
          },
          "pdfUrl": {
            "type": "string"
          },
          "qrCodeContent": {
            "type": "string"
          },
          "status": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "typeShort": {
            "type": "string"
          },
          "url": {
            "type": "string"
          },
          "validEnd": {
            "type": "string"
          },
          "validStart": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiTicketGuard": {
        "properties": {
          "hardLock": {
            "type": "boolean"
          },
          "localizedStatusText": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "unlockDateTime": {
            "type": "string"
          },
          "unlockMethod": {
            "type": "string"
          },
          "unlockMethodType": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiTopicStatisticResponse": {
        "properties": {
          "customEntityCategoryCount": {
            "format": "int64",
            "type": "integer"
          },
          "customEntityCount": {
            "format": "int64",
            "type": "integer"
          },
          "eventCategoryCount": {
            "format": "int64",
            "type": "integer"
          },
          "eventCount": {
            "format": "int64",
            "type": "integer"
          },
          "eventDateCategoryCount": {
            "format": "int64",
            "type": "integer"
          },
          "eventDateCount": {
            "format": "int64",
            "type": "integer"
          },
          "hallCount": {
            "format": "int64",
            "type": "integer"
          },
          "newsCategoryCount": {
            "format": "int64",
            "type": "integer"
          },
          "newsCount": {
            "format": "int64",
            "type": "integer"
          },
          "organizationCategoryCount": {
            "format": "int64",
            "type": "integer"
          },
          "organizationCount": {
            "format": "int64",
            "type": "integer"
          },
          "organizationNewsCategoryCount": {
            "format": "int64",
            "type": "integer"
          },
          "organizationNewsCount": {
            "format": "int64",
            "type": "integer"
          },
          "personCategoryCount": {
            "format": "int64",
            "type": "integer"
          },
          "personCount": {
            "format": "int64",
            "type": "integer"
          },
          "productCategoryCount": {
            "format": "int64",
            "type": "integer"
          },
          "productCount": {
            "format": "int64",
            "type": "integer"
          },
          "standCount": {
            "format": "int64",
            "type": "integer"
          },
          "standRegistrationCount": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ApiTriggerGeofence": {
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiUnlockTicketsResponse": {
        "properties": {
          "unlockedTickets": {
            "items": {
              "$ref": "#/components/schemas/ApiTicket"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ApiUnmountChannelResponse": {
        "properties": {
          "channel": {
            "$ref": "#/components/schemas/ApiChannel"
          }
        },
        "required": [
          "channel"
        ],
        "type": "object"
      },
      "ApiUpdateEmailConfig": {
        "properties": {
          "emailTemplates": {
            "additionalProperties": {
              "type": "object"
            },
            "type": "object"
          },
          "reportUserReceiverEmail": {
            "maxLength": 255,
            "type": "string"
          },
          "senderEmail": {
            "maxLength": 255,
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiUpdateFeUserQuestionRequst": {
        "properties": {
          "id": {
            "description": "id of the user profile to change",
            "type": "string"
          },
          "maxAnswerCount": {
            "description": "defines if this question must be provided by each user (is required)",
            "format": "int32",
            "type": "integer"
          },
          "minAnswerCount": {
            "description": "defines the number of reuqired answers each user MUST provide",
            "format": "int32",
            "type": "integer"
          },
          "orderNumber": {
            "description": "number defining the order of all questions",
            "format": "int32",
            "type": "integer"
          },
          "text": {
            "description": "the text of the question",
            "type": "string"
          }
        },
        "required": [
          "id",
          "maxAnswerCount",
          "minAnswerCount",
          "orderNumber",
          "text"
        ],
        "type": "object"
      },
      "ApiUpdateIntegrations": {
        "properties": {
          "mixie": {
            "$ref": "#/components/schemas/MaybeApiMixieIntegration"
          },
          "remoteFavSync": {
            "$ref": "#/components/schemas/MaybeApiRemoteUGCSyncConnection"
          },
          "remoteUserPool": {
            "$ref": "#/components/schemas/MaybeApiRemoteUserPoolConnection"
          }
        },
        "type": "object"
      },
      "ApiUpdateUserPoolRequest": {
        "properties": {
          "config": {
            "additionalProperties": {
              "type": "object"
            },
            "type": "object"
          },
          "emailConfig": {
            "$ref": "#/components/schemas/ApiUpdateEmailConfig"
          },
          "integrations": {
            "$ref": "#/components/schemas/ApiUpdateIntegrations"
          },
          "userCreationMode": {
            "enum": [
              "ALLOW_CREATION",
              "NO_CREATION",
              "NO_CREATION_AND_MUST_HAVE_TICKET"
            ],
            "maxLength": 45,
            "type": "string"
          }
        },
        "type": "object"
      },
      "ApiUpdateUserPoolResponse": {
        "properties": {
          "userPool": {
            "$ref": "#/components/schemas/ApiUserPool"
          }
        },
        "required": [
          "userPool"
        ],
        "type": "object"
      },
      "ApiUpdateUserProfileRequest": {
        "description": "Stands for a frontend user profile change request. Not all values are changeable.",
        "properties": {
          "adress1": {
            "maxLength": 128,
            "minLength": 0,
            "type": "string"
          },
          "adress2": {
            "maxLength": 128,
            "minLength": 0,
            "type": "string"
          },
          "adress3": {
            "maxLength": 128,
            "minLength": 0,
            "type": "string"
          },
          "answers": {
            "items": {
              "additionalProperties": {
                "items": {
                  "$ref": "#/components/schemas/ApiFeUserAnswer"
                },
                "type": "array"
              },
              "type": "object"
            },
            "maxItems": 100,
            "maxLength": 100,
            "minItems": 0,
            "minLength": 0,
            "type": "array"
          },
          "areaOfResponsibility": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "city": {
            "maxLength": 45,
            "minLength": 0,
            "type": "string"
          },
          "company": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "countrycode": {
            "maxLength": 10,
            "minLength": 0,
            "type": "string"
          },
          "email": {
            "deprecated": true,
            "description": "if present this must be unchanged.",
            "type": "string"
          },
          "emailLanguage": {
            "maxLength": 10,
            "minLength": 0,
            "type": "string"
          },
          "facebook": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "firstName": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "id": {
            "description": "id of the user profile to change",
            "type": "string"
          },
          "industry": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "industryDe": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "infotext": {
            "description": "MaxLength given in Bytes. As short as 16.384 Chars if filled with 4 byte characters",
            "maxLength": 65536,
            "minLength": 0,
            "type": "string"
          },
          "infotextDe": {
            "description": "MaxLength given in Bytes. As short as 16.384 Chars if filled with 4 byte characters",
            "maxLength": 65536,
            "minLength": 0,
            "type": "string"
          },
          "instagram": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "interests": {
            "items": {
              "maxLength": 255,
              "type": "string"
            },
            "maxItems": 2147483647,
            "maxLength": 2147483647,
            "minItems": 0,
            "minLength": 0,
            "type": "array"
          },
          "lang": {
            "maxLength": 2,
            "minLength": 2,
            "type": "object"
          },
          "languages": {
            "items": {
              "description": "ISO 639-1 two character language strings",
              "maxLength": 2,
              "minLength": 2,
              "type": "string"
            },
            "maxItems": 15,
            "maxLength": 15,
            "minItems": 0,
            "minLength": 0,
            "type": "array"
          },
          "lastName": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "linkedIn": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "lookingfor": {
            "items": {
              "maxLength": 255,
              "type": "string"
            },
            "maxItems": 2147483647,
            "maxLength": 2147483647,
            "minItems": 0,
            "minLength": 0,
            "type": "array"
          },
          "matchActive": {
            "type": "boolean"
          },
          "mobile": {
            "maxLength": 40,
            "minLength": 0,
            "type": "string"
          },
          "offering": {
            "items": {
              "maxLength": 255,
              "type": "string"
            },
            "maxItems": 2147483647,
            "maxLength": 2147483647,
            "minItems": 0,
            "minLength": 0,
            "type": "array"
          },
          "phone": {
            "maxLength": 40,
            "minLength": 0,
            "type": "string"
          },
          "pinterest": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "position": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "positionDe": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "postalCode": {
            "maxLength": 50,
            "minLength": 0,
            "type": "string"
          },
          "salutation": {
            "maxLength": 32,
            "minLength": 0,
            "type": "string"
          },
          "salutationDe": {
            "maxLength": 32,
            "minLength": 0,
            "type": "string"
          },
          "selfDefinedUserRoleId": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "tiktok": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "twitter": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "xing": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "youTube": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "id"
        ],
        "type": "object"
      },
      "ApiUser": {
        "properties": {
          "accessToken": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "accessTokenExpirationDateTimes": {
            "items": {
              "format": "date-time",
              "type": "string"
            },
            "type": "array"
          },
          "email": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "pass": {
            "type": "string"
          },
          "roles": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "seriesOfTopics": {
            "items": {
              "type": "string"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ApiUserConnectionMessage": {
        "properties": {
          "action": {
            "enum": [
              "accept",
              "block",
              "cancel",
              "hollywood",
              "ignore",
              "instantconnect",
              "request"
            ],
            "type": "string"
          },
          "lang": {
            "type": "string"
          },
          "message": {
            "description": "Message to send to the target. Can not exist if permissionToken is present.",
            "maxLength": 200,
            "minLength": 0,
            "type": "string"
          },
          "permissionToken": {
            "description": "PermissionToken (JWT) for Instant-Connect Action. Can not exist if message is present.",
            "type": "string"
          }
        },
        "required": [
          "action"
        ],
        "type": "object"
      },
      "ApiUserPool": {
        "properties": {
          "config": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "emailConfig": {
            "$ref": "#/components/schemas/ApiEmailConfig"
          },
          "eventOrganizerId": {
            "maxLength": 191,
            "type": "string"
          },
          "id": {
            "maxLength": 255,
            "type": "string"
          },
          "integrations": {
            "$ref": "#/components/schemas/ApiIntegrations"
          },
          "userCreationMode": {
            "enum": [
              "ALLOW_CREATION",
              "NO_CREATION",
              "NO_CREATION_AND_MUST_HAVE_TICKET"
            ],
            "maxLength": 45,
            "type": "string"
          }
        },
        "required": [
          "eventOrganizerId",
          "id"
        ],
        "type": "object"
      },
      "ApiUserPoolListResponse": {
        "properties": {
          "nextToken": {
            "type": "string"
          },
          "userPools": {
            "items": {
              "$ref": "#/components/schemas/ApiUserPool"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ApiUserProfileResponse": {
        "description": "Response Object for a single Userprofile",
        "properties": {
          "adress1": {
            "maxLength": 128,
            "minLength": 0,
            "type": "string"
          },
          "adress2": {
            "maxLength": 128,
            "minLength": 0,
            "type": "string"
          },
          "adress3": {
            "maxLength": 128,
            "minLength": 0,
            "type": "string"
          },
          "answers": {
            "additionalProperties": {
              "items": {
                "$ref": "#/components/schemas/ApiFeUserAnswer"
              },
              "type": "array"
            },
            "type": "object"
          },
          "areaOfResponsibility": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "categories": {
            "items": {
              "maxLength": 255,
              "type": "string"
            },
            "maxItems": 2147483647,
            "maxLength": 2147483647,
            "minItems": 0,
            "minLength": 0,
            "type": "array"
          },
          "city": {
            "maxLength": 45,
            "minLength": 0,
            "type": "string"
          },
          "company": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "countrycode": {
            "maxLength": 10,
            "minLength": 0,
            "type": "string"
          },
          "created": {
            "format": "date-time",
            "type": "string"
          },
          "email": {
            "maxLength": 128,
            "minLength": 0,
            "type": "string"
          },
          "emailLanguage": {
            "maxLength": 10,
            "minLength": 0,
            "type": "string"
          },
          "eventDates": {
            "items": {
              "$ref": "#/components/schemas/ApiEventDatesOfPerson"
            },
            "maxItems": 2147483647,
            "maxLength": 2147483647,
            "minItems": 0,
            "minLength": 0,
            "type": "array"
          },
          "events": {
            "items": {
              "$ref": "#/components/schemas/ApiEventsOfPerson"
            },
            "maxItems": 2147483647,
            "maxLength": 2147483647,
            "minItems": 0,
            "minLength": 0,
            "type": "array"
          },
          "facebook": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "firstName": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "id": {
            "maxLength": 64,
            "minLength": 0,
            "type": "string"
          },
          "industry": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "industryDe": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "infotext": {
            "maxLength": 65536,
            "minLength": 0,
            "type": "string"
          },
          "infotextDe": {
            "maxLength": 65536,
            "minLength": 0,
            "type": "string"
          },
          "instagram": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "interests": {
            "items": {
              "maxLength": 255,
              "type": "string"
            },
            "maxItems": 2147483647,
            "maxLength": 2147483647,
            "minItems": 0,
            "minLength": 0,
            "type": "array"
          },
          "invitingOrganization": {
            "$ref": "#/components/schemas/ApiInvitingOrganization"
          },
          "joboffers": {
            "items": {
              "$ref": "#/components/schemas/ApiJobOffersOfPerson"
            },
            "maxItems": 2147483647,
            "maxLength": 2147483647,
            "minItems": 0,
            "minLength": 0,
            "type": "array"
          },
          "languages": {
            "items": {
              "description": "ISO 639-1 two character language strings",
              "maxLength": 15,
              "minLength": 0,
              "type": "string"
            },
            "maxItems": 15,
            "maxLength": 15,
            "minItems": 0,
            "minLength": 0,
            "type": "array"
          },
          "lastName": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "linkedIn": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "logoUrl": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "lookingfor": {
            "items": {
              "maxLength": 255,
              "type": "string"
            },
            "maxItems": 2147483647,
            "maxLength": 2147483647,
            "minItems": 0,
            "minLength": 0,
            "type": "array"
          },
          "matchActive": {
            "type": "boolean"
          },
          "mobile": {
            "maxLength": 40,
            "minLength": 0,
            "type": "string"
          },
          "myConnectionStatus": {
            "enum": [
              "BLOCKED",
              "BLOCKING",
              "CONNECTED",
              "HOLLYWOOD",
              "IGNORED",
              "OPENREQUEST",
              "REQUESTED",
              "SELF",
              "UNRELATED"
            ],
            "type": "string"
          },
          "myConnectionViewed": {
            "type": "boolean"
          },
          "offering": {
            "items": {
              "maxLength": 255,
              "type": "string"
            },
            "maxItems": 2147483647,
            "maxLength": 2147483647,
            "minItems": 0,
            "minLength": 0,
            "type": "array"
          },
          "organizations": {
            "items": {
              "$ref": "#/components/schemas/ApiOrganizationsOfPerson"
            },
            "maxItems": 2147483647,
            "maxLength": 2147483647,
            "minItems": 0,
            "minLength": 0,
            "type": "array"
          },
          "person": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "phone": {
            "maxLength": 40,
            "minLength": 0,
            "type": "string"
          },
          "pinterest": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "position": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "positionDe": {
            "maxLength": 100,
            "minLength": 0,
            "type": "string"
          },
          "postalCode": {
            "maxLength": 50,
            "minLength": 0,
            "type": "string"
          },
          "remoteId": {
            "maxLength": 255,
            "minLength": 1,
            "type": "string"
          },
          "requestMessage": {
            "maxLength": 200,
            "minLength": 0,
            "type": "string"
          },
          "salutation": {
            "maxLength": 32,
            "minLength": 0,
            "type": "string"
          },
          "salutationDe": {
            "maxLength": 32,
            "minLength": 0,
            "type": "string"
          },
          "selfDefinedUserRoleId": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "showroomStandby": {
            "type": "boolean"
          },
          "tiktok": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "twitter": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "type": {
            "enum": [
              "attendee",
              "guest",
              "none",
              "press",
              "speaker",
              "staff"
            ],
            "type": "string"
          },
          "visible": {
            "type": "boolean"
          },
          "xing": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          },
          "youTube": {
            "maxLength": 1024,
            "minLength": 0,
            "type": "string"
          }
        },
        "required": [
          "id",
          "type"
        ],
        "type": "object"
      },
      "ApiZipDataUploadResponse": {
        "properties": {
          "msg": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "AppDeviceRequest": {
        "properties": {
          "deviceToken": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "kind": {
            "enum": [
              "android",
              "ios",
              "web"
            ],
            "type": "string"
          },
          "lang": {
            "description": "Two Letter Iso lang code. Lowercase",
            "maxLength": 2,
            "minLength": 2,
            "type": "string"
          },
          "language": {
            "deprecated": true,
            "description": "Two Letter Iso lang code. Lowercase. Use ”lang” instead.",
            "maxLength": 2,
            "minLength": 2,
            "type": "string"
          },
          "pushInterests": {
            "description": "Alias of PushInterests. Only String values are accepted.",
            "items": {
              "description": "Alias of PushInterests. Only String values are accepted.",
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "kind",
          "lang"
        ],
        "type": "object"
      },
      "AppDeviceResponse": {
        "properties": {
          "appDevice": {
            "$ref": "#/components/schemas/ReducedAppDevice"
          },
          "beConnectionToken": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "AppDeviceUpdateRequest": {
        "properties": {
          "deviceToken": {
            "maxLength": 255,
            "minLength": 0,
            "type": "string"
          },
          "lang": {
            "description": "Two Letter Iso lang code. Lowercase",
            "maxLength": 2,
            "minLength": 2,
            "type": "string"
          },
          "language": {
            "deprecated": true,
            "description": "Two Letter Iso lang code. Lowercase. Use ”lang” instead.",
            "maxLength": 2,
            "minLength": 2,
            "type": "string"
          },
          "movementProfileId": {
            "description": "Remote Tracking ID. Links this Appdevice with a third party.",
            "maxLength": 64,
            "type": "string"
          },
          "pushInterests": {
            "description": "Alias of PushInterests. Only String values are accepted.",
            "items": {
              "description": "Alias of PushInterests. Only String values are accepted.",
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "lang"
        ],
        "type": "object"
      },
      "Article": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "color": {
            "type": "string"
          },
          "customInfo": {
            "type": "string"
          },
          "customInfoDe": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "descriptionDe": {
            "type": "string"
          },
          "eventDateBindings": {
            "items": {
              "$ref": "#/components/schemas/EventDateArticleBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "grade": {
            "enum": [
              "EXTRA",
              "FULL",
              "GUEST",
              "NO_NETWORKING",
              "PRESS"
            ],
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "ticketShopUrl": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "typeShort": {
            "type": "string"
          },
          "validEnd": {
            "format": "date-time",
            "type": "string"
          },
          "validStart": {
            "format": "date-time",
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "CalendarContext": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "allday": {
            "type": "string"
          },
          "customEntities": {
            "items": {
              "$ref": "#/components/schemas/CustomEntity"
            },
            "type": "array",
            "uniqueItems": true
          },
          "enddate": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "location": {
            "type": "string"
          },
          "locationDe": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "startdate": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "CareerLevel": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "careerLevelLocalizedBindings": {
            "items": {
              "$ref": "#/components/schemas/CareerLevelLocalized"
            },
            "type": "array"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "jobOffers": {
            "items": {
              "$ref": "#/components/schemas/JobOffer"
            },
            "type": "array"
          },
          "orderKey": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "CareerLevelLocalized": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "lang": {
            "type": "string"
          },
          "parent": {
            "$ref": "#/components/schemas/CareerLevel"
          },
          "source": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "CatalogPrintDataAdPage": {
        "properties": {
          "adFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "alias": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "organizationCatalogPrintData": {
            "$ref": "#/components/schemas/OrganizationCatalogPrintData"
          },
          "selfservice": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "Category": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "asTabInOav": {
            "type": "boolean"
          },
          "badgeName": {
            "type": "string"
          },
          "badgeType": {
            "type": "string"
          },
          "children": {
            "items": {
              "$ref": "#/components/schemas/Category"
            },
            "type": "array",
            "uniqueItems": true
          },
          "code": {
            "type": "string"
          },
          "colorBooth": {
            "type": "string"
          },
          "colorBorder": {
            "type": "string"
          },
          "colorFill": {
            "type": "string"
          },
          "colorText": {
            "type": "string"
          },
          "customEntityBindings": {
            "items": {
              "$ref": "#/components/schemas/CustomEntityCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "disabledInHall": {
            "type": "boolean"
          },
          "eventBindings": {
            "items": {
              "$ref": "#/components/schemas/EventCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "eventDateBindings": {
            "items": {
              "$ref": "#/components/schemas/EventDateCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "iconLargeUrl": {
            "type": "string"
          },
          "iconMediumUrl": {
            "type": "string"
          },
          "iconSmallUrl": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "jobOfferBindings": {
            "items": {
              "$ref": "#/components/schemas/JobOfferCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "mediaLibraryBindings": {
            "items": {
              "$ref": "#/components/schemas/MediaLibraryCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "news": {
            "items": {
              "$ref": "#/components/schemas/News"
            },
            "type": "array"
          },
          "newsBindings": {
            "items": {
              "$ref": "#/components/schemas/NewsCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "orderkey": {
            "type": "string"
          },
          "orderkeyDe": {
            "type": "string"
          },
          "organizationBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "organizations": {
            "items": {
              "$ref": "#/components/schemas/Organization"
            },
            "type": "array"
          },
          "parent": {
            "$ref": "#/components/schemas/Category"
          },
          "personBindings": {
            "items": {
              "$ref": "#/components/schemas/PersonCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "pointOfInterestBindings": {
            "items": {
              "$ref": "#/components/schemas/PointOfInterestCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "productBindings": {
            "items": {
              "$ref": "#/components/schemas/ProductCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "productProperties": {
            "items": {
              "$ref": "#/components/schemas/ProductProperty"
            },
            "type": "array",
            "uniqueItems": true
          },
          "products": {
            "items": {
              "$ref": "#/components/schemas/Product"
            },
            "type": "array"
          },
          "productType": {
            "type": "boolean"
          },
          "selfService": {
            "type": "boolean"
          },
          "seriesOfTopicsBindings": {
            "items": {
              "$ref": "#/components/schemas/SeriesOfTopicsUserCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "source": {
            "type": "string"
          },
          "standRegistrationBindings": {
            "items": {
              "$ref": "#/components/schemas/StandRegistrationCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "synthetic": {
            "type": "boolean"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "trademarkBindings": {
            "items": {
              "$ref": "#/components/schemas/TrademarkCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "trademarks": {
            "items": {
              "$ref": "#/components/schemas/Trademark"
            },
            "type": "array"
          },
          "types": {
            "items": {
              "enum": [
                "CUSTOMENTITY",
                "EVENT",
                "EVENTDATE",
                "INTEREST",
                "JOBOFFER",
                "LOOKINGFORANDOFFERING",
                "MEDIALIBRARY",
                "NEWS",
                "ORGANIZATION",
                "PERSON",
                "POINTOFINTEREST",
                "PRODUCT",
                "SERIESOFTOPICSUSER",
                "STANDREGISTRATION",
                "TRADEMARK"
              ],
              "type": "string"
            },
            "type": "array"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "Channel": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "archiveChunkLengthSeconds": {
            "format": "int32",
            "type": "integer"
          },
          "authorizedUsersList": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "comment": {
            "type": "string"
          },
          "config": {
            "$ref": "#/components/schemas/ChannelConfiguration"
          },
          "contentShareLayoutOptionConfig": {
            "$ref": "#/components/schemas/ContentShareLayoutConfig"
          },
          "eventDates": {
            "items": {
              "$ref": "#/components/schemas/EventDate"
            },
            "type": "array",
            "uniqueItems": true
          },
          "fps": {
            "format": "int32",
            "type": "integer"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "inputType": {
            "enum": [
              "MP4_FILE",
              "RTMP_PULL",
              "RTMP_PUSH",
              "RTP_PUSH",
              "UDP_PUSH",
              "URL_PULL"
            ],
            "type": "string"
          },
          "introFile": {
            "type": "string"
          },
          "introFileDuration": {
            "format": "int32",
            "type": "integer"
          },
          "kind": {
            "enum": [
              "MASTERCLASS",
              "NOT_CONFIGURED",
              "PRERECORDED",
              "REMOTE_PROVIDER"
            ],
            "type": "string"
          },
          "live": {
            "type": "boolean"
          },
          "liveConnectorPipelineId": {
            "type": "string"
          },
          "loopingFileNameDefault": {
            "type": "string"
          },
          "loopingFileNameError": {
            "type": "string"
          },
          "medialiveChannel": {
            "format": "int32",
            "type": "integer"
          },
          "medialiveFileInputId": {
            "type": "string"
          },
          "medialiveInputSecurityGroupId": {
            "type": "string"
          },
          "medialiveLoopingFileInputId": {
            "type": "string"
          },
          "medialiveMainInputId": {
            "type": "string"
          },
          "multiLanguageAudioSplittingOption": {
            "items": {
              "$ref": "#/components/schemas/LanguageAudioSplitting"
            },
            "type": "array"
          },
          "name": {
            "type": "string"
          },
          "operator": {
            "$ref": "#/components/schemas/SeriesOfTopicsUser"
          },
          "orderkey": {
            "type": "string"
          },
          "outroFile": {
            "type": "string"
          },
          "pixelHeight": {
            "format": "int32",
            "type": "integer"
          },
          "recorderService": {
            "type": "string"
          },
          "recording": {
            "type": "boolean"
          },
          "redundant": {
            "type": "boolean"
          },
          "redundantUrl": {
            "type": "string"
          },
          "slidoName": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "sourceCIDR": {
            "type": "string"
          },
          "sources": {
            "items": {
              "$ref": "#/components/schemas/Source"
            },
            "type": "array"
          },
          "state": {
            "enum": [
              "MOUNTED",
              "MOUNTING",
              "ROLLBACK_FAILED",
              "ROLLBACK_IN_PROGRESS",
              "RUNNING",
              "STARTING",
              "STOPPING",
              "UNMANAGED",
              "UNMOUNTED",
              "UNMOUNTING"
            ],
            "type": "string"
          },
          "stateMessage": {
            "type": "string"
          },
          "thumbnailUrl": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "visibleInChannelList": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "ChannelConfiguration": {
        "properties": {
          "archiveChunkLengthSeconds": {
            "format": "int32",
            "type": "integer"
          },
          "comment": {
            "type": "string"
          },
          "contentShareLayoutConfig": {
            "$ref": "#/components/schemas/ContentShareLayoutConfig"
          },
          "fps": {
            "format": "int32",
            "type": "integer"
          },
          "inputType": {
            "enum": [
              "MP4_FILE",
              "RTMP_PULL",
              "RTMP_PUSH",
              "RTP_PUSH",
              "UDP_PUSH",
              "URL_PULL"
            ],
            "type": "string"
          },
          "multiLanguageAudioSplittingOption": {
            "items": {
              "$ref": "#/components/schemas/LanguageAudioSplitting"
            },
            "type": "array"
          },
          "pixelHeight": {
            "format": "int32",
            "type": "integer"
          },
          "sourceCIDR": {
            "type": "string"
          },
          "sources": {
            "items": {
              "$ref": "#/components/schemas/Source"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ComparableVersion": {
        "properties": {
          "canonical": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ConferenceRoom": {
        "properties": {
          "accessType": {
            "enum": [
              "ORGA_MANAGED",
              "PUBLIC"
            ],
            "type": "string"
          },
          "alias": {
            "type": "string"
          },
          "backgroundImage": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "sortKey": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "teaser": {
            "type": "string"
          },
          "teaserDe": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "userConferenceRoomAccess": {
            "items": {
              "$ref": "#/components/schemas/UserConferenceRoomAccess"
            },
            "type": "array",
            "uniqueItems": true
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ContentShareLayoutConfig": {
        "properties": {
          "layoutOption": {
            "enum": [
              "ActiveSpeakerOnly",
              "Horizontal",
              "PresenterOnly",
              "Vertical"
            ],
            "type": "string"
          },
          "presenterPosition": {
            "enum": [
              "BottomLeft",
              "BottomRight",
              "TopLeft",
              "TopRight"
            ],
            "type": "string"
          }
        },
        "type": "object"
      },
      "Coupon": {
        "properties": {
          "active": {
            "type": "boolean"
          },
          "alias": {
            "type": "string"
          },
          "deletionId": {
            "type": "string"
          },
          "descriptionLong": {
            "type": "string"
          },
          "descriptionLongDe": {
            "type": "string"
          },
          "descriptionShort": {
            "type": "string"
          },
          "descriptionShortDe": {
            "type": "string"
          },
          "descriptionTitle": {
            "type": "string"
          },
          "descriptionTitleDe": {
            "type": "string"
          },
          "entityAlias": {
            "type": "string"
          },
          "entityType": {
            "enum": [
              "AD_PAGE",
              "ARTICLE",
              "CALENDAR_CONTEXT",
              "CATEGORY",
              "CONFERENCE_ROOM",
              "COUPON",
              "COUPON_MEDIA_BINDING",
              "COUPON_STAND_BINDING",
              "CUSTOM_ENTITY",
              "CUSTOM_ENTITY_CATEGORY_BINDNG",
              "CUSTOM_ENTITY_CELL",
              "CUSTOM_ENTITY_SECTION",
              "EC_COLLECTION",
              "EC_COLLECTION_GALLERY_ITEM",
              "EC_COLLECTION_GALLERY_ITEM_LOCALIZED",
              "EC_COLLECTION_LOCALIZED",
              "EC_COLLECTION_ROW",
              "EC_COLLECTION_WIDGET",
              "EC_COLLECTION_WIDGET_LOCALIZED",
              "EVENT",
              "EVENT_CATEGORY_BINDING",
              "EVENT_LINK_BINDING",
              "EVENT_PERSON_BINDING",
              "EVENTDATE",
              "EVENTDATE_ARTICLE_BINDING",
              "EVENTDATE_CATEGORY_BINDING",
              "EVENTDATE_LINK_BINDING",
              "EVENTDATE_MEDIA",
              "EVENTDATE_MEDIA_BINDING",
              "EVENTDATE_PERSON_BINDING",
              "HALL",
              "JOBOFFER",
              "JOBOFFER_CATEGORY_BINDING",
              "JOBOFFER_MEDIA_BINDING",
              "JOBOFFER_PERSON_BINDING",
              "LINK",
              "LOCAL_NOTIFICATION_TEMPLATE",
              "LOCAL_NOTIFICATION_TEMPLATE_LOCALIZED",
              "MEDIA",
              "NEWS",
              "NEWS_CATEGORY_BINDING",
              "NEWS_LINK_BINDING",
              "NEWS_MEDIA_BINDING",
              "NEWS_PERSON_BINDING",
              "ORGANIZATION",
              "ORGANIZATION_CATEGORY_BINDING",
              "ORGANIZATION_EVENTDATE_BINDING",
              "ORGANIZATION_LINK_BINDING",
              "ORGANIZATION_MEDIA_BINDING",
              "ORGANIZATION_PERSON_BINDING",
              "ORGANIZATION_PRODUCT_BINDING",
              "ORGANIZATION_TRADEMARK_BINDING",
              "PERSON",
              "PERSON_CATEGORY_BINDING",
              "PERSON_FUNCTION",
              "POINT_OF_INTEREST_CATEGORY_BINDING",
              "PRODUCT",
              "PRODUCT_CATEGORY_BINDING",
              "PRODUCT_LINK_BINDING",
              "PRODUCT_MEDIA_BINDING",
              "PRODUCT_PROPERTY_VALUE",
              "PRODUCT_STAND_BINDING",
              "REGISTERED_OFFICE",
              "S3_FILE",
              "SERIES_OF_TOPICS_USER",
              "SERIES_OF_TOPICS_USER_CATEGORY_BINDING",
              "SHARE_CONTEXT",
              "STAND",
              "STANDINFORMATION",
              "STANDREGISTRATION",
              "STANDREGISTRATION_CATEGORY_BINDING",
              "TICKET",
              "TRADEMARK",
              "TRADEMARK_CATEGORY_BINDING",
              "TRADEMARK_LINK_BINDING",
              "TRADEMARK_MEDIA_BINDING",
              "TRADEMARK_PRODUCT_BINDING"
            ],
            "type": "string"
          },
          "expires": {
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "logoFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "logoText": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "mediaBindings": {
            "items": {
              "$ref": "#/components/schemas/CouponMediaBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "orderkey": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "selfService": {
            "type": "boolean"
          },
          "showFrom": {
            "format": "date-time",
            "type": "string"
          },
          "showUntil": {
            "format": "date-time",
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "standBindings": {
            "items": {
              "$ref": "#/components/schemas/CouponStandBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "urlDe": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "CouponMedia": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "couponBindings": {
            "items": {
              "$ref": "#/components/schemas/CouponMediaBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "coupons": {
            "items": {
              "$ref": "#/components/schemas/Coupon"
            },
            "type": "array"
          },
          "file": {
            "$ref": "#/components/schemas/S3File"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "image": {
            "type": "boolean"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "subtitle": {
            "type": "string"
          },
          "subtitleDe": {
            "type": "string"
          },
          "thumbnailLargeFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "thumbnailLargeUrl": {
            "type": "string"
          },
          "thumbnailSmallFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "thumbnailSmallUrl": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "video": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "CouponMediaBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Coupon"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/CouponMedia"
          },
          "coupon": {
            "$ref": "#/components/schemas/Coupon"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "media": {
            "$ref": "#/components/schemas/CouponMedia"
          },
          "order": {
            "format": "int32",
            "type": "integer"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "CouponStandBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Coupon"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Stand"
          },
          "coupon": {
            "$ref": "#/components/schemas/Coupon"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "stand": {
            "$ref": "#/components/schemas/Stand"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "CreatedCalendarEntryConversations": {
        "properties": {
          "conversationsCreated": {
            "format": "int32",
            "minimum": 0,
            "type": "integer"
          },
          "userConversationsCreated": {
            "format": "int32",
            "minimum": 0,
            "type": "integer"
          }
        },
        "required": [
          "conversationsCreated",
          "userConversationsCreated"
        ],
        "type": "object"
      },
      "CreateTestUserRequest": {
        "properties": {
          "count": {
            "default": 1,
            "format": "int32",
            "type": "integer"
          }
        },
        "required": [
          "count"
        ],
        "type": "object"
      },
      "CustomEntity": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "calendarContext": {
            "$ref": "#/components/schemas/CalendarContext"
          },
          "categoryBindings": {
            "items": {
              "$ref": "#/components/schemas/CustomEntityCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "domainObjectId": {
            "type": "string"
          },
          "domainObjectKind": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "logoFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "pageLogo": {
            "type": "string"
          },
          "pageTitle": {
            "type": "string"
          },
          "pageTitleDe": {
            "type": "string"
          },
          "properties": {
            "additionalProperties": {
              "type": "string"
            },
            "type": "object"
          },
          "propertiesDe": {
            "additionalProperties": {
              "type": "string"
            },
            "type": "object"
          },
          "sections": {
            "items": {
              "$ref": "#/components/schemas/CustomEntitySection"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfService": {
            "type": "boolean"
          },
          "shareContext": {
            "$ref": "#/components/schemas/ShareContext"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "CustomEntityCategoryBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/CustomEntity"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Category"
          },
          "category": {
            "$ref": "#/components/schemas/Category"
          },
          "customEntity": {
            "$ref": "#/components/schemas/CustomEntity"
          },
          "direct": {
            "type": "boolean"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "CustomEntityCell": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "index": {
            "format": "int32",
            "type": "integer"
          },
          "section": {
            "$ref": "#/components/schemas/CustomEntitySection"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "CustomEntitySection": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "cells": {
            "items": {
              "$ref": "#/components/schemas/CustomEntityCell"
            },
            "type": "array",
            "uniqueItems": true
          },
          "customEntity": {
            "$ref": "#/components/schemas/CustomEntity"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "index": {
            "format": "int32",
            "type": "integer"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "Customer": {
        "properties": {
          "accesstoken": {
            "items": {
              "$ref": "#/components/schemas/Accesstoken"
            },
            "type": "array",
            "uniqueItems": true
          },
          "email": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "pass": {
            "type": "string"
          },
          "rolesBitmask": {
            "format": "int32",
            "type": "integer"
          },
          "seriesOfTopicsBindings": {
            "items": {
              "$ref": "#/components/schemas/CustomerSeriesOfTopicsBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "CustomerSeriesOfTopicsBinding": {
        "properties": {
          "customer": {
            "$ref": "#/components/schemas/Customer"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "seriesOfTopics": {
            "$ref": "#/components/schemas/SeriesOfTopics"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "DestinationGeofence": {
        "properties": {
          "id": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "EmploymentType": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "employmentTypeLocalizedBindings": {
            "items": {
              "$ref": "#/components/schemas/EmploymentTypeLocalized"
            },
            "type": "array"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "jobOffers": {
            "items": {
              "$ref": "#/components/schemas/JobOffer"
            },
            "type": "array"
          },
          "orderKey": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "EmploymentTypeLocalized": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "lang": {
            "type": "string"
          },
          "parent": {
            "$ref": "#/components/schemas/EmploymentType"
          },
          "source": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "Event": {
        "properties": {
          "active": {
            "type": "boolean"
          },
          "alias": {
            "type": "string"
          },
          "backgroundImageEventGuideFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "backgroundImageMobileFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "backgroundImageMobileUrl": {
            "type": "string"
          },
          "backgroundImageWidgetFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "categoryBindings": {
            "items": {
              "$ref": "#/components/schemas/EventCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "deletionId": {
            "type": "string"
          },
          "descriptionLong": {
            "type": "string"
          },
          "descriptionLongDe": {
            "type": "string"
          },
          "descriptionShort": {
            "type": "string"
          },
          "descriptionShortDe": {
            "type": "string"
          },
          "descriptionTitle": {
            "type": "string"
          },
          "descriptionTitleDe": {
            "type": "string"
          },
          "end": {
            "format": "date-time",
            "type": "string"
          },
          "eventDates": {
            "items": {
              "$ref": "#/components/schemas/EventDate"
            },
            "type": "array",
            "uniqueItems": true
          },
          "expires": {
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "linkBindings": {
            "items": {
              "$ref": "#/components/schemas/EventLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "location": {
            "type": "string"
          },
          "locationActionParams": {
            "type": "string"
          },
          "locationActionType": {
            "type": "string"
          },
          "locationDe": {
            "type": "string"
          },
          "logo": {
            "type": "string"
          },
          "logoDe": {
            "type": "string"
          },
          "logoFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "logoFileDe": {
            "$ref": "#/components/schemas/S3File"
          },
          "mergeDates": {
            "type": "boolean"
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "personBindings": {
            "items": {
              "$ref": "#/components/schemas/EventPersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfService": {
            "type": "boolean"
          },
          "sortname": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "start": {
            "format": "date-time",
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "webrep": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "EventCategoryBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Event"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Category"
          },
          "category": {
            "$ref": "#/components/schemas/Category"
          },
          "direct": {
            "type": "boolean"
          },
          "event": {
            "$ref": "#/components/schemas/Event"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "EventDate": {
        "properties": {
          "accessProvider": {
            "enum": [
              "BACKOFFICE",
              "PUBLIC",
              "TICKET"
            ],
            "type": "string"
          },
          "active": {
            "type": "boolean"
          },
          "alias": {
            "type": "string"
          },
          "articleBindings": {
            "items": {
              "$ref": "#/components/schemas/EventDateArticleBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "backgroundImageEventGuideFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "backgroundImageMobileFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "backgroundImageMobileUrl": {
            "type": "string"
          },
          "backgroundImageWidgetFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "breakoutAccess": {
            "type": "boolean"
          },
          "categoryBindings": {
            "items": {
              "$ref": "#/components/schemas/EventDateCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "channel": {
            "$ref": "#/components/schemas/Channel"
          },
          "code": {
            "type": "string"
          },
          "deletionId": {
            "type": "string"
          },
          "descriptionLong": {
            "type": "string"
          },
          "descriptionLongDe": {
            "type": "string"
          },
          "descriptionShort": {
            "type": "string"
          },
          "descriptionShortDe": {
            "type": "string"
          },
          "descriptionTitle": {
            "type": "string"
          },
          "descriptionTitleDe": {
            "type": "string"
          },
          "enddatetime": {
            "format": "date-time",
            "type": "string"
          },
          "event": {
            "$ref": "#/components/schemas/Event"
          },
          "expires": {
            "format": "date-time",
            "type": "string"
          },
          "fulltime": {
            "type": "boolean"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "lang": {
            "type": "string"
          },
          "linkBindings": {
            "items": {
              "$ref": "#/components/schemas/EventDateLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "listable": {
            "type": "boolean"
          },
          "liveStreamingPreviewUrl": {
            "type": "string"
          },
          "location": {
            "type": "string"
          },
          "locationActionParams": {
            "type": "string"
          },
          "locationActionType": {
            "type": "string"
          },
          "locationDe": {
            "type": "string"
          },
          "logo": {
            "type": "string"
          },
          "logoDe": {
            "type": "string"
          },
          "logoFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "logoFileDe": {
            "$ref": "#/components/schemas/S3File"
          },
          "mediaBindings": {
            "items": {
              "$ref": "#/components/schemas/EventDateMediaBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "mediaLibraryBindings": {
            "items": {
              "$ref": "#/components/schemas/MediaLibraryEventDateBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "organizationBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationEventDateBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "organizer": {
            "type": "string"
          },
          "personBindings": {
            "items": {
              "$ref": "#/components/schemas/EventDatePersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "podcastBindings": {
            "items": {
              "$ref": "#/components/schemas/EventDatePodcastBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "startdatetime": {
            "format": "date-time",
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "totl": {
            "format": "int32",
            "type": "integer"
          },
          "type": {
            "type": "string"
          },
          "typeFormUrl": {
            "type": "string"
          },
          "userEventDateAccess": {
            "items": {
              "$ref": "#/components/schemas/UserEventDateAccess"
            },
            "type": "array",
            "uniqueItems": true
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "videoOnDemandUrl": {
            "type": "string"
          },
          "webrep": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "EventDateArticleBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "article": {
            "$ref": "#/components/schemas/Article"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/EventDate"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Article"
          },
          "eventDate": {
            "$ref": "#/components/schemas/EventDate"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "ticketShopUrl": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "EventDateCategoryBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/EventDate"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Category"
          },
          "category": {
            "$ref": "#/components/schemas/Category"
          },
          "direct": {
            "type": "boolean"
          },
          "eventDate": {
            "$ref": "#/components/schemas/EventDate"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "EventDateLink": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "eventDateBindings": {
            "items": {
              "$ref": "#/components/schemas/EventDateLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "text": {
            "type": "string"
          },
          "textDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "urlDe": {
            "type": "string"
          },
          "urlType": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "EventDateLinkBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/EventDate"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/EventDateLink"
          },
          "eventDate": {
            "$ref": "#/components/schemas/EventDate"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "link": {
            "$ref": "#/components/schemas/EventDateLink"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "EventDateMedia": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "eventDateBindings": {
            "items": {
              "$ref": "#/components/schemas/EventDateMediaBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "eventDates": {
            "items": {
              "$ref": "#/components/schemas/EventDate"
            },
            "type": "array"
          },
          "file": {
            "$ref": "#/components/schemas/S3File"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "image": {
            "type": "boolean"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "subtitle": {
            "type": "string"
          },
          "subtitleDe": {
            "type": "string"
          },
          "thumbnailLargeFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "thumbnailLargeUrl": {
            "type": "string"
          },
          "thumbnailSmallFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "thumbnailSmallUrl": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "video": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "EventDateMediaBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/EventDate"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/EventDateMedia"
          },
          "eventDate": {
            "$ref": "#/components/schemas/EventDate"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "media": {
            "$ref": "#/components/schemas/EventDateMedia"
          },
          "order": {
            "format": "int32",
            "type": "integer"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "EventDatePersonBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/EventDate"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Person"
          },
          "eventDate": {
            "$ref": "#/components/schemas/EventDate"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "person": {
            "$ref": "#/components/schemas/Person"
          },
          "personFunction": {
            "$ref": "#/components/schemas/PersonFunction"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "EventDatePodcastBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/EventDate"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Podcast"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "podcast": {
            "$ref": "#/components/schemas/Podcast"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "EventLink": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "eventBindings": {
            "items": {
              "$ref": "#/components/schemas/EventLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "text": {
            "type": "string"
          },
          "textDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "urlDe": {
            "type": "string"
          },
          "urlType": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "EventLinkBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Event"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/EventLink"
          },
          "event": {
            "$ref": "#/components/schemas/Event"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "link": {
            "$ref": "#/components/schemas/EventLink"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "EventOrganizer": {
        "properties": {
          "bucketName": {
            "type": "string"
          },
          "eventShopBaseUrl": {
            "type": "string"
          },
          "eventShopNumberOfOrganizationPerRequest": {
            "format": "int32",
            "type": "integer"
          },
          "eventShopUserName": {
            "type": "string"
          },
          "eventShopUserPassword": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "userPools": {
            "items": {
              "$ref": "#/components/schemas/UserPool"
            },
            "type": "array",
            "uniqueItems": true
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "website": {
            "type": "string"
          },
          "websiteDe": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "EventPersonBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Event"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Person"
          },
          "event": {
            "$ref": "#/components/schemas/Event"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "person": {
            "$ref": "#/components/schemas/Person"
          },
          "personFunction": {
            "$ref": "#/components/schemas/PersonFunction"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "Exclude": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Filter"
          },
          {
            "properties": {
              "deny": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              }
            },
            "type": "object"
          }
        ],
        "type": "object"
      },
      "Filter": {
        "discriminator": {
          "propertyName": "filter-default"
        },
        "properties": {
          "filter-default": {
            "type": "string"
          }
        },
        "required": [
          "filter-default"
        ],
        "type": "object"
      },
      "GeofenceTrigger": {
        "properties": {
          "id": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "Hall": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "displayName": {
            "type": "string"
          },
          "displayNameDe": {
            "type": "string"
          },
          "displayNameShort": {
            "type": "string"
          },
          "displayNameShortDe": {
            "type": "string"
          },
          "hallplanId": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "orderKey": {
            "type": "string"
          },
          "orderKeyDe": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "stands": {
            "items": {
              "$ref": "#/components/schemas/Stand"
            },
            "type": "array",
            "uniqueItems": true
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "Include": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Filter"
          },
          {
            "properties": {
              "allow": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              }
            },
            "type": "object"
          }
        ],
        "type": "object"
      },
      "InputPart": {
        "properties": {
          "bodyAsString": {
            "type": "string"
          },
          "contentTypeFromMessage": {
            "type": "boolean"
          },
          "headers": {
            "additionalProperties": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "type": "object"
          },
          "mediaType": {
            "properties": {
              "parameters": {
                "additionalProperties": {
                  "type": "string"
                },
                "type": "object"
              },
              "subtype": {
                "type": "string"
              },
              "type": {
                "type": "string"
              },
              "wildcardSubtype": {
                "type": "boolean"
              },
              "wildcardType": {
                "type": "boolean"
              }
            },
            "type": "object"
          }
        },
        "type": "object"
      },
      "Interest": {
        "properties": {
          "credits": {
            "format": "double",
            "type": "number"
          },
          "id": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "JobOffer": {
        "properties": {
          "active": {
            "type": "boolean"
          },
          "alias": {
            "type": "string"
          },
          "backgroundImageMobileFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "backgroundImageMobileUrl": {
            "type": "string"
          },
          "careerLevel": {
            "type": "string"
          },
          "careerLevelDe": {
            "type": "string"
          },
          "careerLevelNew": {
            "$ref": "#/components/schemas/CareerLevel"
          },
          "categoryBindings": {
            "items": {
              "$ref": "#/components/schemas/JobOfferCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "deletionId": {
            "type": "string"
          },
          "descriptionLong": {
            "type": "string"
          },
          "descriptionLongDe": {
            "type": "string"
          },
          "descriptionShort": {
            "type": "string"
          },
          "descriptionShortDe": {
            "type": "string"
          },
          "employment": {
            "type": "string"
          },
          "employmentDe": {
            "type": "string"
          },
          "employmentTypeNew": {
            "$ref": "#/components/schemas/EmploymentType"
          },
          "expires": {
            "format": "date-time",
            "type": "string"
          },
          "homeOffice": {
            "type": "boolean"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "linkBindings": {
            "items": {
              "$ref": "#/components/schemas/JobOfferLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "location": {
            "type": "string"
          },
          "locationDe": {
            "type": "string"
          },
          "logo": {
            "type": "string"
          },
          "logoFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "mediaBindings": {
            "items": {
              "$ref": "#/components/schemas/JobOfferMediaBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "order": {
            "type": "string"
          },
          "orderDe": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "personBindings": {
            "items": {
              "$ref": "#/components/schemas/JobOfferPersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "requirements": {
            "type": "string"
          },
          "requirementsDe": {
            "type": "string"
          },
          "salaryGroup": {
            "type": "string"
          },
          "showFrom": {
            "format": "date-time",
            "type": "string"
          },
          "showUntil": {
            "format": "date-time",
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "startdate": {
            "format": "date-time",
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "updated": {
            "format": "date-time",
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "JobOfferCategoryBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/JobOffer"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Category"
          },
          "category": {
            "$ref": "#/components/schemas/Category"
          },
          "direct": {
            "type": "boolean"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "jobOffer": {
            "$ref": "#/components/schemas/JobOffer"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "JobOfferLink": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "jobOfferBindings": {
            "items": {
              "$ref": "#/components/schemas/JobOfferLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "text": {
            "type": "string"
          },
          "textDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "urlDe": {
            "type": "string"
          },
          "urlType": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "JobOfferLinkBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/JobOffer"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/JobOfferLink"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "jobOffer": {
            "$ref": "#/components/schemas/JobOffer"
          },
          "link": {
            "$ref": "#/components/schemas/JobOfferLink"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "JobOfferMedia": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "file": {
            "$ref": "#/components/schemas/S3File"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "image": {
            "type": "boolean"
          },
          "jobOfferBindings": {
            "items": {
              "$ref": "#/components/schemas/JobOfferMediaBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "jobOffers": {
            "items": {
              "$ref": "#/components/schemas/JobOffer"
            },
            "type": "array"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "subtitle": {
            "type": "string"
          },
          "subtitleDe": {
            "type": "string"
          },
          "thumbnailLargeFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "thumbnailLargeUrl": {
            "type": "string"
          },
          "thumbnailSmallFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "thumbnailSmallUrl": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "video": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "JobOfferMediaBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/JobOffer"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/JobOfferMedia"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "jobOffer": {
            "$ref": "#/components/schemas/JobOffer"
          },
          "media": {
            "$ref": "#/components/schemas/JobOfferMedia"
          },
          "order": {
            "format": "int32",
            "type": "integer"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "JobOfferPersonBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/JobOffer"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Person"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "jobOffer": {
            "$ref": "#/components/schemas/JobOffer"
          },
          "orderJoboffer": {
            "format": "int32",
            "type": "integer"
          },
          "orderPerson": {
            "format": "int32",
            "type": "integer"
          },
          "person": {
            "$ref": "#/components/schemas/Person"
          },
          "personFunction": {
            "$ref": "#/components/schemas/PersonFunction"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "LanguageAudioSplitting": {
        "properties": {
          "langCode": {
            "type": "string"
          },
          "langTitle": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ListArticlesResponse": {
        "properties": {
          "articles": {
            "items": {
              "$ref": "#/components/schemas/ApiArticle"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "ListCategoriesResponse": {
        "properties": {
          "categories": {
            "description": "The categories matching the provided filter criteria.",
            "items": {
              "$ref": "#/components/schemas/ApiCategory"
            },
            "type": "array"
          },
          "lang": {
            "type": "string"
          },
          "orderLang": {
            "type": "string"
          },
          "typesFilter": {
            "description": "Set of types used to filter the categories. For example: `[organization, interest]` Will be null if no such filter was used.",
            "items": {
              "description": "Type of category. A category can have multipe types at the same type.",
              "enum": [
                "CUSTOMENTITY",
                "EVENT",
                "EVENTDATE",
                "INTEREST",
                "JOBOFFER",
                "LOOKINGFORANDOFFERING",
                "MEDIALIBRARY",
                "NEWS",
                "ORGANIZATION",
                "PERSON",
                "POINTOFINTEREST",
                "PRODUCT",
                "SERIESOFTOPICSUSER",
                "STANDREGISTRATION",
                "TRADEMARK"
              ],
              "type": "string"
            },
            "type": "array",
            "uniqueItems": true
          }
        },
        "type": "object"
      },
      "LiveReportingDatapoint": {
        "properties": {
          "cnt": {
            "type": "integer"
          },
          "type": {
            "type": "string"
          },
          "visitDate": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "LocalNotificationTemplate": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "createdAt": {
            "format": "date-time",
            "type": "string"
          },
          "defaultLang": {
            "type": "string"
          },
          "deleted": {
            "type": "boolean"
          },
          "entityAlias": {
            "type": "string"
          },
          "entityType": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "localized": {
            "additionalProperties": {
              "$ref": "#/components/schemas/LocalNotificationTemplateLocalized"
            },
            "type": "object"
          },
          "maxUsageCount": {
            "format": "int32",
            "type": "integer"
          },
          "maxUsageCountReached": {
            "type": "boolean"
          },
          "notificationDefaultText": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "selector": {
            "$ref": "#/components/schemas/Selector"
          },
          "selfservice": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "subelementPackage": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "updatedAt": {
            "format": "date-time",
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "LocalNotificationTemplateLocalized": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "createdAt": {
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "localNotificationTemplate": {
            "$ref": "#/components/schemas/LocalNotificationTemplate"
          },
          "notificationLang": {
            "type": "string"
          },
          "notificationText": {
            "type": "string"
          },
          "selfservice": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "updatedAt": {
            "format": "date-time",
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "MaybeApiMixieIntegration": {
        "properties": {
          "defined": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "MaybeApiRemoteUGCSyncConnection": {
        "properties": {
          "defined": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "MaybeApiRemoteUserPoolConnection": {
        "properties": {
          "defined": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "MediaLibrary": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "categoryBindings": {
            "items": {
              "$ref": "#/components/schemas/MediaLibraryCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "descriptionLong": {
            "type": "string"
          },
          "descriptionLongDe": {
            "type": "string"
          },
          "detailThumbnail": {
            "$ref": "#/components/schemas/S3File"
          },
          "duration": {
            "format": "date-time",
            "type": "string"
          },
          "eventDateBindings": {
            "items": {
              "$ref": "#/components/schemas/MediaLibraryEventDateBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "keywords": {
            "type": "string"
          },
          "keywordsDe": {
            "type": "string"
          },
          "listThumbnail": {
            "$ref": "#/components/schemas/S3File"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "personBindings": {
            "items": {
              "$ref": "#/components/schemas/MediaLibraryPersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfservice": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "tags": {
            "type": "string"
          },
          "tagsDe": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "totl": {
            "format": "int32",
            "type": "integer"
          },
          "uploadDate": {
            "format": "date-time",
            "type": "string"
          },
          "url": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "MediaLibraryCategoryBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/MediaLibrary"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Category"
          },
          "category": {
            "$ref": "#/components/schemas/Category"
          },
          "direct": {
            "type": "boolean"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "mediaLibrary": {
            "$ref": "#/components/schemas/MediaLibrary"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "MediaLibraryEventDateBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/MediaLibrary"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/EventDate"
          },
          "eventDate": {
            "$ref": "#/components/schemas/EventDate"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "mediaLibrary": {
            "$ref": "#/components/schemas/MediaLibrary"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "MediaLibraryPersonBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/MediaLibrary"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Person"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "mediaLibrary": {
            "$ref": "#/components/schemas/MediaLibrary"
          },
          "person": {
            "$ref": "#/components/schemas/Person"
          },
          "personFunction": {
            "$ref": "#/components/schemas/PersonFunction"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "MissingCalendarEntryConversations": {
        "properties": {
          "conversationsMissing": {
            "format": "int32",
            "minimum": 0,
            "type": "integer"
          },
          "userConversationsMissing": {
            "format": "int32",
            "minimum": 0,
            "type": "integer"
          }
        },
        "required": [
          "conversationsMissing",
          "userConversationsMissing"
        ],
        "type": "object"
      },
      "MultipartFormDataInput": {
        "properties": {
          "formData": {
            "additionalProperties": {
              "$ref": "#/components/schemas/InputPart"
            },
            "type": "object"
          },
          "formDataMap": {
            "additionalProperties": {
              "items": {
                "$ref": "#/components/schemas/InputPart"
              },
              "type": "array"
            },
            "type": "object"
          },
          "parts": {
            "items": {
              "$ref": "#/components/schemas/InputPart"
            },
            "type": "array"
          },
          "preamble": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "NetworkActionTrackingEntry": {
        "properties": {
          "action": {
            "enum": [
              "USER_ACCEPTS_ORGA_REQUEST",
              "USER_ACCEPTS_USER_REQUEST",
              "USER_BLOCKS_USER",
              "USER_IGNORES_USER",
              "USER_INSTANT_CONNECT_TO_USER",
              "USER_IS_SCANNED_BY_USER",
              "USER_LOSE_REQUEST_FROM_USER",
              "USER_RECEIVES_ACCEPTATION_FROM_USER",
              "USER_RECEIVES_BLOCK_FROM_USER",
              "USER_RECEIVES_HOLLYWOOD",
              "USER_RECEIVES_HOLLYWOOD_CONNECTION_REMOVAL",
              "USER_RECEIVES_IGNORED_FROM_USER",
              "USER_RECEIVES_INSTANT_CONNECT_FROM_USER",
              "USER_RECEIVES_REQUEST_FROM_USER",
              "USER_RECEIVES_UNBLOCK_FROM_USER",
              "USER_RECEIVES_UNIGNORED_FROM_USER",
              "USER_RECEIVES_USER_CONNECTION_REMOVAL",
              "USER_REMOVES_HOLLYWOOD_CONNECTION",
              "USER_REMOVES_USER_CONNECTION",
              "USER_SCANS_ORGA_QRCODE",
              "USER_SCANS_PRODUCT_QRCODE",
              "USER_SCANS_USER_QRCODE",
              "USER_SENDS_HOLLYWOOD",
              "USER_SENDS_ORGA_MAIL_REQUEST",
              "USER_SENDS_ORGA_REQUEST",
              "USER_SENDS_REQUEST_TO_USER",
              "USER_UNBLOCKS_USER",
              "USER_UNIGNORES_USER",
              "USER_WITHDRAWS_ORGA_REQUEST",
              "USER_WITHDRAWS_REQUEST_TO_USER"
            ],
            "type": "string"
          },
          "content": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "product": {
            "$ref": "#/components/schemas/Product"
          },
          "seriesOfTopics": {
            "$ref": "#/components/schemas/SeriesOfTopics"
          },
          "timestamp": {
            "format": "date-time",
            "type": "string"
          },
          "user1SotUser": {
            "$ref": "#/components/schemas/SeriesOfTopicsUser"
          },
          "user2SotUser": {
            "$ref": "#/components/schemas/SeriesOfTopicsUser"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "News": {
        "properties": {
          "active": {
            "type": "boolean"
          },
          "alias": {
            "type": "string"
          },
          "backgroundImageMobileFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "backgroundImageMobileUrl": {
            "type": "string"
          },
          "categoryBindings": {
            "items": {
              "$ref": "#/components/schemas/NewsCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "date": {
            "format": "date-time",
            "type": "string"
          },
          "deletionId": {
            "type": "string"
          },
          "expires": {
            "format": "date-time",
            "type": "string"
          },
          "externalUrl": {
            "type": "string"
          },
          "externalUrlDe": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "imageUrl": {
            "type": "string"
          },
          "linkBindings": {
            "items": {
              "$ref": "#/components/schemas/NewsLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "logoFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "mediaBindings": {
            "items": {
              "$ref": "#/components/schemas/NewsMediaBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "personBindings": {
            "items": {
              "$ref": "#/components/schemas/NewsPersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "subtitle": {
            "type": "string"
          },
          "subtitleDe": {
            "type": "string"
          },
          "suppressOrganizationLinkage": {
            "type": "boolean"
          },
          "tags": {
            "type": "string"
          },
          "text": {
            "type": "string"
          },
          "textDe": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "totl": {
            "format": "int32",
            "type": "integer"
          },
          "type": {
            "enum": [
              "EVENTORGANIZER",
              "ORGANIZATION",
              "STORY"
            ],
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "webrepresentation": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "NewsCategoryBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/News"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Category"
          },
          "category": {
            "$ref": "#/components/schemas/Category"
          },
          "direct": {
            "type": "boolean"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "news": {
            "$ref": "#/components/schemas/News"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "NewsLink": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "newsBindings": {
            "items": {
              "$ref": "#/components/schemas/NewsLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "text": {
            "type": "string"
          },
          "textDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "urlDe": {
            "type": "string"
          },
          "urlType": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "NewsLinkBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/News"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/NewsLink"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "link": {
            "$ref": "#/components/schemas/NewsLink"
          },
          "news": {
            "$ref": "#/components/schemas/News"
          },
          "order": {
            "format": "int32",
            "type": "integer"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "NewsMedia": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "file": {
            "$ref": "#/components/schemas/S3File"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "image": {
            "type": "boolean"
          },
          "newsBindings": {
            "items": {
              "$ref": "#/components/schemas/NewsMediaBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "subtitle": {
            "type": "string"
          },
          "subtitleDe": {
            "type": "string"
          },
          "thumbnailLargeFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "thumbnailLargeUrl": {
            "type": "string"
          },
          "thumbnailSmallFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "thumbnailSmallUrl": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "video": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "NewsMediaBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/News"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/NewsMedia"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "media": {
            "$ref": "#/components/schemas/NewsMedia"
          },
          "news": {
            "$ref": "#/components/schemas/News"
          },
          "order": {
            "format": "int32",
            "type": "integer"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "NewsPersonBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/News"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Person"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "news": {
            "$ref": "#/components/schemas/News"
          },
          "person": {
            "$ref": "#/components/schemas/Person"
          },
          "personFunction": {
            "$ref": "#/components/schemas/PersonFunction"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "Organization": {
        "properties": {
          "active": {
            "type": "boolean"
          },
          "address1": {
            "type": "string"
          },
          "address2": {
            "type": "string"
          },
          "address3": {
            "type": "string"
          },
          "alias": {
            "type": "string"
          },
          "alias2": {
            "type": "string"
          },
          "backgroundImageFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "backgroundImageMobileFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "backgroundImageMobileUrl": {
            "type": "string"
          },
          "backgroundImageUrl": {
            "type": "string"
          },
          "basisPremium": {
            "format": "int32",
            "type": "integer"
          },
          "categoryBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "children": {
            "items": {
              "$ref": "#/components/schemas/Organization"
            },
            "type": "array"
          },
          "city": {
            "type": "string"
          },
          "collaborationFeatureActive": {
            "type": "boolean"
          },
          "conferenceRooms": {
            "items": {
              "$ref": "#/components/schemas/ConferenceRoom"
            },
            "type": "array",
            "uniqueItems": true
          },
          "consentText": {
            "type": "string"
          },
          "consentTextDe": {
            "type": "string"
          },
          "consentTitle": {
            "type": "string"
          },
          "consentTitleDe": {
            "type": "string"
          },
          "country": {
            "type": "string"
          },
          "countryCode": {
            "type": "string"
          },
          "countryDe": {
            "type": "string"
          },
          "coupons": {
            "items": {
              "$ref": "#/components/schemas/Coupon"
            },
            "type": "array",
            "uniqueItems": true
          },
          "deletionId": {
            "type": "string"
          },
          "descriptionLong": {
            "type": "string"
          },
          "descriptionLongDe": {
            "type": "string"
          },
          "descriptionShort": {
            "type": "string"
          },
          "descriptionShortDe": {
            "type": "string"
          },
          "descriptionTitle": {
            "type": "string"
          },
          "descriptionTitleDe": {
            "type": "string"
          },
          "email": {
            "type": "string"
          },
          "email2": {
            "type": "string"
          },
          "eventDateBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationEventDateBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "eventDates": {
            "items": {
              "$ref": "#/components/schemas/EventDate"
            },
            "type": "array",
            "uniqueItems": true
          },
          "expires": {
            "format": "date-time",
            "type": "string"
          },
          "facebook": {
            "type": "string"
          },
          "fax": {
            "type": "string"
          },
          "foundingYear": {
            "type": "string"
          },
          "headerVideoFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "headerVideoImageFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "headerVideoImageUrl": {
            "type": "string"
          },
          "headerVideoUrl": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "iframeUrl": {
            "type": "string"
          },
          "iframeUrlDe": {
            "type": "string"
          },
          "industry": {
            "type": "string"
          },
          "initials": {
            "type": "string"
          },
          "instagram": {
            "type": "string"
          },
          "jobOffers": {
            "items": {
              "$ref": "#/components/schemas/JobOffer"
            },
            "type": "array",
            "uniqueItems": true
          },
          "lang": {
            "type": "string"
          },
          "latitude": {
            "format": "double",
            "type": "number"
          },
          "linkBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "linkedIn": {
            "type": "string"
          },
          "localNotificationTemplates": {
            "items": {
              "$ref": "#/components/schemas/LocalNotificationTemplate"
            },
            "type": "array",
            "uniqueItems": true
          },
          "logoFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "logoText": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "longitude": {
            "format": "double",
            "type": "number"
          },
          "mediaBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationMediaBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "mediaLibraries": {
            "items": {
              "$ref": "#/components/schemas/MediaLibrary"
            },
            "type": "array",
            "uniqueItems": true
          },
          "mobile": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "networkActionTrackingEntries": {
            "items": {
              "$ref": "#/components/schemas/NetworkActionTrackingEntry"
            },
            "type": "array",
            "uniqueItems": true
          },
          "news": {
            "items": {
              "$ref": "#/components/schemas/News"
            },
            "type": "array",
            "uniqueItems": true
          },
          "organizationConnectionRequests": {
            "items": {
              "$ref": "#/components/schemas/OrganizationConnectionRequest"
            },
            "type": "array",
            "uniqueItems": true
          },
          "parent": {
            "$ref": "#/components/schemas/Organization"
          },
          "personBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationPersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "phone": {
            "type": "string"
          },
          "pinterest": {
            "type": "string"
          },
          "podcastBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationPodcastBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "postBox": {
            "type": "string"
          },
          "postBoxCity": {
            "type": "string"
          },
          "postBoxCode": {
            "type": "string"
          },
          "postCode": {
            "type": "string"
          },
          "printData": {
            "$ref": "#/components/schemas/OrganizationCatalogPrintData"
          },
          "productBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationProductBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "promoCode": {
            "type": "string"
          },
          "region": {
            "type": "string"
          },
          "regionCode": {
            "type": "string"
          },
          "regionDe": {
            "type": "string"
          },
          "registeredOffices": {
            "items": {
              "$ref": "#/components/schemas/RegisteredOffice"
            },
            "type": "array",
            "uniqueItems": true
          },
          "remoteLivestreams": {
            "items": {
              "$ref": "#/components/schemas/RemoteLivestream"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfService": {
            "type": "boolean"
          },
          "selfServiceUpdated": {
            "format": "date-time",
            "type": "string"
          },
          "seriesOfTopicsUsers": {
            "items": {
              "$ref": "#/components/schemas/SeriesOfTopicsUser"
            },
            "type": "array",
            "uniqueItems": true
          },
          "shopModified": {
            "type": "boolean"
          },
          "showProducts": {
            "type": "boolean"
          },
          "showTrademarks": {
            "type": "boolean"
          },
          "size": {
            "type": "string"
          },
          "sortName": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "standRegistrations": {
            "items": {
              "$ref": "#/components/schemas/StandRegistration"
            },
            "type": "array",
            "uniqueItems": true
          },
          "subname": {
            "type": "string"
          },
          "tags": {
            "type": "string"
          },
          "tiktok": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "totl": {
            "format": "int32",
            "type": "integer"
          },
          "trademarkBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationTrademarkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "twitter": {
            "type": "string"
          },
          "type": {
            "enum": [
              "EXHIBITOR",
              "SUPPLIER"
            ],
            "type": "string"
          },
          "userOrganizationVisits": {
            "items": {
              "$ref": "#/components/schemas/UserOrganizationVisit"
            },
            "type": "array",
            "uniqueItems": true
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "web": {
            "type": "string"
          },
          "webrep": {
            "type": "string"
          },
          "winningPools": {
            "items": {
              "$ref": "#/components/schemas/WinningPool"
            },
            "type": "array",
            "uniqueItems": true
          },
          "xing": {
            "type": "string"
          },
          "youTube": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "OrganizationCatalogPrintData": {
        "properties": {
          "address": {
            "type": "string"
          },
          "adPages": {
            "items": {
              "$ref": "#/components/schemas/CatalogPrintDataAdPage"
            },
            "type": "array",
            "uniqueItems": true
          },
          "alias": {
            "type": "string"
          },
          "city": {
            "type": "string"
          },
          "countryCode": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "descriptionDe": {
            "type": "string"
          },
          "email": {
            "type": "string"
          },
          "fax": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "mobile": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "phone": {
            "type": "string"
          },
          "postcode": {
            "type": "string"
          },
          "printLogoFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "selfservice": {
            "type": "boolean"
          },
          "sortName": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "web": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "OrganizationCategoryBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Organization"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Category"
          },
          "category": {
            "$ref": "#/components/schemas/Category"
          },
          "direct": {
            "type": "boolean"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "totl": {
            "format": "int32",
            "type": "integer"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "OrganizationConnectionRequest": {
        "properties": {
          "created": {
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "note": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "organzation": {
            "$ref": "#/components/schemas/Organization"
          },
          "seriesOfTopicsUser": {
            "$ref": "#/components/schemas/SeriesOfTopicsUser"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "OrganizationEventDateBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Organization"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/EventDate"
          },
          "eventDate": {
            "$ref": "#/components/schemas/EventDate"
          },
          "eventDateVisible": {
            "type": "boolean"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "orderOrganization": {
            "format": "int32",
            "type": "integer"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "OrganizationLink": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "organizationBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "text": {
            "type": "string"
          },
          "textDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "urlDe": {
            "type": "string"
          },
          "urlType": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "OrganizationLinkBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Organization"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/OrganizationLink"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "link": {
            "$ref": "#/components/schemas/OrganizationLink"
          },
          "order": {
            "format": "int32",
            "type": "integer"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "OrganizationMedia": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "file": {
            "$ref": "#/components/schemas/S3File"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "image": {
            "type": "boolean"
          },
          "organizationBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationMediaBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "organizations": {
            "items": {
              "$ref": "#/components/schemas/Organization"
            },
            "type": "array"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "subtitle": {
            "type": "string"
          },
          "subtitleDe": {
            "type": "string"
          },
          "thumbnailLargeFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "thumbnailLargeUrl": {
            "type": "string"
          },
          "thumbnailSmallFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "thumbnailSmallUrl": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "video": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "OrganizationMediaBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Organization"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/OrganizationMedia"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "media": {
            "$ref": "#/components/schemas/OrganizationMedia"
          },
          "order": {
            "format": "int32",
            "type": "integer"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "OrganizationPersonBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Organization"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Person"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "mainContact": {
            "type": "boolean"
          },
          "orderOrganization": {
            "format": "int32",
            "type": "integer"
          },
          "orderPerson": {
            "format": "int32",
            "type": "integer"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "person": {
            "$ref": "#/components/schemas/Person"
          },
          "personFunction": {
            "$ref": "#/components/schemas/PersonFunction"
          },
          "personTypes": {
            "items": {
              "enum": [
                "CONTENTMANAGER",
                "MAIN",
                "SHOPMANAGER"
              ],
              "type": "string"
            },
            "type": "array"
          },
          "selfService": {
            "type": "boolean"
          },
          "showroomStandby": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "userManaged": {
            "type": "boolean"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "visibleAsContact": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "OrganizationPodcastBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Organization"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Podcast"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "podcast": {
            "$ref": "#/components/schemas/Podcast"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "OrganizationProductBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Organization"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Product"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "orderOrganization": {
            "format": "int32",
            "type": "integer"
          },
          "orderProduct": {
            "format": "int32",
            "type": "integer"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "product": {
            "$ref": "#/components/schemas/Product"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "type": {
            "enum": [
              "PRODUCT"
            ],
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "OrganizationTrademarkBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Organization"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Trademark"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "orderOrganization": {
            "format": "int32",
            "type": "integer"
          },
          "orderTrademark": {
            "format": "int32",
            "type": "integer"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "trademark": {
            "$ref": "#/components/schemas/Trademark"
          },
          "type": {
            "enum": [
              "TRADEMARK"
            ],
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "OrganizationWithClickCount": {
        "properties": {
          "id": {
            "description": "id (alias) of the organization",
            "type": "string"
          },
          "name": {
            "description": "name of the organization",
            "type": "string"
          },
          "users": {
            "description": "number of unique users who visited the detail page",
            "format": "int64",
            "type": "integer"
          },
          "viaBanner": {
            "description": "number of visits to the detail page via banner",
            "format": "int64",
            "type": "integer"
          },
          "visits": {
            "description": "number of visits to the detail page",
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "Person": {
        "properties": {
          "active": {
            "type": "boolean"
          },
          "alias": {
            "type": "string"
          },
          "backgroundImageMobileFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "backgroundImageMobileUrl": {
            "type": "string"
          },
          "categoryBindings": {
            "items": {
              "$ref": "#/components/schemas/PersonCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "company": {
            "type": "string"
          },
          "deletionId": {
            "type": "string"
          },
          "descriptionLong": {
            "type": "string"
          },
          "descriptionLongDe": {
            "type": "string"
          },
          "descriptionShort": {
            "type": "string"
          },
          "descriptionShortDe": {
            "type": "string"
          },
          "descriptionTitle": {
            "type": "string"
          },
          "descriptionTitleDe": {
            "type": "string"
          },
          "email": {
            "type": "string"
          },
          "emailVisible": {
            "type": "boolean"
          },
          "eventDatePersonBindings": {
            "items": {
              "$ref": "#/components/schemas/EventDatePersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "eventPersonBindings": {
            "items": {
              "$ref": "#/components/schemas/EventPersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "expires": {
            "format": "date-time",
            "type": "string"
          },
          "favorites": {
            "items": {
              "$ref": "#/components/schemas/SeriesOfTopicsUserFavorite"
            },
            "type": "array",
            "uniqueItems": true
          },
          "fax": {
            "type": "string"
          },
          "faxVisible": {
            "type": "boolean"
          },
          "firstName": {
            "type": "string"
          },
          "fullName": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "initials": {
            "type": "string"
          },
          "jobOfferPersonBindings": {
            "items": {
              "$ref": "#/components/schemas/JobOfferPersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "lastName": {
            "type": "string"
          },
          "location": {
            "type": "string"
          },
          "logoFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "logoUrl": {
            "type": "string"
          },
          "mediaLibraryBindings": {
            "items": {
              "$ref": "#/components/schemas/MediaLibraryPersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "midName": {
            "type": "string"
          },
          "newsBindings": {
            "items": {
              "$ref": "#/components/schemas/NewsPersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "organizationBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationPersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "phone": {
            "type": "string"
          },
          "phoneVisible": {
            "type": "boolean"
          },
          "position": {
            "type": "string"
          },
          "positionDe": {
            "type": "string"
          },
          "relevance": {
            "type": "string"
          },
          "salutation": {
            "type": "string"
          },
          "salutationDe": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "selfServiceEditable": {
            "type": "boolean"
          },
          "seriesOfTopicsUser": {
            "$ref": "#/components/schemas/SeriesOfTopicsUser"
          },
          "sortKey": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "totl": {
            "format": "int32",
            "type": "integer"
          },
          "userManaged": {
            "type": "boolean"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "web": {
            "type": "string"
          },
          "webVisible": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "PersonCategoryBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Person"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Category"
          },
          "category": {
            "$ref": "#/components/schemas/Category"
          },
          "direct": {
            "type": "boolean"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "person": {
            "$ref": "#/components/schemas/Person"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "PersonFunction": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "eventDatePersonBindings": {
            "items": {
              "$ref": "#/components/schemas/EventDatePersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "eventPersonBindings": {
            "items": {
              "$ref": "#/components/schemas/EventPersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "jobOfferPersonBindings": {
            "items": {
              "$ref": "#/components/schemas/JobOfferPersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "newsPersonBindings": {
            "items": {
              "$ref": "#/components/schemas/NewsPersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "organizationPersonBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationPersonBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "targetName": {
            "type": "string"
          },
          "targetNameDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "Podcast": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "applePodcastsUrl": {
            "type": "string"
          },
          "deezerUrl": {
            "type": "string"
          },
          "eventDatePodcastBindings": {
            "items": {
              "$ref": "#/components/schemas/EventDatePodcastBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "googlePodcastsUrl": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "organizationPodcastBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationPodcastBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "pocketCastsUrl": {
            "type": "string"
          },
          "podigeeUrl": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "sortKey": {
            "type": "string"
          },
          "soundcloudUrl": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "spotifyUrl": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "PointOfInterest": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "categoryBindings": {
            "items": {
              "$ref": "#/components/schemas/PointOfInterestCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "latitude": {
            "format": "double",
            "type": "number"
          },
          "longitude": {
            "format": "double",
            "type": "number"
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "type": {
            "enum": [
              "EVENTDATE"
            ],
            "type": "string"
          },
          "typeString": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "PointOfInterestCategoryBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/PointOfInterest"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Category"
          },
          "category": {
            "$ref": "#/components/schemas/Category"
          },
          "direct": {
            "type": "boolean"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "pointOfInterest": {
            "$ref": "#/components/schemas/PointOfInterest"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "Product": {
        "properties": {
          "active": {
            "type": "boolean"
          },
          "alias": {
            "type": "string"
          },
          "backgroundImageMobileFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "backgroundImageMobileUrl": {
            "type": "string"
          },
          "categoryBindings": {
            "items": {
              "$ref": "#/components/schemas/ProductCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "deletionId": {
            "type": "string"
          },
          "descriptionLong": {
            "type": "string"
          },
          "descriptionLongDe": {
            "type": "string"
          },
          "descriptionShort": {
            "type": "string"
          },
          "descriptionShortDe": {
            "type": "string"
          },
          "descriptionTitle": {
            "type": "string"
          },
          "descriptionTitleDe": {
            "type": "string"
          },
          "expires": {
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "linkBindings": {
            "items": {
              "$ref": "#/components/schemas/ProductLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "logoFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "logoText": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "mediaBindings": {
            "items": {
              "$ref": "#/components/schemas/ProductMediaBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "orderkey": {
            "type": "string"
          },
          "orderkeyDe": {
            "type": "string"
          },
          "organizationBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationProductBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "productPropertyValues": {
            "items": {
              "$ref": "#/components/schemas/ProductPropertyValue"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfService": {
            "type": "boolean"
          },
          "showFrom": {
            "format": "date-time",
            "type": "string"
          },
          "showUntil": {
            "format": "date-time",
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "standBindings": {
            "items": {
              "$ref": "#/components/schemas/ProductStandBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "tags": {
            "type": "string"
          },
          "thirdPartyCustomData": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "trademarkBindings": {
            "items": {
              "$ref": "#/components/schemas/TrademarkProductBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "type": {
            "$ref": "#/components/schemas/Category"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ProductCategoryBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Product"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Category"
          },
          "category": {
            "$ref": "#/components/schemas/Category"
          },
          "direct": {
            "type": "boolean"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "product": {
            "$ref": "#/components/schemas/Product"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ProductLink": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "productBindings": {
            "items": {
              "$ref": "#/components/schemas/ProductLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "text": {
            "type": "string"
          },
          "textDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "urlDe": {
            "type": "string"
          },
          "urlType": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ProductLinkBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Product"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/ProductLink"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "link": {
            "$ref": "#/components/schemas/ProductLink"
          },
          "order": {
            "format": "int32",
            "type": "integer"
          },
          "product": {
            "$ref": "#/components/schemas/Product"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ProductMedia": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "file": {
            "$ref": "#/components/schemas/S3File"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "image": {
            "type": "boolean"
          },
          "productBindings": {
            "items": {
              "$ref": "#/components/schemas/ProductMediaBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "subtitle": {
            "type": "string"
          },
          "subtitleDe": {
            "type": "string"
          },
          "thumbnailLargeFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "thumbnailLargeUrl": {
            "type": "string"
          },
          "thumbnailSmallFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "thumbnailSmallUrl": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "video": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "ProductMediaBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Product"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/ProductMedia"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "media": {
            "$ref": "#/components/schemas/ProductMedia"
          },
          "order": {
            "format": "int32",
            "type": "integer"
          },
          "product": {
            "$ref": "#/components/schemas/Product"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ProductProperty": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "orderNumber": {
            "format": "int32",
            "type": "integer"
          },
          "productPropertyEnums": {
            "items": {
              "$ref": "#/components/schemas/ProductPropertyEnum"
            },
            "type": "array"
          },
          "productPropertyValues": {
            "items": {
              "$ref": "#/components/schemas/ProductPropertyValue"
            },
            "type": "array"
          },
          "productType": {
            "$ref": "#/components/schemas/Category"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "typeString": {
            "type": "string"
          },
          "unit": {
            "type": "string"
          },
          "unitDe": {
            "type": "string"
          },
          "valueType": {
            "enum": [
              "ENUM",
              "NUMERIC",
              "TEXT"
            ],
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ProductPropertyEnum": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "productProperty": {
            "$ref": "#/components/schemas/ProductProperty"
          },
          "productPropertyValues": {
            "items": {
              "$ref": "#/components/schemas/ProductPropertyValue"
            },
            "type": "array"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ProductPropertyValue": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "enumValue": {
            "$ref": "#/components/schemas/ProductPropertyEnum"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "numericValue": {
            "format": "double",
            "type": "number"
          },
          "product": {
            "$ref": "#/components/schemas/Product"
          },
          "productProperty": {
            "$ref": "#/components/schemas/ProductProperty"
          },
          "source": {
            "type": "string"
          },
          "textValue": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ProductStandBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Product"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Stand"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "product": {
            "$ref": "#/components/schemas/Product"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "stand": {
            "$ref": "#/components/schemas/Stand"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "Puzzle": {
        "properties": {
          "fileName": {
            "type": "string"
          },
          "fileVersion": {
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "lastFileCheck": {
            "format": "date-time",
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "orderKey": {
            "format": "int32",
            "type": "integer"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "winningpools": {
            "items": {
              "$ref": "#/components/schemas/WinningPool"
            },
            "type": "array",
            "uniqueItems": true
          }
        },
        "type": "object"
      },
      "QuestionFilterRule": {
        "properties": {
          "answerIds": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "questionId": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "ReducedAppDevice": {
        "properties": {
          "deviceToken": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "kind": {
            "enum": [
              "android",
              "ios",
              "web"
            ],
            "type": "string"
          },
          "language": {
            "type": "string"
          },
          "pushInterests": {
            "items": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "array"
          },
          "sotName": {
            "type": "string"
          },
          "sotUserId": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "RegisteredOffice": {
        "properties": {
          "address": {
            "type": "string"
          },
          "alias": {
            "type": "string"
          },
          "city": {
            "type": "string"
          },
          "cityDe": {
            "type": "string"
          },
          "country": {
            "type": "string"
          },
          "countryDe": {
            "type": "string"
          },
          "fax": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "lang": {
            "type": "string"
          },
          "latitude": {
            "format": "double",
            "type": "number"
          },
          "longitude": {
            "format": "double",
            "type": "number"
          },
          "mail": {
            "type": "string"
          },
          "mobile": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "phone": {
            "type": "string"
          },
          "postbox": {
            "type": "string"
          },
          "postboxcity": {
            "type": "string"
          },
          "postboxcode": {
            "type": "string"
          },
          "postcode": {
            "type": "string"
          },
          "region": {
            "type": "string"
          },
          "regionalcode": {
            "type": "string"
          },
          "regionDe": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "web": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "RemoteLivestream": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "backgroundImageFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "backgroundImageUrl": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "sortKey": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "teaserText": {
            "type": "string"
          },
          "teaserTextDe": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ReportingEventDateInfo": {
        "description": "Even Date with common detail infos used for reporting",
        "properties": {
          "end": {
            "description": "endtime and date of the event date",
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "description": "id (alias) of the event date",
            "type": "string"
          },
          "location": {
            "description": "location (stage) and date of the event date",
            "type": "string"
          },
          "name": {
            "description": "name of the event date",
            "type": "string"
          },
          "nameDe": {
            "description": "german name of the event date",
            "type": "string"
          },
          "organizationId": {
            "description": "id (alias) of the organization",
            "type": "string"
          },
          "organizationName": {
            "description": "name of the organization",
            "type": "string"
          },
          "start": {
            "description": "start time and day of the event date",
            "format": "date-time",
            "type": "string"
          },
          "streaming": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "ReportingOrganizationInfo": {
        "description": "Organization with common detail infos used for reporting",
        "properties": {
          "country": {
            "type": "string"
          },
          "digitalOnly": {
            "description": "flag to indicate if an exhibitor is digital only (has no physical stand)",
            "type": "boolean"
          },
          "id": {
            "description": "id (alias) of the organization",
            "type": "string"
          },
          "name": {
            "description": "name of the organization",
            "type": "string"
          },
          "sortName": {
            "description": "name that should be used for sorting",
            "type": "string"
          }
        },
        "type": "object"
      },
      "ReportingUserInfo": {
        "description": "User with common detail infos used for reporting",
        "properties": {
          "company": {
            "type": "string"
          },
          "country": {
            "type": "string"
          },
          "email": {
            "type": "string"
          },
          "firstName": {
            "type": "string"
          },
          "id": {
            "description": "id of the user (seriesoftopicsuser_alias)",
            "type": "string"
          },
          "languages": {
            "type": "string"
          },
          "lastName": {
            "type": "string"
          },
          "position": {
            "type": "string"
          },
          "userId": {
            "description": "remoteUserId of the user",
            "type": "string"
          }
        },
        "required": [
          "id"
        ],
        "type": "object"
      },
      "Response": {
        "properties": {
          "activeOnly": {
            "type": "boolean"
          },
          "clientVersion": {
            "$ref": "#/components/schemas/ComparableVersion"
          },
          "density": {
            "enum": [
              "hdpi",
              "ldpi",
              "mdpi",
              "plus",
              "pro",
              "retina",
              "xhdpi",
              "xxhdpi",
              "xxxhdpi"
            ],
            "type": "string"
          },
          "jobOffer": {
            "$ref": "#/components/schemas/JobOffer"
          },
          "lang": {
            "type": "string"
          },
          "linkBindings": {
            "items": {
              "$ref": "#/components/schemas/JobOfferLinkBinding"
            },
            "type": "array"
          },
          "mediaBindings": {
            "items": {
              "$ref": "#/components/schemas/JobOfferMediaBinding"
            },
            "type": "array"
          },
          "os": {
            "enum": [
              "android",
              "ios",
              "web"
            ],
            "type": "string"
          },
          "osVersion": {
            "$ref": "#/components/schemas/ComparableVersion"
          },
          "personBindings": {
            "items": {
              "$ref": "#/components/schemas/JobOfferPersonBinding"
            },
            "type": "array"
          },
          "rootCategories": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "showCategoryHierarchy": {
            "type": "boolean"
          },
          "size": {
            "enum": [
              "all",
              "android",
              "androidLarge",
              "androidNormal",
              "androidSmall",
              "androidXlarge",
              "ios",
              "ipad",
              "ipad129I",
              "ipad79I",
              "ipad97I",
              "iphone",
              "iphone40I",
              "iphone47I",
              "iphone55I",
              "iphone58I",
              "iphone61I",
              "iphone65I"
            ],
            "type": "string"
          },
          "timezoneOffset": {
            "format": "int32",
            "type": "integer"
          },
          "topicName": {
            "type": "string"
          },
          "userLang": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "S3File": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "contentType": {
            "type": "string"
          },
          "expires": {
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "key": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "size": {
            "format": "int64",
            "type": "integer"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "uploaded": {
            "format": "date-time",
            "type": "string"
          },
          "uploadPurpose": {
            "type": "string"
          },
          "usageCounter": {
            "format": "int32",
            "type": "integer"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ScheduleChannelRequest": {
        "properties": {
          "offsetCopyHours": {
            "default": 0,
            "description": "Offset in hours for the cloned events, if 0 no cloning will be done.",
            "format": "int32",
            "type": "integer"
          }
        },
        "required": [
          "offsetCopyHours"
        ],
        "type": "object"
      },
      "Selector": {
        "properties": {
          "countries-filter": {
            "$ref": "#/components/schemas/Filter"
          },
          "countriesFilter": {
            "$ref": "#/components/schemas/Filter"
          },
          "credits": {
            "format": "double",
            "type": "number"
          },
          "geofence-destination": {
            "type": "string",
            "writeOnly": true
          },
          "geofenceDestination": {
            "type": "string"
          },
          "geofences": {
            "items": {
              "$ref": "#/components/schemas/GeofenceTrigger"
            },
            "type": "array"
          },
          "interests": {
            "items": {
              "$ref": "#/components/schemas/Interest"
            },
            "type": "array"
          },
          "question-filters": {
            "items": {
              "$ref": "#/components/schemas/QuestionFilterRule"
            },
            "type": "array",
            "writeOnly": true
          },
          "questionFilter": {
            "items": {
              "$ref": "#/components/schemas/QuestionFilterRule"
            },
            "type": "array"
          },
          "tickets-filter": {
            "$ref": "#/components/schemas/Filter"
          },
          "ticketsFilter": {
            "$ref": "#/components/schemas/Filter"
          },
          "time-end": {
            "format": "date-time",
            "type": "string",
            "writeOnly": true
          },
          "time-start": {
            "format": "date-time",
            "type": "string",
            "writeOnly": true
          },
          "timeEnd": {
            "format": "date-time",
            "type": "string"
          },
          "timeStart": {
            "format": "date-time",
            "type": "string"
          }
        },
        "type": "object"
      },
      "SelfDefinedUserRole": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "autoBoundCategory": {
            "$ref": "#/components/schemas/Category"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "nameDe": {
            "type": "string"
          },
          "sortKey": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "SeriesOfTopics": {
        "properties": {
          "analyticsKey": {
            "type": "string"
          },
          "androidAppLaunchUrl": {
            "type": "string"
          },
          "appStoreUrl": {
            "type": "string"
          },
          "customerBindings": {
            "items": {
              "$ref": "#/components/schemas/CustomerSeriesOfTopicsBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "customerKey": {
            "type": "string"
          },
          "defaultLocalizedName": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "iosAppLaunchUrl": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "oavUrl": {
            "type": "string"
          },
          "oavUrlDe": {
            "type": "string"
          },
          "playStoreUrl": {
            "type": "string"
          },
          "qrName": {
            "type": "string"
          },
          "secret": {
            "type": "string"
          },
          "snsApplicationArnAPNS": {
            "type": "string"
          },
          "snsApplicationArnGCM": {
            "type": "string"
          },
          "topics": {
            "items": {
              "$ref": "#/components/schemas/Topic"
            },
            "type": "array",
            "uniqueItems": true
          },
          "userPool": {
            "$ref": "#/components/schemas/UserPool"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "SeriesOfTopicsUser": {
        "properties": {
          "accesstokenPerson": {
            "items": {
              "$ref": "#/components/schemas/AccesstokenSeriesOfTopicsUser"
            },
            "type": "array",
            "uniqueItems": true
          },
          "adress1": {
            "type": "string"
          },
          "adress2": {
            "type": "string"
          },
          "adress3": {
            "type": "string"
          },
          "alias": {
            "type": "string"
          },
          "areaOfResponsibility": {
            "type": "string"
          },
          "categoryBindings": {
            "items": {
              "$ref": "#/components/schemas/SeriesOfTopicsUserCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "city": {
            "type": "string"
          },
          "company": {
            "type": "string"
          },
          "country": {
            "type": "string"
          },
          "countrycode": {
            "type": "string"
          },
          "countryDe": {
            "type": "string"
          },
          "dateOfBirth": {
            "format": "date",
            "type": "string"
          },
          "doubleOptInToken": {
            "type": "string"
          },
          "email": {
            "type": "string"
          },
          "emailLanguage": {
            "type": "string"
          },
          "emailVerificationToken": {
            "type": "string"
          },
          "facebook": {
            "type": "string"
          },
          "favorites": {
            "items": {
              "$ref": "#/components/schemas/SeriesOfTopicsUserFavorite"
            },
            "type": "array",
            "uniqueItems": true
          },
          "fax": {
            "type": "string"
          },
          "firstName": {
            "type": "string"
          },
          "fullName": {
            "type": "string"
          },
          "googleplus": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "industry": {
            "type": "string"
          },
          "industryDe": {
            "type": "string"
          },
          "infotext": {
            "type": "string"
          },
          "infotextDe": {
            "type": "string"
          },
          "initials": {
            "type": "string"
          },
          "instagram": {
            "type": "string"
          },
          "invitingOrganization": {
            "$ref": "#/components/schemas/Organization"
          },
          "langs": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "languages": {
            "type": "string",
            "writeOnly": true
          },
          "lastConnectrequestMail": {
            "format": "date-time",
            "type": "string"
          },
          "lastLoginTime": {
            "format": "date-time",
            "type": "string"
          },
          "lastName": {
            "type": "string"
          },
          "lastNameUpperCase": {
            "type": "string"
          },
          "linkBindings": {
            "items": {
              "$ref": "#/components/schemas/SeriesOfTopicsUserLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "linkedIn": {
            "type": "string"
          },
          "loginAttempts": {
            "format": "int32",
            "type": "integer"
          },
          "logoFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "logoUrl": {
            "type": "string"
          },
          "matchDsgvoTime": {
            "format": "date-time",
            "type": "string"
          },
          "matchDsgvoUrl": {
            "type": "string"
          },
          "matchRequirementsFullfilled": {
            "type": "boolean"
          },
          "mobile": {
            "type": "string"
          },
          "notes": {
            "items": {
              "$ref": "#/components/schemas/SeriesOfTopicsUserNote"
            },
            "type": "array",
            "uniqueItems": true
          },
          "oneTimeLoginToken": {
            "type": "string"
          },
          "password": {
            "type": "string"
          },
          "permissionsBitmask": {
            "format": "int64",
            "type": "integer"
          },
          "persons": {
            "items": {
              "$ref": "#/components/schemas/Person"
            },
            "type": "array",
            "uniqueItems": true
          },
          "phone": {
            "type": "string"
          },
          "pinterest": {
            "type": "string"
          },
          "position": {
            "type": "string"
          },
          "positionDe": {
            "type": "string"
          },
          "postCode": {
            "type": "string"
          },
          "profileEdited": {
            "type": "boolean"
          },
          "ratingHash": {
            "type": "string"
          },
          "remoteUserId": {
            "type": "string"
          },
          "salutation": {
            "type": "string"
          },
          "salutationDe": {
            "type": "string"
          },
          "secret": {
            "type": "string"
          },
          "selfDefinedUserRole": {
            "$ref": "#/components/schemas/SelfDefinedUserRole"
          },
          "seriesOfTopics": {
            "$ref": "#/components/schemas/SeriesOfTopics"
          },
          "source": {
            "type": "string"
          },
          "thirdPartyCustomData": {
            "type": "string"
          },
          "tiktok": {
            "type": "string"
          },
          "tokenResetCount": {
            "format": "int32",
            "type": "integer"
          },
          "topicBindings": {
            "items": {
              "$ref": "#/components/schemas/SeriesOfTopicsUserTopicBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "twitter": {
            "type": "string"
          },
          "type": {
            "enum": [
              "attendee",
              "guest",
              "none",
              "press",
              "speaker",
              "staff"
            ],
            "type": "string"
          },
          "userGrantedMatchPermission": {
            "type": "boolean"
          },
          "userPool": {
            "$ref": "#/components/schemas/UserPool"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "xing": {
            "type": "string"
          },
          "youTube": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "SeriesOfTopicsUserCategoryBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/SeriesOfTopicsUser"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Category"
          },
          "category": {
            "$ref": "#/components/schemas/Category"
          },
          "direct": {
            "type": "boolean"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "seriesOfTopicsUser": {
            "$ref": "#/components/schemas/SeriesOfTopicsUser"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "types": {
            "items": {
              "enum": [
                "INTEREST",
                "LOOKINGFOR",
                "OFFERING",
                "SERIESOFTOPICSUSER"
              ],
              "type": "string"
            },
            "type": "array"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "SeriesOfTopicsUserFavorite": {
        "properties": {
          "deleted": {
            "type": "boolean"
          },
          "entityAlias": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "kind": {
            "enum": [
              "EVENT_DATE",
              "JOBOFFER",
              "MATCH_PERSON",
              "MEDIA_LIBRARY",
              "NEWS",
              "NEWS_CATEGORY",
              "ORGANIZATION",
              "ORGANIZATION_CATEGORY",
              "PERSON",
              "PRODUCT",
              "PRODUCT_CATEGORY",
              "PROMOTION",
              "TRADEMARK"
            ],
            "type": "string"
          },
          "lastModified": {
            "format": "date-time",
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "SeriesOfTopicsUserLink": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "seriesOfTopicsUserBindings": {
            "items": {
              "$ref": "#/components/schemas/SeriesOfTopicsUserLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "source": {
            "type": "string"
          },
          "text": {
            "type": "string"
          },
          "textDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "url": {
            "type": "string"
          },
          "urlDe": {
            "type": "string"
          },
          "urlType": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "SeriesOfTopicsUserLinkBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/SeriesOfTopicsUser"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/SeriesOfTopicsUserLink"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "link": {
            "$ref": "#/components/schemas/SeriesOfTopicsUserLink"
          },
          "selfService": {
            "type": "boolean"
          },
          "seriesOfTopicsUser": {
            "$ref": "#/components/schemas/SeriesOfTopicsUser"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "SeriesOfTopicsUserNote": {
        "properties": {
          "entityAlias": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "kind": {
            "enum": [
              "EVENT_DATE",
              "JOBOFFER",
              "MATCH_PERSON",
              "MEDIA_LIBRARY",
              "NEWS",
              "NEWS_CATEGORY",
              "ORGANIZATION",
              "ORGANIZATION_CATEGORY",
              "PERSON",
              "PRODUCT",
              "PRODUCT_CATEGORY",
              "PROMOTION",
              "TRADEMARK"
            ],
            "type": "string"
          },
          "lastModified": {
            "format": "date-time",
            "type": "string"
          },
          "text": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "SeriesOfTopicsUserTopicBinding": {
        "properties": {
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "informInterests": {
            "type": "boolean"
          },
          "interestNotificationStatus": {
            "enum": [
              "FAILED",
              "FINISHED",
              "INVALID",
              "QUEUED",
              "RUNNING",
              "STUCK"
            ],
            "type": "string"
          },
          "lastNotificationTime": {
            "format": "date-time",
            "type": "string"
          },
          "seriesOfTopicsUser": {
            "$ref": "#/components/schemas/SeriesOfTopicsUser"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "ShareContext": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "customEntities": {
            "items": {
              "$ref": "#/components/schemas/CustomEntity"
            },
            "type": "array",
            "uniqueItems": true
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "shorttext": {
            "type": "string"
          },
          "shorttextDe": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "text": {
            "type": "string"
          },
          "textDe": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "Source": {
        "properties": {
          "passwordParam": {
            "type": "string"
          },
          "url": {
            "type": "string"
          },
          "username": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "Stand": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "couponBindings": {
            "items": {
              "$ref": "#/components/schemas/CouponStandBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "depth": {
            "format": "double",
            "type": "number"
          },
          "displayName": {
            "type": "string"
          },
          "displayNameDe": {
            "type": "string"
          },
          "displayNameShort": {
            "type": "string"
          },
          "displayNameShortDe": {
            "type": "string"
          },
          "displayType": {
            "enum": [
              "FREE",
              "RESERVED",
              "SELLING"
            ],
            "type": "string"
          },
          "hall": {
            "$ref": "#/components/schemas/Hall"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "latitude": {
            "format": "double",
            "type": "number"
          },
          "logoFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "logoUrl": {
            "type": "string"
          },
          "longitude": {
            "format": "double",
            "type": "number"
          },
          "name": {
            "type": "string"
          },
          "orderKey": {
            "type": "string"
          },
          "orderKeyDe": {
            "type": "string"
          },
          "productBindings": {
            "items": {
              "$ref": "#/components/schemas/ProductStandBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "sqm": {
            "format": "double",
            "type": "number"
          },
          "standInformations": {
            "items": {
              "$ref": "#/components/schemas/StandInformation"
            },
            "type": "array",
            "uniqueItems": true
          },
          "standRegistrations": {
            "items": {
              "$ref": "#/components/schemas/StandRegistration"
            },
            "type": "array",
            "uniqueItems": true
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "type": {
            "enum": [
              "BLOCK",
              "CORNER",
              "CUSTOM",
              "HEAD",
              "ROW"
            ],
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "width": {
            "format": "double",
            "type": "number"
          }
        },
        "type": "object"
      },
      "StandInformation": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "descriptionDe": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "price": {
            "format": "double",
            "type": "number"
          },
          "priceSqm": {
            "format": "double",
            "type": "number"
          },
          "source": {
            "type": "string"
          },
          "stand": {
            "$ref": "#/components/schemas/Stand"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "StandRegistration": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Organization"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Stand"
          },
          "categoryBindings": {
            "items": {
              "$ref": "#/components/schemas/StandRegistrationCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "selfService": {
            "type": "boolean"
          },
          "sortName": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "stand": {
            "$ref": "#/components/schemas/Stand"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "type": {
            "enum": [
              "MAIN",
              "SECONDARY",
              "SPECIAL"
            ],
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "StandRegistrationCategoryBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/StandRegistration"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Category"
          },
          "category": {
            "$ref": "#/components/schemas/Category"
          },
          "direct": {
            "type": "boolean"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "standRegistration": {
            "$ref": "#/components/schemas/StandRegistration"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "StartRecorderResult": {
        "properties": {
          "message": {
            "type": "string"
          },
          "success": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "StreamWithClickCount": {
        "properties": {
          "eventDateId": {
            "description": "id (alias) of the event date",
            "type": "string"
          },
          "userId": {
            "description": "id (alias) of the seriesoftopicsuser",
            "type": "string"
          },
          "visits": {
            "description": "number of visits the user had to this stream",
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "TargetGroup": {
        "properties": {
          "countriesFilter": {
            "$ref": "#/components/schemas/Filter"
          },
          "interests": {
            "items": {
              "$ref": "#/components/schemas/Interest"
            },
            "type": "array"
          },
          "questionFilters": {
            "items": {
              "$ref": "#/components/schemas/QuestionFilterRule"
            },
            "type": "array"
          },
          "ticketsFilter": {
            "$ref": "#/components/schemas/Filter"
          }
        },
        "type": "object"
      },
      "Topic": {
        "properties": {
          "currentBudgetPlannerVersion": {
            "type": "string"
          },
          "currentOnlineGuideVersion": {
            "type": "string"
          },
          "customerKey": {
            "type": "string"
          },
          "defaultOrganizationLogo": {
            "type": "string"
          },
          "editViaUrlMode": {
            "enum": [
              "SIMPLE_EXCEL_TOKEN"
            ],
            "type": "string"
          },
          "endDate": {
            "format": "int64",
            "type": "integer"
          },
          "expiresDeletion": {
            "format": "int32",
            "type": "integer"
          },
          "generalEmail": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "interestNotificationScheduling": {
            "type": "string"
          },
          "multimedaPath": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "newSelfService": {
            "type": "boolean"
          },
          "requirements": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "secret": {
            "type": "string"
          },
          "selfserviceHostName": {
            "type": "string"
          },
          "seriesOfTopics": {
            "$ref": "#/components/schemas/SeriesOfTopics"
          },
          "serviceKeysMapping": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "shopUrl": {
            "type": "string"
          },
          "startDate": {
            "format": "int64",
            "type": "integer"
          },
          "ticketingConfig": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "Trademark": {
        "properties": {
          "active": {
            "type": "boolean"
          },
          "alias": {
            "type": "string"
          },
          "backgroundImageMobileFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "backgroundImageMobileUrl": {
            "type": "string"
          },
          "categoryBindings": {
            "items": {
              "$ref": "#/components/schemas/TrademarkCategoryBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "deletionId": {
            "type": "string"
          },
          "descriptionLong": {
            "type": "string"
          },
          "descriptionLongDe": {
            "type": "string"
          },
          "descriptionShort": {
            "type": "string"
          },
          "descriptionShortDe": {
            "type": "string"
          },
          "descriptionTitle": {
            "type": "string"
          },
          "descriptionTitleDe": {
            "type": "string"
          },
          "expires": {
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "initials": {
            "type": "string"
          },
          "linkBindings": {
            "items": {
              "$ref": "#/components/schemas/TrademarkLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "logoFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "logoText": {
            "type": "string"
          },
          "logoUrl": {
            "type": "string"
          },
          "mediaBindings": {
            "items": {
              "$ref": "#/components/schemas/TrademarkMediaBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "name": {
            "type": "string"
          },
          "orderkey": {
            "type": "string"
          },
          "organizationBindings": {
            "items": {
              "$ref": "#/components/schemas/OrganizationTrademarkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "productBindings": {
            "items": {
              "$ref": "#/components/schemas/TrademarkProductBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "tags": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "TrademarkCategoryBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Trademark"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Category"
          },
          "category": {
            "$ref": "#/components/schemas/Category"
          },
          "direct": {
            "type": "boolean"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "trademark": {
            "$ref": "#/components/schemas/Trademark"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "TrademarkLink": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "text": {
            "type": "string"
          },
          "textDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "trademarkBindings": {
            "items": {
              "$ref": "#/components/schemas/TrademarkLinkBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "url": {
            "type": "string"
          },
          "urlDe": {
            "type": "string"
          },
          "urlType": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "TrademarkLinkBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Trademark"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/TrademarkLink"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "link": {
            "$ref": "#/components/schemas/TrademarkLink"
          },
          "order": {
            "format": "int32",
            "type": "integer"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "trademark": {
            "$ref": "#/components/schemas/Trademark"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "TrademarkMedia": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "file": {
            "$ref": "#/components/schemas/S3File"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "image": {
            "type": "boolean"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "subtitle": {
            "type": "string"
          },
          "subtitleDe": {
            "type": "string"
          },
          "thumbnailLargeFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "thumbnailLargeUrl": {
            "type": "string"
          },
          "thumbnailSmallFile": {
            "$ref": "#/components/schemas/S3File"
          },
          "thumbnailSmallUrl": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "titleDe": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "trademarkBindings": {
            "items": {
              "$ref": "#/components/schemas/TrademarkMediaBinding"
            },
            "type": "array",
            "uniqueItems": true
          },
          "url": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "video": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "TrademarkMediaBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Trademark"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/TrademarkMedia"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "media": {
            "$ref": "#/components/schemas/TrademarkMedia"
          },
          "order": {
            "format": "int32",
            "type": "integer"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "trademark": {
            "$ref": "#/components/schemas/Trademark"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "TrademarkProductBinding": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "bindingSource": {
            "$ref": "#/components/schemas/Trademark"
          },
          "bindingTarget": {
            "$ref": "#/components/schemas/Product"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "orderProduct": {
            "format": "int32",
            "type": "integer"
          },
          "orderTrademark": {
            "format": "int32",
            "type": "integer"
          },
          "product": {
            "$ref": "#/components/schemas/Product"
          },
          "selfService": {
            "type": "boolean"
          },
          "source": {
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "trademark": {
            "$ref": "#/components/schemas/Trademark"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "Trigger": {
        "properties": {
          "geofences": {
            "items": {
              "$ref": "#/components/schemas/TriggerGeofence"
            },
            "type": "array"
          },
          "timeFrameEnd": {
            "type": "string"
          },
          "timeFrameStart": {
            "type": "string"
          },
          "type": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "TriggerGeofence": {
        "properties": {
          "id": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "UserConferenceRoomAccess": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "conferenceRoom": {
            "$ref": "#/components/schemas/ConferenceRoom"
          },
          "createdAt": {
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "requestReason": {
            "type": "string"
          },
          "seriesOfTopicsUser": {
            "$ref": "#/components/schemas/SeriesOfTopicsUser"
          },
          "status": {
            "enum": [
              "GRANTED",
              "REQUESTED",
              "UNAUTHORIZED"
            ],
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "UserEventDateAccess": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "createdAt": {
            "format": "date-time",
            "type": "string"
          },
          "eventDate": {
            "$ref": "#/components/schemas/EventDate"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "requestReason": {
            "type": "string"
          },
          "seriesOfTopicsUser": {
            "$ref": "#/components/schemas/SeriesOfTopicsUser"
          },
          "status": {
            "enum": [
              "GRANTED",
              "REQUESTED",
              "UNAUTHORIZED"
            ],
            "type": "string"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "UserOrganizationVisit": {
        "properties": {
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "lastVisit": {
            "format": "date-time",
            "type": "string"
          },
          "marked": {
            "format": "date-time",
            "type": "string"
          },
          "markedBy": {
            "$ref": "#/components/schemas/SeriesOfTopicsUser"
          },
          "markedtext": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "topic": {
            "$ref": "#/components/schemas/Topic"
          },
          "user": {
            "$ref": "#/components/schemas/SeriesOfTopicsUser"
          },
          "userOrganizationVisitTypeDetails": {
            "items": {
              "$ref": "#/components/schemas/UserOrganizationVisitTypeDetails"
            },
            "type": "array",
            "uniqueItems": true
          },
          "userOrganizationVisitTypes": {
            "items": {
              "$ref": "#/components/schemas/UserOrganizationVisitType"
            },
            "type": "array",
            "uniqueItems": true
          },
          "userPool": {
            "$ref": "#/components/schemas/UserPool"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "UserOrganizationVisitType": {
        "properties": {
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "lastVisit": {
            "format": "date-time",
            "type": "string"
          },
          "type": {
            "enum": [
              "CALENDARENTRY",
              "COUPON",
              "DETAIL",
              "EVENTDATE",
              "EXPO",
              "INTEREST",
              "JOBOFFER",
              "LINK",
              "MAGAZINE",
              "MEDIA",
              "NEWS",
              "PRESS",
              "RECOMMENDATION",
              "STREAM",
              "VC",
              "VOD"
            ],
            "type": "string"
          },
          "userOrganizationVisit": {
            "$ref": "#/components/schemas/UserOrganizationVisit"
          },
          "userOrganizationVisitTypeDetails": {
            "items": {
              "$ref": "#/components/schemas/UserOrganizationVisitTypeDetails"
            },
            "type": "array",
            "uniqueItems": true
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "UserOrganizationVisitTypeDetails": {
        "properties": {
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "target": {
            "type": "string"
          },
          "time": {
            "format": "date-time",
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "userOrganizationVisit": {
            "$ref": "#/components/schemas/UserOrganizationVisit"
          },
          "userOrganizationVisitType": {
            "$ref": "#/components/schemas/UserOrganizationVisitType"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          }
        },
        "type": "object"
      },
      "UserPool": {
        "properties": {
          "alias": {
            "type": "string"
          },
          "configJson": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "connectionRequestMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "connectionRequestMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "eventGuideHostName": {
            "type": "string"
          },
          "eventGuideName": {
            "type": "string"
          },
          "eventOrganizer": {
            "$ref": "#/components/schemas/EventOrganizer"
          },
          "firstLoginMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "firstLoginMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "matchEmail": {
            "type": "string"
          },
          "matchMailTemplatesJson": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "matchProfileCreationMode": {
            "enum": [
              "ALLOW_CREATION",
              "NO_CREATION",
              "NO_CREATION_AND_MUST_HAVE_TICKET"
            ],
            "type": "string"
          },
          "matchProfileCreationModeString": {
            "type": "string"
          },
          "meetingRequestDeletedMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestDeletedMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestOrganizationAcceptedMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestOrganizationAcceptedMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestOrganizationDeclinedMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestOrganizationDeclinedMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestParticipationAcceptedMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestParticipationAcceptedMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestParticipationDeclinedMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestParticipationDeclinedMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestParticipationDeletedMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestParticipationDeletedMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestPhysicalAndVirtualMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestPhysicalAndVirtualMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestPhysicalMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestPhysicalMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestUpdatedMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestUpdatedMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestVirtualMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "meetingRequestVirtualMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "mixieBackendToken": {
            "type": "string"
          },
          "organizationRequestOrganizationMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "organizationRequestOrganizationMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "organizationRequestSotuserMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "organizationRequestSotuserMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "organizationStaffAddedMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "organizationStaffAddedMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "organizationStaffAddedSelfMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "organizationStaffAddedSelfMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "organizationUserAddedAsStaffMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "organizationUserAddedAsStaffMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "person2PersonRequestMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "person2PersonRequestMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "personsConnectedMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "personsConnectedMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "privateEventRequestAcceptedMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "privateEventRequestAcceptedMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "privateEventRequestDeclinedMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "privateEventRequestDeclinedMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "reportEmail": {
            "type": "string"
          },
          "roundTableRequestAcceptedMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "roundTableRequestAcceptedMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "roundTableRequestDeclinedMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "roundTableRequestDeclinedMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "senderFriendlyName": {
            "type": "string"
          },
          "seriesOfTopics": {
            "$ref": "#/components/schemas/SeriesOfTopics"
          },
          "seriesOfTopicsSet": {
            "items": {
              "$ref": "#/components/schemas/SeriesOfTopics"
            },
            "type": "array",
            "uniqueItems": true
          },
          "seriesOfTopicsUsers": {
            "items": {
              "$ref": "#/components/schemas/SeriesOfTopicsUser"
            },
            "type": "array",
            "uniqueItems": true
          },
          "shareTargetMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "shareTargetMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "thirdPartyFavSyncApiConfigJson": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "thirdPartyMatchApiConfigJson": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "thirdPartyMatchApiKind": {
            "enum": [
              "ADITUS",
              "BBG",
              "DEUTSCHE_MESSE_AG",
              "DIMEDIS",
              "EUROBIKE",
              "GHM",
              "IAA",
              "KOELN_MESSE",
              "KOELN_MESSE_AUTH_ONLY",
              "PRETIX",
              "TAUTH",
              "TEST"
            ],
            "type": "string"
          },
          "thirdPartyMatchApiKindString": {
            "type": "string"
          },
          "userDeletionConfirmationMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "userDeletionConfirmationMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "verificationMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "verificationMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "virtualCafeRequestAcceptedMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "virtualCafeRequestAcceptedMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "virtualCafeRequestDeclinedMailTemplate": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          },
          "virtualCafeRequestDeclinedMailTemplateDe": {
            "additionalProperties": {
              "properties": {
                "valueType": {
                  "enum": [
                    "ARRAY",
                    "FALSE",
                    "NULL",
                    "NUMBER",
                    "OBJECT",
                    "STRING",
                    "TRUE"
                  ],
                  "type": "string"
                }
              },
              "type": "object"
            },
            "type": "object"
          }
        },
        "type": "object"
      },
      "WinningCode": {
        "properties": {
          "allocationCode": {
            "type": "string"
          },
          "allocationTime": {
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "number": {
            "format": "int32",
            "type": "integer"
          },
          "pool": {
            "$ref": "#/components/schemas/WinningPool"
          },
          "reserveTime": {
            "format": "date-time",
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "winningCode": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "WinningPool": {
        "properties": {
          "allocationEnd": {
            "format": "date-time",
            "type": "string"
          },
          "allocationStart": {
            "format": "date-time",
            "type": "string"
          },
          "id": {
            "format": "int64",
            "type": "integer"
          },
          "idString": {
            "type": "string"
          },
          "organization": {
            "$ref": "#/components/schemas/Organization"
          },
          "puzzle": {
            "$ref": "#/components/schemas/Puzzle"
          },
          "sponsorAlt": {
            "type": "string"
          },
          "termsDe": {
            "type": "string"
          },
          "termsEn": {
            "type": "string"
          },
          "version": {
            "format": "int64",
            "type": "integer"
          },
          "winDescriptionDe": {
            "type": "string"
          },
          "winDescriptionEn": {
            "type": "string"
          },
          "winManualDe": {
            "type": "string"
          },
          "winManualEn": {
            "type": "string"
          },
          "winningCodes": {
            "items": {
              "$ref": "#/components/schemas/WinningCode"
            },
            "type": "array",
            "uniqueItems": true
          }
        },
        "type": "object"
      }
    },
    "securitySchemes": {
      "Cognito Userpool": {
        "description": "JWT authorization token retrieved from a Cognito Backend. The Backend accepts only „our“ cognito endpoints.",
        "in": "header",
        "name": "Authorization",
        "type": "apiKey"
      },
      "ConnectionToken_AppDev": {
        "description": "JWT for unprivileged requests (AppDevice). Obtained via pageload.",
        "in": "header",
        "name": "beConnectionToken",
        "type": "apiKey"
      },
      "ConnectionToken_soTopic": {
        "description": "JWT for low privileged requests (Series of Topics). Obtained via login.",
        "in": "header",
        "name": "beConnectionToken",
        "type": "apiKey"
      },
      "ConnectionToken_sotUser": {
        "description": "JWT for low privileged requests (FrontendUser). Obtained via login.",
        "in": "header",
        "name": "beConnectionToken",
        "type": "apiKey"
      },
      "CustomerAccessKey": {
        "description": "Used together with CustomerAccessToken to gain access to higher privileged requests",
        "in": "header",
        "name": "be_customer_accesskey",
        "type": "apiKey"
      },
      "CustomerAccessToken": {
        "description": "Used together with CustomerAccessKey to gain access to higher privileged requests",
        "in": "header",
        "name": "be_customer_accesstoken",
        "type": "apiKey"
      }
    }
  },
  "info": {
    "contact": {
      "email": "support@corussoft.de",
      "name": "support",
      "url": "https://www.corussoft.de"
    },
    "description": "EventCloud Backend REST(like)-API<br />Due to a bug in the openapi generator: If the authentication says you can use be_customer_accesskey OR be_customer_accesstoken thats incorrect. You need to set booth!",
    "license": {
      "name": "Corussoft GmbH",
      "url": "https://www.corussoft.de"
    },
    "title": "EventCloud Backend",
    "version": "33.0"
  },
  "openapi": "3.0.1",
  "paths": {
    "/healthcheck": {
      "get": {
        "description": "checks the availibility of the Service </br>Permissions: no Permission",
        "operationId": "doGet_7",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "status": "OK",
                  "testdurationMillis": "long"
                },
                "schema": {
                  "type": "object-Encoding=UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "500": {
            "description": "System function impaired."
          }
        },
        "summary": "Check the availibility of the Service",
        "tags": [
          "Test"
        ]
      },
      "head": {
        "description": "checks the availibility of the Service, without response body </br>Permissions: no Permission",
        "operationId": "doHead",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "500": {
            "description": "System function impaired."
          }
        },
        "summary": "Check the availibility of the Service",
        "tags": [
          "Test"
        ]
      }
    },
    "/navigation": {
      "get": {
        "operationId": "doGet_13",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "NavigationWebservice"
        ]
      },
      "head": {
        "description": "gets the Navigation informations</br>Permissions: no Permission",
        "operationId": "doHead_1",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "format": "xml",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Create an user by payload"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "appshortcutconfigs": "string",
                  "dashboardconfigs": "string",
                  "filegroups": "string",
                  "navigationdrawerconfigs": "string",
                  "navigationitems": "string",
                  "sharecontexts": "string",
                  "tabbarconfigs": "string"
                },
                "schema": {
                  "type": "encoding-UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the Navigation informations",
        "tags": [
          "NavigationWebservice"
        ]
      }
    },
    "/navigationdemo": {
      "get": {
        "description": "gets the informations of a topic regarding dashboard configuration, NavigationConfig,.. </br>Permissions: no Permission",
        "operationId": "doGet_12",
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "topic": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Create an user by payload"
        },
        "responses": {
          "200": {
            "content": {
              "text/html": {
                "example": {
                  "dashboardConfig": "string",
                  "navigationDrawerConfig": "string",
                  "service": "string",
                  "tabbarConfig": "string",
                  "topic": "string"
                },
                "schema": {
                  "type": "encoding-UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the informations of a topic regarding dashboard configuration, NavigationConfig,..",
        "tags": [
          "NavigationDemoWebservice"
        ]
      }
    },
    "/ok": {
      "get": {
        "description": "Helper webservice for Gatling Performance Tests. Does nothing for the backend. But that very good. </br>Permissions: no Permission",
        "operationId": "doGet_15",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "text/plain": {
                "example": "Ok",
                "schema": {
                  "enum": [
                    "Ok"
                  ],
                  "type": "String"
                }
              }
            },
            "description": "successful operation"
          }
        },
        "summary": "Get an Ok",
        "tags": [
          "Test"
        ]
      }
    },
    "/rest/accesstoken": {
      "get": {
        "description": "Get all AccessToken records from database without the actual token value.</br>Permissions: BEUserPermitAll",
        "operationId": "list",
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/ApiAccessToken"
                  },
                  "type": "array"
                }
              }
            },
            "description": "successful operation, List of AccessToken"
          },
          "403": {
            "description": "Access forbidden"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "List all AccessToken",
        "tags": [
          "AccessTokens"
        ]
      },
      "post": {
        "description": "Creates an Timelimited (10 Days) AccessToken for a user, when you send the username and password, and booth are correct.</br>Permissions: no",
        "operationId": "login",
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ApiLoginRequest"
              }
            }
          },
          "description": "Username and password to verify you are creating the accesstoken for yourself."
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiAccessToken"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Bad Request"
          },
          "500": {
            "description": "Internal Server Error"
          }
        },
        "summary": "Create AccessToken for user",
        "tags": [
          "AccessTokens"
        ]
      }
    },
    "/rest/accesstoken/{key}": {
      "delete": {
        "description": "Delete AccesToken by key, from database by field 'accesstoken_key'. Only admins can delete all tokens. Other can only delete their own.</br>Permissions: BEUserPermitAll",
        "operationId": "delete",
        "parameters": [
          {
            "in": "path",
            "name": "key",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "404": {
            "description": "AccessToken not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Delete an existing AccessToken",
        "tags": [
          "AccessTokens"
        ]
      },
      "get": {
        "description": "Get AccesToken by key, from database by field 'accesstoken_key'</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "get",
        "parameters": [
          {
            "in": "path",
            "name": "key",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiAccessToken"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "AccessToken not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": [
              "admin"
            ]
          }
        ],
        "summary": "Find an existing AccessToken",
        "tags": [
          "AccessTokens"
        ]
      },
      "put": {
        "description": "Update AccessToken by key, from database by field 'accesstoken_key'. The new token value can be delivered in post body. Otherwise a random token will be generated.</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "put",
        "parameters": [
          {
            "in": "path",
            "name": "key",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ApiAccessToken"
              }
            }
          },
          "description": "Updated AccessToken"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiAccessToken"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "AccessToken not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": [
              "admin"
            ]
          }
        ],
        "summary": "Update an existing AccessToken",
        "tags": [
          "AccessTokens"
        ]
      }
    },
    "/rest/ad/element/{topicName}": {
      "get": {
        "description": "Get all sponsor elements from database.</br>Permissions: no",
        "operationId": "list_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid topic name supplied"
          },
          "404": {
            "description": "Topic name not found"
          }
        },
        "summary": "List sponsor elements",
        "tags": [
          "Ads"
        ]
      }
    },
    "/rest/ad/place/{topicName}": {
      "get": {
        "description": "Get all sponsor places from database</br>Permissions: no",
        "operationId": "list_2",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "places": [
                    {
                      "adFormat": "SponsorSandwichBanner",
                      "config": {
                        "firstIndex": "3",
                        "frequency": "8"
                      },
                      "id": "SponsorSandwichBanner",
                      "pageId": ""
                    },
                    {
                      "adFormat": "SponsorSplashscreen",
                      "config": {
                        "delay": "1800",
                        "displayTime": "5"
                      },
                      "id": "SponsorSplashscreen",
                      "pageId": ""
                    },
                    {
                      "adFormat": "SponsorBanner",
                      "id": "navi_pagenavi_about_SponsorBanner",
                      "pageId": "navi_pagenavi_about"
                    }
                  ]
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "405": {
            "description": "No resource method found for POST, return 405 with Allow header"
          }
        },
        "summary": "List sponsor places",
        "tags": [
          "Ads"
        ]
      }
    },
    "/rest/admin/cleanup/topic/{topicName}": {
      "post": {
        "description": "Cleanup topic by topic</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "cleanupTopic",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Cleanup topic",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/markorgasasselfservice/topic/{topicName}/source/{source}": {
      "post": {
        "description": "Mark organization as selfservive by topic name and source'</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "markOrgasAsSelfservice",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "source",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic/Source not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Mark organization as selfservive",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/person/topic/{topicName}/removedoublets": {
      "post": {
        "description": "Remove doublets of seriesoftopicsuser from person table for the given topicName</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "removeDoublets",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": "5 doublets removed from topic topicName",
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Remove doublets of seriesoftopicsuser from person table",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/shutdown/requesthelpertaskexecutor": {
      "post": {
        "description": "Shutdown requestHelperTaskExecutor'</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "shutdownRequestHelperTaskExecutor",
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Shutdown requestHelperTaskExecutor",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/topic/{topicName}/channel/{channelId}/schedule": {
      "post": {
        "deprecated": true,
        "description": "Schedule channel by topic, channel_alias and payload-offsetCopyHours</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "scheduleChannel",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "channelId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ScheduleChannelRequest"
              }
            }
          },
          "description": "Used to clone all eventdates for selected topic and channel"
        },
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": "channel xyz scheduled successfully",
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": [
              "admin"
            ]
          }
        ],
        "summary": "Schedule channel",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/topic/{topicName}/correctinvitingorganization": {
      "post": {
        "description": "Update inviting organization by topic'</br>Permissions: BEUsersRolesAllowed=ADMIN</br>Output: Logger by error",
        "operationId": "correctInvitingOrganization",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Correct inviting organization",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/topic/{topicName}/createtestusers": {
      "post": {
        "description": "Create test user for topic by payload-count</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "createTestUsers",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/CreateTestUserRequest"
              }
            }
          },
          "description": "Json Object giving the count of new users to create"
        },
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Create new test users",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/topic/{topicName}/recalculateusertypes": {
      "post": {
        "description": "Recalculate user types by topic'</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "recalculateUserTypes",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Change user types",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/topic/{topicName}/updatetestusers": {
      "post": {
        "description": "Update test users within topic</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "updateTestUsers",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Update test users within topic",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/topic/{topic}/updateusersbyremote": {
      "post": {
        "description": "Calls the LocalUserUpdater for each user belonging to the topic to update the user with datafrom the remote system.</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "updateAllUsers",
        "parameters": [
          {
            "in": "path",
            "name": "topic",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "UserPool not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Updates all users from data by remote system",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/userpool/{userPoolId}/checkmissingcalendarentryconversations": {
      "get": {
        "description": "Count missing calendarEntryParticipition and userConversation entries by userpool_alias</br>from: dynamoDBTables: CalendarEntry, Conversation, CalendarEntryParticipation, UserConversation</br>Permissions: BEUsersRolesAllowed=ADMIN</br>Output: Logger",
        "operationId": "checkMissingCalenderEntryParticipationUserConversations",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MissingCalendarEntryConversations"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "UserPool not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": [
              "admin"
            ]
          }
        ],
        "summary": "Check missing calendarEntryParticiption and userConversation entries",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/userpool/{userPoolId}/checkmissingcalendarentryconversations/calendarentry/{calendarEntryId}": {
      "post": {
        "description": "Count missing calendarEntryParticipition and userConversation entries by userpool_alias and calendarEntryID</br>from: dynamoDB-CalendarEntry, Conversation, CalendarEntryParticipation, UserConversation</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "checkMissingCalenderEntryParticipationUserConversations_1",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "calendarEntryId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/MissingCalendarEntryConversations"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "UserPool not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Check missing calendarEntryPrticiption and userConversation entries",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/userpool/{userPoolId}/createmissingcalendarentryconversations": {
      "post": {
        "description": "Create missing calendarEntryParticipition and userConversation entries by userpool_alias</br>from: dynamoDBTables: CalendarEntry, Conversation, CalendarEntryParticipation, UserConversation</br>Permissions: BEUsersRolesAllowed=ADMIN</br>Output: Logger",
        "operationId": "createMissingCalenderEntryParticipationUserConversations",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CreatedCalendarEntryConversations"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "UserPool not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Create missing calendarEntryPrticiption and userConversation entries",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/userpool/{userPoolId}/createmissingcalendarentryconversations/calendarentry/{calendarEntryId}": {
      "post": {
        "description": "Create missing calendarEntryParticipition and userConversation entries by userpool_alias and calendarEntryID</br>from: dynamoDB-CalendarEntry, Conversation, CalendarEntryParticipation, UserConversation</br>Permissions: BEUsersRolesAllowed=ADMIN</br>Output: Logger",
        "operationId": "createMissingCalenderEntryParticipationUserConversations_1",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "calendarEntryId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CreatedCalendarEntryConversations"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "UserPool not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Create missing calendarEntryPrticiption and userConversation entries",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/userpool/{userPoolId}/deleteuser": {
      "delete": {
        "description": "Remove user from userPool by payload-email and userpool_alias</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "deleteSotUser",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "additionalProperties": {
                  "properties": {
                    "valueType": {
                      "enum": [
                        "ARRAY",
                        "FALSE",
                        "NULL",
                        "NUMBER",
                        "OBJECT",
                        "STRING",
                        "TRUE"
                      ],
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": "the following user for the email 'x.y@example.com' has been deleted: ...",
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Email Parameter missing"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "UserPool not found / No such user"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Remove user from userPool",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/userpool/{userPoolId}/emptydynamodbusertable": {
      "post": {
        "description": "Remove users from dynamoDB User table by userpool'</br>Permissions: BEUsersRolesAllowed=ADMIN</br>Output: Logger",
        "operationId": "deleteAllUserItems",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "UserPool not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Remove users from dynamoDB",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/userpool/{userPoolId}/filldynamodbusertable": {
      "post": {
        "description": "Create user entries in dynamoDB User and UnreadCounter table by userpool'</br>Permissions: BEUsersRolesAllowed=ADMIN</br>Output: Logger",
        "operationId": "createUserItemsFromSotUser",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "UserPool not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Fill users in dynamoDB tables",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/userpool/{userPoolId}/fillunreadcounter/fromsotanddynamo": {
      "post": {
        "description": "Update unread counters in dynamoDB UnreadCounter table by userpool_alias</br>Permissions: BEUsersRolesAllowed=ADMIN</br>Output: Logger",
        "operationId": "updateUnreadCounterAllUsers",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "UserPool not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Update unread counters in dynamoDB",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/userpool/{userPoolId}/fillunreadcounter/fromsotanddynamo/profileId/{profileId}": {
      "post": {
        "description": "Get right unread counters for a single user by userpool_alias and seriesoftopicsuser_alias</br>from: MySQL-seriesoftopicsuserconnection, dynamoDB-CalendarEntryParticipation, UserConversation</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "getUnreadCounterForUser",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": "XYZ has follow unread counter: request=0 contacts=0 schedules=0 conversations=0",
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "UserPool not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Find right unread counters for a single user",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/userpool/{userPoolId}/unreadcounter/fromsotanddynamo/check": {
      "post": {
        "description": "Check unread counters for users within userPool by userpool_alias</br>from: MySQL-seriesoftopicsuserconnection, dynamoDB-CalendarEntryParticipation, UserConversation, UnreadCounter</br>Permissions: BEUsersRolesAllowed=ADMIN</br>Output: Logger",
        "operationId": "checkUnreadCounterAllUsers",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "xyz01": [
                    {
                      "contacts": 0,
                      "conversations": 0,
                      "requests": 0,
                      "schedules": 4
                    },
                    {
                      "contacts": 0,
                      "conversations": 7,
                      "requests": 1,
                      "schedules": 0
                    }
                  ],
                  "xyz02": [
                    {
                      "contacts": 0,
                      "conversations": 0,
                      "requests": 0,
                      "schedules": 5
                    },
                    {
                      "contacts": 0,
                      "conversations": 2,
                      "requests": 0,
                      "schedules": 5
                    }
                  ]
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "UserPool not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Check unread counters for users within userPool",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/admin/userpool/{userPoolId}/user/{userId}/filldynamodbusertable": {
      "post": {
        "description": "Create user entries in dynamoDB User and UnreadCounter table by userpool'</br>Permissions: BEUsersRolesAllowed=ADMIN</br>Output: Logger",
        "operationId": "createOrUpdateUserItemFromUser",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "UserPool not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Fill users in dynamoDB tables",
        "tags": [
          "Admin"
        ]
      }
    },
    "/rest/appdevice/appdevice/{appDeviceId}": {
      "get": {
        "description": "Get appdevice by appdeviceId from database</br>Permissions: AppDeviceAccess, BEUserDenyAll",
        "operationId": "getAppDevice",
        "parameters": [
          {
            "in": "path",
            "name": "appDeviceId",
            "required": true,
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ReducedAppDevice"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Appdevice not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Find appdevice",
        "tags": [
          "AppDevices"
        ]
      }
    },
    "/rest/appdevice/sot/{seriesOfTopicsName}": {
      "post": {
        "description": "Create an appDevice for the topic and user. Updates the JWT</br>Permissions: AppDeviceAccess, BEUserDenyAll",
        "operationId": "createAppDevice",
        "parameters": [
          {
            "in": "path",
            "name": "seriesOfTopicsName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AppDeviceRequest"
              }
            }
          },
          "description": "Create an appDevice"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AppDeviceResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid payload supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "SeriesOfTopics not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_soTopic": []
          }
        ],
        "summary": "🦾 Create an appDevice",
        "tags": [
          "AppDevices"
        ]
      }
    },
    "/rest/appdevice/sot/{seriesOfTopicsName}/appdevice/{appDeviceId}": {
      "get": {
        "description": "Get appdevice by seriesOfTopicName and appdeviceId from database</br>Permissions: AppDeviceAccess, BEUserDenyAll",
        "operationId": "getAppDeviceWithSot",
        "parameters": [
          {
            "in": "path",
            "name": "seriesOfTopicsName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "appDeviceId",
            "required": true,
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ReducedAppDevice"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicName/Appdevice not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Find appdevice",
        "tags": [
          "AppDevices"
        ]
      },
      "put": {
        "description": "Update interests for an user by topic, appdeviceId and payload</br>Permissions: AppDeviceAccess, BEUserDenyAll",
        "operationId": "updateAppDevice",
        "parameters": [
          {
            "in": "path",
            "name": "seriesOfTopicsName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "appDeviceId",
            "required": true,
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/AppDeviceUpdateRequest"
              }
            }
          },
          "description": "Update interests by payload"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AppDeviceResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid appDeviceId or appdevice supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic/Appdevice not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Update interests for an user",
        "tags": [
          "AppDevices"
        ]
      }
    },
    "/rest/appdumpfile/{topicName}": {
      "post": {
        "description": "Gets s topic name and returns generates AppDumpFiles in S3</br>Permissions: Admin, Program Manger User",
        "operationId": "generateAppDumpFiles",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Generates AppDumpFiles in S3 according to a given topic name",
        "tags": [
          "appdumpfile"
        ]
      }
    },
    "/rest/article/topic/{topicName}": {
      "get": {
        "description": "get the list of all articles from a topic (Endpoint used for the ticketing-service from the ECC-Console)",
        "operationId": "listArticles",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListArticlesResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "404": {
            "description": "Topic name not found"
          }
        },
        "summary": "get a list of all articles from a topic ",
        "tags": [
          "Articles"
        ]
      }
    },
    "/rest/casix/topic/{topicName}/profile/{profileId}/token": {
      "get": {
        "operationId": "getToken",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "additionalProperties": {
                    "properties": {
                      "valueType": {
                        "enum": [
                          "ARRAY",
                          "FALSE",
                          "NULL",
                          "NUMBER",
                          "OBJECT",
                          "STRING",
                          "TRUE"
                        ],
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "type": "object"
                }
              }
            },
            "description": "default response"
          }
        }
      }
    },
    "/rest/casix/topic/{topicName}/profile/{profileId}/ungerboeckid": {
      "get": {
        "operationId": "getUngerboeckId",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "additionalProperties": {
                    "properties": {
                      "valueType": {
                        "enum": [
                          "ARRAY",
                          "FALSE",
                          "NULL",
                          "NUMBER",
                          "OBJECT",
                          "STRING",
                          "TRUE"
                        ],
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "type": "object"
                }
              }
            },
            "description": "default response"
          }
        }
      }
    },
    "/rest/category/topic/{topicName}": {
      "get": {
        "description": "Get the list of categories from a topic (Endpoint used for the EC-Console)",
        "operationId": "listCategories",
        "parameters": [
          {
            "description": "Name of the topic to list the categories for.",
            "example": "tectronica",
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "maxLength": 100,
              "minLength": 0,
              "type": "string"
            }
          },
          {
            "description": "If provided only this language (ISO-639-1) version is returned. If not provided all available localizations are returned.",
            "example": "de",
            "in": "query",
            "name": "lang",
            "schema": {
              "maxLength": 2,
              "minLength": 2,
              "type": "string"
            }
          },
          {
            "description": "If provided the categories are ordered by the order keys in the provided language (ISO-639-1) otherwise the natural order is used.",
            "example": "de",
            "in": "query",
            "name": "orderLang",
            "schema": {
              "maxLength": 2,
              "minLength": 2,
              "type": "string"
            }
          },
          {
            "description": "Determines if the counts of all related objects are included in the response. default: true",
            "example": "de",
            "in": "query",
            "name": "includeBindingCounts",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "description": "Only provided types of categories are returned. If not provided all types of categories are returned.",
            "in": "query",
            "name": "types",
            "schema": {
              "items": {
                "description": "Type of category. A category can have multipe types at the same type.",
                "enum": [
                  "CUSTOMENTITY",
                  "EVENT",
                  "EVENTDATE",
                  "INTEREST",
                  "JOBOFFER",
                  "LOOKINGFORANDOFFERING",
                  "MEDIALIBRARY",
                  "NEWS",
                  "ORGANIZATION",
                  "PERSON",
                  "POINTOFINTEREST",
                  "PRODUCT",
                  "SERIESOFTOPICSUSER",
                  "STANDREGISTRATION",
                  "TRADEMARK"
                ],
                "type": "string"
              },
              "type": "array",
              "uniqueItems": true
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ListCategoriesResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "404": {
            "description": "Topic name not found"
          }
        },
        "summary": "Get categories from a topic ",
        "tags": [
          "Category"
        ]
      }
    },
    "/rest/channel/list": {
      "get": {
        "description": "Lists channels for the specified topic or all. Results are paginated. Default pageSize is 25. Default pageNumber is 0.",
        "operationId": "list_4",
        "parameters": [
          {
            "description": "Name of the topic for which you need the channel list. If not provided, all channels will be fetched.",
            "in": "query",
            "name": "topicName",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Number of the page for paginated results. Default value is 0.",
            "in": "query",
            "name": "pageNumber",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "description": "Number of the results which will be included in one page. Default value is 25.",
            "in": "query",
            "name": "pageSize",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiChannelListResult"
                }
              }
            },
            "description": "successful operation"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "List channels",
        "tags": [
          "Channel"
        ]
      }
    },
    "/rest/channel/topicName/{topicName}/channel/{channelId}": {
      "put": {
        "description": "Creates or updates the Event Cloud channel for specified topic and with provided configuration.",
        "operationId": "createOrUpdate",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "channelId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ApiCreateUpdateChannelRequest"
              }
            }
          },
          "description": "Channel configuration"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiCreateUpdateChannelResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Validation exception"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Creates or updates the Event Cloud channel",
        "tags": [
          "Channel"
        ]
      }
    },
    "/rest/channel/topicName/{topicName}/channelId/{channelId}/delete": {
      "delete": {
        "description": "Deletes the EventCloud channel with specified channelId on the concrete topic. This will completely remove channel from the database. It is only possible to remove the channel which is in UNMOUNTED state.",
        "operationId": "delete_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "channelId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "The channel <channelId> has been removed successfully."
          },
          "400": {
            "description": "Validation exception: Channel is not in the UNMOUNTED state or Channel got stuck in state ROLLBACK_FAILED and now it cannot be deleted through the API."
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic or Channel not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Delete the EventCloud Channel",
        "tags": [
          "Channel"
        ]
      }
    },
    "/rest/channel/topicName/{topicName}/channelId/{channelId}/mount": {
      "post": {
        "description": "Mounts the EventCloud channel with the specified channelId on the concrete topic. Creates MediaLive channel with all needed AWS resources.",
        "operationId": "mount",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "channelId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "202": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiMountChannelResponse"
                }
              }
            },
            "description": "Channel mounting in progress"
          },
          "400": {
            "description": "Validation exception"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic or Channel not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Mount the EventCloud Channel",
        "tags": [
          "Channel"
        ]
      }
    },
    "/rest/channel/topicName/{topicName}/channelId/{channelId}/schedule": {
      "post": {
        "description": "Schedule channel by topic, channel_alias and payload-offsetCopyHours</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "scheduleChannel_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "channelId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ApiScheduleChannelRequest"
              }
            }
          },
          "description": "Used to clone all eventdates for selected topic and channel"
        },
        "responses": {
          "200": {
            "content": {
              "*": {
                "schema": {
                  "$ref": "#/components/schemas/ApiScheduleChannelResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Validation exception"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": [
              "admin"
            ]
          }
        ],
        "summary": "Schedule channel",
        "tags": [
          "Channel"
        ]
      }
    },
    "/rest/channel/topicName/{topicName}/channelId/{channelId}/start": {
      "post": {
        "description": "Starts the MediaLive channel connected to the EventCloud channel with specified channelId onthe concrete topic.",
        "operationId": "start",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "channelId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "202": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiStartChannelResponse"
                }
              }
            },
            "description": "Channel starting in progress"
          },
          "400": {
            "description": "Validation exception"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic or Channel not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Start the EventCloud Channel",
        "tags": [
          "Channel"
        ]
      }
    },
    "/rest/channel/topicName/{topicName}/channelId/{channelId}/stop": {
      "post": {
        "description": "Stops the MediaLive channel connected to the EventCloud channel with specified channelId onthe concrete topic.",
        "operationId": "stop",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "channelId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "202": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiStopChannelResponse"
                }
              }
            },
            "description": "Channel stopping in progress"
          },
          "400": {
            "description": "Validation exception"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic or Channel not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Stop the EventCloud Channel",
        "tags": [
          "Channel"
        ]
      }
    },
    "/rest/channel/topicName/{topicName}/channelId/{channelId}/unmount": {
      "post": {
        "description": "Unmounts the EventCloud channel with specified channelId on the concrete topic. Deletes MediaLive Channel and all corresponding AWS resources.",
        "operationId": "unmount",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "channelId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "202": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiUnmountChannelResponse"
                }
              }
            },
            "description": "Channel unmounting in progress"
          },
          "400": {
            "description": "Validation exception"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic or Channel not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Unmount the EventCloud Channel",
        "tags": [
          "Channel"
        ]
      }
    },
    "/rest/collection/topicName/{topicName}/collectionGroup": {
      "get": {
        "description": "Lists collections for the specified topic and by query parameter 'groupId'.\nIf used without a group identifier, you will receive a list of the collections that are not grouped.\nResults are paginated. Default pageSize is 25. Default pageNumber is 0.",
        "operationId": "listCollectionByGroup",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "List collections for specified group.",
            "in": "query",
            "name": "groupId",
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Number of the page for paginated results. Default value is 0.",
            "in": "query",
            "name": "pageNumber",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "description": "Number of the results which will be included in one page. Default value is 25.",
            "in": "query",
            "name": "pageSize",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiECCollectionListResult"
                }
              }
            },
            "description": "successful operation"
          },
          "404": {
            "description": "Topic or CollectionGroup not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "List collections by collectionGroup",
        "tags": [
          "Collection"
        ]
      }
    },
    "/rest/collection/topicName/{topicName}/collectionId/{collectionId}": {
      "get": {
        "description": "Get collection details for the specified topic and collectionId.",
        "operationId": "get_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "collectionId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiECCollection"
                }
              }
            },
            "description": "successful operation"
          },
          "404": {
            "description": "Topic or collection not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Get collection details",
        "tags": [
          "Collection"
        ]
      }
    },
    "/rest/collection/topicName/{topicName}/list": {
      "get": {
        "description": "Lists collections for the specified topic. Results are paginated. Default pageSize is 25. Default pageNumber is 0.",
        "operationId": "list_5",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Number of the page for paginated results. Default value is 0.",
            "in": "query",
            "name": "pageNumber",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "description": "Number of the results which will be included in one page. Default value is 25.",
            "in": "query",
            "name": "pageSize",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiECCollectionListResult"
                }
              }
            },
            "description": "successful operation"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "List collections",
        "tags": [
          "Collection"
        ]
      }
    },
    "/rest/collectionGroup/topicName/{topicName}/collectionGroupId/{collectionGroupId}": {
      "get": {
        "description": "Get collection group details for the specified topic and collectionGroupId.",
        "operationId": "get_2",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "collectionGroupId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiECCollection"
                }
              }
            },
            "description": "successful operation"
          },
          "404": {
            "description": "Topic or CollectionGroup not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Get collection group details",
        "tags": [
          "CollectionGroup"
        ]
      }
    },
    "/rest/collectionGroup/topicName/{topicName}/list": {
      "get": {
        "description": "Lists collections groups for the specified topic. \nNumber of collections can specified by numberCollections. Default and max. Number is 10.\nResults are paginated. Default pageSize is 25. Default pageNumber is 0.",
        "operationId": "list_6",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Number of the page for paginated results. Default value is 0.",
            "in": "query",
            "name": "pageNumber",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "description": "Number of the results which will be included in one page. Default value is 25.",
            "in": "query",
            "name": "pageSize",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "numberCollections",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiECCollectionListResult"
                }
              }
            },
            "description": "successful operation"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "List collections groups",
        "tags": [
          "CollectionGroup"
        ]
      }
    },
    "/rest/confluence/importer/usage/{importerkind}": {
      "get": {
        "description": "Get all importers from database by enum DataImporterKind</br>Permissions: no",
        "operationId": "getImporterKindUsage",
        "parameters": [
          {
            "in": "path",
            "name": "importerkind",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": "- 2019_topic (importerId: 4711)\n- 2020_topic (importerId: 4712)",
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "successful operation"
          },
          "404": {
            "description": "Importerkind not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "List all importers for a importer kind",
        "tags": [
          "Documentations"
        ]
      }
    },
    "/rest/console/reporting/topic/{topicName}/eventdate": {
      "get": {
        "description": "Get infos for all eventdates of a topic on a day",
        "operationId": "getEventInfos",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "date in the format yyyy-mm-dd",
            "in": "query",
            "name": "day",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/ReportingEventDateInfo"
                  },
                  "type": "array",
                  "uniqueItems": true
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid data supplied"
          },
          "401": {
            "description": "Unauthorized Access"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "Cognito Userpool": []
          },
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get infos for all eventdates of a topic on a day",
        "tags": [
          "ECC-Reporting"
        ]
      }
    },
    "/rest/console/reporting/topic/{topicName}/eventdate/visitors": {
      "get": {
        "description": "Get number of visitors and clicks for livestreams",
        "operationId": "getEventStreamClicks",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "date in the format yyyy-mm-dd",
            "in": "query",
            "name": "day",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/StreamWithClickCount"
                  },
                  "type": "array",
                  "uniqueItems": true
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid data supplied"
          },
          "401": {
            "description": "Unauthorized Access"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "Cognito Userpool": []
          }
        ],
        "summary": "Get number of visitors and clicks for livestreams",
        "tags": [
          "ECC-Reporting"
        ]
      }
    },
    "/rest/console/reporting/topic/{topicName}/organization": {
      "get": {
        "description": "Get List of organizations",
        "operationId": "getOrgnaizationList",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/ReportingOrganizationInfo"
                  },
                  "type": "array",
                  "uniqueItems": true
                }
              }
            },
            "description": "successful operation"
          },
          "401": {
            "description": "Unauthorized Access"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic not found"
          }
        },
        "security": [
          {
            "Cognito Userpool": []
          },
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get List of of organizations",
        "tags": [
          "ECC-Reporting"
        ]
      }
    },
    "/rest/console/reporting/topic/{topicName}/organization/toplist": {
      "get": {
        "description": "Get List of visited organizations in a period of time",
        "operationId": "getOrgnaizationTopList",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "date in the format yyyy-mm-dd",
            "in": "query",
            "name": "firstDay",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "date in the format yyyy-mm-dd",
            "in": "query",
            "name": "lastDay",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/OrganizationWithClickCount"
                  },
                  "type": "array",
                  "uniqueItems": true
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid data supplied"
          },
          "401": {
            "description": "Unauthorized Access"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "Cognito Userpool": []
          },
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get List of visited organizations in a period of time",
        "tags": [
          "ECC-Reporting"
        ]
      }
    },
    "/rest/console/reporting/topic/{topicName}/organization/{organization}/optin": {
      "get": {
        "description": "Check the optin-status for a list of users identified by their aliases regarding a given organization. Returns a list of aliases that have opted in.",
        "operationId": "getOptIns",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organization",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "comma-separated list of user-aliases",
            "in": "query",
            "name": "userList",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": [
                  "alias1",
                  "alias2"
                ],
                "schema": {
                  "items": {
                    "type": "String"
                  },
                  "type": "array",
                  "uniqueItems": true
                }
              }
            },
            "description": "successful operation. List of user-aliases, for a which an optIn was found"
          },
          "400": {
            "description": "Invalid data supplied"
          },
          "401": {
            "description": "Unauthorized Access"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic or organization not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "Cognito Userpool": []
          },
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Check the optin-status for a list of users identified by their aliases regarding a given organization",
        "tags": [
          "ECC-Reporting"
        ]
      }
    },
    "/rest/console/reporting/topic/{topicName}/user": {
      "get": {
        "description": "Get infos for a list of users identified by their aliases",
        "operationId": "getUserInfos",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "comma-separated list of user-aliases",
            "in": "query",
            "name": "userList",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/ReportingUserInfo"
                  },
                  "type": "array",
                  "uniqueItems": true
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid data supplied"
          },
          "401": {
            "description": "Unauthorized Access"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic name not found"
          }
        },
        "security": [
          {
            "Cognito Userpool": []
          },
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get infos for a list of users identified by their aliases",
        "tags": [
          "ECC-Reporting"
        ]
      }
    },
    "/rest/eventDates/topic/{topicName}/eventdate/{eventDateId}": {
      "delete": {
        "description": "Delete eventDate by topicName, eventDateId, optional hardRemove and blockReimports flag within database and S3-Bucket</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "deleteEventDate_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "blockReimports",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "hardRemove",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/eventDateId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Delete eventDate",
        "tags": [
          "EventDates"
        ]
      }
    },
    "/rest/eventDates/topic/{topic}/channel/{channel}": {
      "get": {
        "description": "Find current and possible next event date by topic and appdeviceId from database</br>Permissions: AppDeviceAccess, BEUserDenyAll",
        "operationId": "getChannelFirstEventDate",
        "parameters": [
          {
            "in": "path",
            "name": "topic",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "channel",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "timezoneOffset",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "delayTime",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "resolveChannelBaseUrl",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "currentEventDate": {
                    "channel": {
                      "id": "dmexco-studio2",
                      "name": "Studio II",
                      "slidoName": "Studio 2",
                      "url": "https://home.topic.com/ao/streams/topic-studio2/index-a.m3u8"
                    },
                    "date": "2020-09-23",
                    "end": "10:31",
                    "enddatetime": "2020-09-23 10:31",
                    "formattedDate": "Wednesday, 23 September 2020",
                    "formattedDateAndTime": "Wednesday, 23 September 2020  10:13 - 10:31",
                    "id": "78",
                    "initials": "T",
                    "liveStreamingPreviewUrl": "/branding/pic.jpg",
                    "location": "Studio 2",
                    "logoUrl": null,
                    "name": "The future ...",
                    "organizationId": "123",
                    "organizationLogoUrl": null,
                    "persons": [
                      {
                        "firstName": "First",
                        "id": "1234",
                        "lastName": "Name",
                        "logoUrl": "https:// ...",
                        "middleName": null,
                        "organization": "Orga",
                        "personFunctionIdRef": "speaker",
                        "personFunctionName": "Speaker",
                        "personFunctionTargetName": "Speaker",
                        "position": "Tester",
                        "title": null
                      }
                    ],
                    "start": "10:13",
                    "startdatetime": "2020-09-23 10:13",
                    "teaser": "During ...",
                    "text": "During text ...",
                    "title": null,
                    "type": "studio",
                    "videoOnDemandUrl": "/ao/vod/topic/S2_102/S2_102.m3u8"
                  },
                  "nextEventDate": {
                    "channel": {
                      "id": "topic-studio2",
                      "name": "Studio II",
                      "slidoName": "Studio 2",
                      "url": "https://home.topic.com/ao/streams/topic-studio2/index-a.m3u8"
                    },
                    "date": "2020-09-23",
                    "end": "10:50",
                    "enddatetime": "2020-09-23 10:50",
                    "formattedDate": "Wednesday, 23 September 2020",
                    "formattedDateAndTime": "Wednesday, 23 September 2020  10:32 - 10:50",
                    "id": "79",
                    "initials": "F",
                    "liveStreamingPreviewUrl": "/branding/eventplaceholder-bg.jpg",
                    "location": "Studio 2",
                    "logoUrl": null,
                    "name": "Future ...",
                    "persons": [
                      {
                        "firstName": "First",
                        "id": "7a20c40fd71de15159274d595ad27f95",
                        "lastName": "Name",
                        "logoUrl": "https:// ...",
                        "middleName": null,
                        "organization": "Orga",
                        "personFunctionIdRef": "speaker",
                        "personFunctionName": "Speaker",
                        "personFunctionTargetName": "Speaker",
                        "position": "Tester",
                        "title": null
                      }
                    ],
                    "start": "10:32",
                    "startdatetime": "2020-09-23 10:32",
                    "teaser": "Fireside ...",
                    "text": "Fireside text ...",
                    "title": null,
                    "type": "studio",
                    "videoOnDemandUrl": "/ao/vod/topic/S2_103/S2_103.m3u8"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic/Channel not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Find current event date for time after now",
        "tags": [
          "EventDates"
        ]
      }
    },
    "/rest/eventDates/topic/{topic}/event/{eventId}": {
      "get": {
        "description": "Gets the detail information for the given Event in this topic </br>Permissions: AppSeriesOfTopicsUserAccess",
        "operationId": "getEvent_1",
        "parameters": [
          {
            "in": "path",
            "name": "topic",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "timezoneOffset",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "descriptionLong": "string",
                  "descriptionLongDe": "string",
                  "descriptionShort": "string",
                  "descriptionShortDe": "string",
                  "end": "string",
                  "eventDates": {
                    "accessProvider": "string",
                    "breakoutAccess": "string",
                    "categories": {
                      "badgeName": "string",
                      "badgeType": "string",
                      "code": "string",
                      "colorBooth": "string",
                      "colorBorder": "string",
                      "colorFill": "string",
                      "colorText": "string",
                      "iconLargeUrl": "string",
                      "iconMediumUrl": "string",
                      "iconSmallUrl": "string",
                      "id": "alias",
                      "key": "string",
                      "label": "string",
                      "name": "string",
                      "orderkey": "string",
                      "parent": "string"
                    },
                    "channel": {
                      "id": "alias",
                      "name": "string",
                      "slidoName": "string",
                      "url": "string"
                    },
                    "date": "DateTime",
                    "end": "DateTime",
                    "enddatetime": "DateTime",
                    "event": {
                      "descriptionLong": "string",
                      "descriptionLongDe": "string",
                      "descriptionShort": "string",
                      "descriptionShortDe": "string",
                      "end": "DateTime",
                      "id": "alias",
                      "location": "string",
                      "locationDe": "string",
                      "logo": "string",
                      "name": "string",
                      "nameDe": "string",
                      "start": "DateTime"
                    },
                    "formattedDate": "string",
                    "formattedDateAndTime": "DateTime",
                    "id": "alias",
                    "initials": "string",
                    "isPrivate": "boolean",
                    "link": {
                      "id": "alias",
                      "text": "string",
                      "url": "string"
                    },
                    "liveStreamingPreviewUrl": "string",
                    "location": "string",
                    "logoUrl": "string",
                    "name": "string",
                    "organizationConsent": {
                      "consentText": "string",
                      "consentTitle": "string"
                    },
                    "organizationId": "alias",
                    "organizationLogoUrl": "string",
                    "organizationName": "string",
                    "person": {
                      "firstName": "DateTime",
                      "id": "alias",
                      "lastName": "DateTime",
                      "logoUrl": "string",
                      "middleName": "string",
                      "organization": "string",
                      "personFunctionIdRef": "string",
                      "personFunctionName": "string",
                      "personFunctionTargetName": "string",
                      "position": "string",
                      "title": "string",
                      "userId": "string",
                      "userLogoUrl": "string"
                    },
                    "roundTableAccessStatus": "string",
                    "startdatetime": "DateTime",
                    "teaser": "string",
                    "text": "string",
                    "ticketUrls": "string",
                    "title": "string",
                    "type": "string",
                    "typeformUrl": "string",
                    "videoOnDemandUrl": "string"
                  },
                  "id": "alias",
                  "language": "string",
                  "location": "string",
                  "locationDe": "string",
                  "logo": "string",
                  "name": "string",
                  "nameDe": "string",
                  "start": "string",
                  "timezoneOffset": "string",
                  "topic": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic/Event not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Get Information for one Event.",
        "tags": [
          "EventDates"
        ]
      }
    },
    "/rest/eventDates/topic/{topic}/profile/{profileId}/roundtables": {
      "get": {
        "description": "Get roundtables by topic, profileId, timeZoneOffset and lang</br>Permissions: AppSeriesOfTopicsUserAccess",
        "operationId": "getUserRoundTables",
        "parameters": [
          {
            "in": "path",
            "name": "topic",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "timezoneOffset",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": {
                  "eventDates": {
                    "accessProvider": "string",
                    "breakoutAccess": "string",
                    "categories": {
                      "badgeName": "string",
                      "badgeType": "string",
                      "code": "string",
                      "colorBooth": "string",
                      "colorBorder": "string",
                      "colorFill": "string",
                      "colorText": "string",
                      "iconLargeUrl": "string",
                      "iconMediumUrl": "string",
                      "iconSmallUrl": "string",
                      "id": "alias",
                      "key": "string",
                      "label": "string",
                      "name": "string",
                      "orderkey": "string",
                      "parent": "string"
                    },
                    "channel": {
                      "id": "alias",
                      "name": "string",
                      "slidoName": "string",
                      "url": "string"
                    },
                    "date": "DateTime",
                    "end": "DateTime",
                    "enddatetime": "DateTime",
                    "event": {
                      "descriptionLong": "string",
                      "descriptionLongDe": "string",
                      "descriptionShort": "string",
                      "descriptionShortDe": "string",
                      "end": "DateTime",
                      "id": "alias",
                      "location": "string",
                      "locationDe": "string",
                      "logo": "string",
                      "name": "string",
                      "nameDe": "string",
                      "start": "DateTime"
                    },
                    "formattedDate": "string",
                    "formattedDateAndTime": "DateTime",
                    "id": "alias",
                    "initials": "string",
                    "isPrivate": "boolean",
                    "link": {
                      "id": "alias",
                      "text": "string",
                      "url": "string"
                    },
                    "liveStreamingPreviewUrl": "string",
                    "location": "string",
                    "logoUrl": "string",
                    "name": "string",
                    "organizationConsent": {
                      "consentText": "string",
                      "consentTitle": "string"
                    },
                    "organizationId": "alias",
                    "organizationLogoUrl": "string",
                    "organizationName": "string",
                    "person": {
                      "firstName": "DateTime",
                      "id": "alias",
                      "lastName": "DateTime",
                      "logoUrl": "string",
                      "middleName": "string",
                      "organization": "string",
                      "personFunctionIdRef": "string",
                      "personFunctionName": "string",
                      "personFunctionTargetName": "string",
                      "position": "string",
                      "title": "string",
                      "userId": "string",
                      "userLogoUrl": "string"
                    },
                    "roundTableAccessStatus": "string",
                    "startdatetime": "DateTime",
                    "teaser": "string",
                    "text": "string",
                    "ticketUrls": "string",
                    "title": "string",
                    "type": "string",
                    "typeformUrl": "string",
                    "videoOnDemandUrl": "string"
                  }
                },
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic/ProfileId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "List roundtables ",
        "tags": [
          "EventDates"
        ]
      }
    },
    "/rest/eventorganizer": {
      "get": {
        "description": "Get all eventOrganizers (Role: admin) or all eventOrganizers for which the user has access. </br>Permissions: @BEUserPermitAll",
        "operationId": "list_7",
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "bucketName": "string",
                  "name": "string",
                  "website": "string",
                  "websiteDe": "string"
                },
                "schema": {
                  "$ref": "#/components/schemas/ApiEventOrganizer"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "🦾 list all eventOrganizer",
        "tags": [
          "EventOrganizers"
        ]
      }
    },
    "/rest/eventorganizer/{name}": {
      "get": {
        "description": "Get eventOrganizer from database by field 'eventorganizer_name'</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.TECHNICAL)",
        "operationId": "get_3",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "bucketName": "string",
                  "name": "string",
                  "website": "string",
                  "websiteDe": "string"
                },
                "schema": {
                  "$ref": "#/components/schemas/ApiEventOrganizer"
                }
              }
            },
            "description": "successful operation"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Event Organizer not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "🦾 Get eventOrganizer",
        "tags": [
          "EventOrganizers"
        ]
      },
      "put": {
        "description": "create new eventOrganizer by name</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN)",
        "operationId": "put_1",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "bucketName": "string",
                "name": "string",
                "website": "string",
                "websiteDe": "string"
              },
              "schema": {
                "$ref": "#/components/schemas/ApiEventOrganizer"
              }
            }
          },
          "description": "Create eventOrganizer by name"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "bucketName": "string",
                  "name": "string",
                  "website": "string",
                  "websiteDe": "string"
                },
                "schema": {
                  "$ref": "#/components/schemas/ApiEventOrganizer"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "🦾 create new eventOrganizer, if name does not exists.",
        "tags": [
          "EventOrganizers"
        ]
      }
    },
    "/rest/events/topic/{topicName}/event/{eventId}": {
      "delete": {
        "description": "Delete event by topicName, eventId, optional hardRemove and blockReimports flag within database and S3-Bucket</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "deleteEventDate",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "blockReimports",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "hardRemove",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/eventId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Delete event",
        "tags": [
          "Events"
        ]
      }
    },
    "/rest/events/topic/{topic}/event/{eventId}": {
      "get": {
        "description": "Gets the detail information for the given Event and Topic.",
        "operationId": "getEvent",
        "parameters": [
          {
            "in": "path",
            "name": "topic",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "timezoneOffset",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "schema": {
                  "$ref": "#/components/schemas/ApiEvent"
                }
              }
            },
            "description": "successful operation"
          },
          "404": {
            "description": "Topic or Event not found"
          }
        },
        "summary": "Get Information for one Event.",
        "tags": [
          "Events"
        ]
      }
    },
    "/rest/exporter/topic/{topicName}": {
      "post": {
        "description": "Start exporter for a given topic</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN)",
        "operationId": "startImporter",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "status": "complete"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Start exporter",
        "tags": [
          "Exporters"
        ]
      }
    },
    "/rest/feuserdatarequest/feuserdatarequest": {
      "post": {
        "operationId": "createFeUserDataRequest",
        "parameters": [
          {
            "in": "query",
            "name": "eventOrganizer",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "email",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "401": {
            "description": "no permission for this interaction"
          },
          "404": {
            "description": "no event organizer with given id"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Create a new frontend user data request"
      }
    },
    "/rest/feusermanagement/userpool/{userPool}/feuser": {
      "get": {
        "operationId": "listFeUser",
        "parameters": [
          {
            "in": "path",
            "name": "userPool",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "nextToken",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "400": {
            "description": "the provided 'nextToken' is invalid"
          },
          "401": {
            "description": "no permission for this interaction"
          },
          "404": {
            "description": "no userPool with the given id"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Lists frontend users for a specific userpool.",
        "tags": [
          "FeUserManagement"
        ]
      }
    },
    "/rest/feusermanagement/userpool/{userPool}/feuser/{userId}": {
      "delete": {
        "operationId": "deleteFeUser",
        "parameters": [
          {
            "in": "path",
            "name": "userPool",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "mode",
            "schema": {
              "enum": [
                "confirmation_email",
                "direct"
              ],
              "type": "string"
            }
          }
        ],
        "responses": {
          "401": {
            "description": "If the calling backend user has not the permission to access the userpools data."
          },
          "403": {
            "description": "If the user does not belong to the specified userpool."
          },
          "404": {
            "description": "If there is no user present with the given id"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Delete a frontend user by its id or triggers the deletion process.",
        "tags": [
          "FeUserManagement"
        ]
      },
      "get": {
        "operationId": "getFeUser",
        "parameters": [
          {
            "in": "path",
            "name": "userPool",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "401": {
            "description": "If the calling backend user has not the permission to access the userpools data."
          },
          "403": {
            "description": "If the user does not belong to the specified userpool."
          },
          "404": {
            "description": "If there is no user present with the given id"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get a frontend user by its id.",
        "tags": [
          "FeUserManagement"
        ]
      }
    },
    "/rest/feusermanagement/userpool/{userPool}/feuserbyemail": {
      "get": {
        "operationId": "serachFeUserByEmail",
        "parameters": [
          {
            "in": "path",
            "name": "userPool",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "email",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "401": {
            "description": "If the calling backend user has not the permission to access the userpools data."
          },
          "404": {
            "description": "If there is no user present in the userpool with the given email address"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get a frontend user by its email address.",
        "tags": [
          "FeUserManagement"
        ]
      }
    },
    "/rest/feusermedia/userpool/{userPoolId}/feusermedia/{feUserMediaId}": {
      "delete": {
        "description": "Deletes FeUserMedia entity from the db and object from the S3 bucket.",
        "operationId": "deleteFeUserMedia",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "maxLength": 255,
              "minLength": 0,
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "feUserMediaId",
            "required": true,
            "schema": {
              "maxLength": 255,
              "minLength": 0,
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "The FeUserMedia <FeUserMediaId> has been removed successfully."
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Userpool or FeUserMedia not found"
          }
        },
        "security": [
          {
            "beConnectionToken": []
          }
        ],
        "summary": "Deletes FeUserMedia",
        "tags": [
          "FeUserMedia"
        ]
      }
    },
    "/rest/feusermedia/userpool/{userPoolId}/profile/{profileId}": {
      "get": {
        "description": "Lists all FeUserMedia entities for the specified user inside specifies userpool.",
        "operationId": "listFeUserMedia",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "maxLength": 255,
              "minLength": 0,
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "maxLength": 64,
              "minLength": 0,
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiFeUserMediaListResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Userpool or FeUser not found"
          }
        },
        "security": [
          {
            "beConnectionToken": []
          }
        ],
        "summary": "List FeUserMedia",
        "tags": [
          "FeUserMedia"
        ]
      }
    },
    "/rest/feusermedia/userpool/{userPoolId}/profile/{profileId}/presignedurl": {
      "post": {
        "description": "Generates and returns presignedUrl for uploading media to the S3 bucket.",
        "operationId": "getPresignedUrl",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "maxLength": 255,
              "minLength": 0,
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "maxLength": 64,
              "minLength": 0,
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "purpose",
            "schema": {
              "enum": [
                "BACKGROUND",
                "LOGO"
              ],
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "schema": {
                  "type": "URL"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Validation exception"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Userpool or FeUser not found"
          }
        },
        "security": [
          {
            "beConnectionToken": []
          }
        ],
        "summary": "Generates PreSignedURL",
        "tags": [
          "FeUserMedia"
        ]
      }
    },
    "/rest/feuserquestion/topic/{topic}/feuserquestion": {
      "get": {
        "operationId": "listQuestions",
        "parameters": [
          {
            "in": "path",
            "name": "topic",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "includeAnswerOptions",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiFeUserQuestionListResponse"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "FeUserQuestion"
        ]
      },
      "post": {
        "operationId": "createQuestion",
        "parameters": [
          {
            "in": "path",
            "name": "topic",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/ApiCreateFeUserQuestionRequst"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiFeUserQuestion"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "FeUserQuestion"
        ]
      }
    },
    "/rest/feuserquestion/topic/{topic}/feuserquestion/{feuserquestionid}": {
      "delete": {
        "operationId": "deleteQuestion",
        "parameters": [
          {
            "in": "path",
            "name": "topic",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "feuserquestionid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "force",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiFeUserQuestion"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "FeUserQuestion"
        ]
      },
      "get": {
        "operationId": "getQuestion",
        "parameters": [
          {
            "in": "path",
            "name": "topic",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "feuserquestionid",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiFeUserQuestion"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "FeUserQuestion"
        ]
      },
      "put": {
        "operationId": "updateQuestion",
        "parameters": [
          {
            "in": "path",
            "name": "topic",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "feuserquestionid",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/ApiUpdateFeUserQuestionRequst"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiFeUserQuestion"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "FeUserQuestion"
        ]
      }
    },
    "/rest/icons/topic/{topicName}": {
      "get": {
        "description": "Get all icons for a given topic</br>Permissions: none",
        "operationId": "list_8",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "icons": [
                    {
                      "iconElements": [
                        {
                          "id": "arrowClockwise_normal",
                          "motifVariant": "normal",
                          "variants": [
                            {
                              "scope": "globalIcon",
                              "url": "https://..."
                            }
                          ]
                        },
                        {
                          "id": "youtube_filled",
                          "motifVariant": "filled",
                          "variants": [
                            {
                              "scope": "globalIcon",
                              "url": "https://..."
                            }
                          ]
                        }
                      ],
                      "id": "arrowClockwise"
                    },
                    {
                      "iconElements": [
                        {
                          "id": "youtubeBlack_filled",
                          "motifVariant": "filled",
                          "variants": [
                            {
                              "scope": "globalIcon",
                              "url": "https://..."
                            }
                          ]
                        },
                        {
                          "id": "youtubeBlack_normal",
                          "motifVariant": "normal",
                          "variants": [
                            {
                              "scope": "globalIcon",
                              "url": "https://..."
                            }
                          ]
                        }
                      ],
                      "id": "youtubeBlack"
                    }
                  ]
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "405": {
            "description": "No resource method found for POST, return 405 with Allow header"
          }
        },
        "summary": "List icons",
        "tags": [
          "Icons"
        ]
      }
    },
    "/rest/importer": {
      "get": {
        "description": "Get all importer from database</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.TECHNICAL)",
        "operationId": "getImporters",
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "List all importers",
        "tags": [
          "Importers"
        ]
      },
      "post": {
        "description": "Create an importer by importerPayload: @BEUserRolesAllowed(Roles.ADMIN)",
        "operationId": "createImporter",
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "alias": "string",
                "configuration": {},
                "createPdf": false,
                "end": "string",
                "kind": "string",
                "schedulingPattern": "string",
                "start": "string",
                "topic": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Update importer by importerPayload"
        },
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": {
                  "canHaveContentFiles": false,
                  "configuration": null,
                  "end": null,
                  "id": "123",
                  "kind": "string",
                  "kindConfig": "optional",
                  "lastEndTime": null,
                  "lastEnqueueTime": null,
                  "lastLogUrl": null,
                  "lastStartTime": null,
                  "schedulingPattern": null,
                  "start": null,
                  "status": "CREATED",
                  "topic": "string"
                },
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Create an importer",
        "tags": [
          "Importers"
        ]
      }
    },
    "/rest/importer/kind": {
      "get": {
        "description": "List all kind of importers from database</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN)",
        "operationId": "getKinds",
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "List kind of importers",
        "tags": [
          "Importers"
        ]
      }
    },
    "/rest/importer/kind/{kindName}": {
      "get": {
        "description": "Get kind of importer by kindName from database</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN)",
        "operationId": "getKind",
        "parameters": [
          {
            "in": "path",
            "name": "kindName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "kindName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get kind of importer",
        "tags": [
          "Importers"
        ]
      }
    },
    "/rest/importer/topic/{topicName}": {
      "get": {
        "description": "Get all importer by topicName from database</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.TECHNICAL)",
        "operationId": "getTopicImporters",
        "parameters": [
          {
            "description": "The name of the topic to filter the importer list.",
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Filters the list of importers for the given type.",
            "in": "query",
            "name": "type",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get all importer for a topic",
        "tags": [
          "Importers"
        ]
      }
    },
    "/rest/importer/{id}": {
      "get": {
        "description": "Get importer by id (dataimporter_alias) from database</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.TECHNICAL)",
        "operationId": "getImporter",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "id not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get importer by id",
        "tags": [
          "Importers"
        ]
      },
      "post": {
        "description": "Start importer by id (dataimporter_alias) and param 'action':'start'</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.TECHNICAL)",
        "operationId": "startImporter_1",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "action": "start"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "start importer"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "canHaveContentFiles": "string",
                  "configuration": "string",
                  "customerKey": "string",
                  "end": "date",
                  "id": "alias",
                  "kind": "string",
                  "kindConfig": "required",
                  "lastEndTime": "dateTime",
                  "lastEnqueueTime": "dateTime",
                  "lastLogUrl": "string",
                  "lastStartTime": "dateTime",
                  "schedulingPattern": "string",
                  "start": "date",
                  "status": "string",
                  "topic": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "id not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Start importer - todo: example response",
        "tags": [
          "Importers"
        ]
      }
    },
    "/rest/importer/{id}/datadelete/cwtd/{filename}": {
      "delete": {
        "description": "Remove importer files from InputBucket by id (dataimporter_alias) and file name to TopicFolder within InputBuckets</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.TECHNICAL)",
        "operationId": "cwtdDelete",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "filename",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "id/filename not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Remove importer files from InputBucket",
        "tags": [
          "Importers"
        ]
      }
    },
    "/rest/importer/{id}/dataupload": {
      "post": {
        "description": "Upload data for importer by id (dataimporter_alias) and payload (zip content) to TopicFolder of InputBuckets</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.TECHNICAL)",
        "operationId": "upload",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "multipart/form-data": {
              "schema": {
                "type": "zipfile"
              }
            }
          },
          "description": "Content in ZIP format"
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "id not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Upload data for importer by content",
        "tags": [
          "Importers"
        ]
      }
    },
    "/rest/importer/{id}/dataupload/cwtd/{filename}": {
      "put": {
        "description": "Upload data for importer by id (dataimporter_alias),file name and xml content to TopicFolder within InputBuckets</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.TECHNICAL)",
        "operationId": "cwtdUpload",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "filename",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/xml": {
              "schema": {
                "type": "string"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "id/filename not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Upload data for importer by file",
        "tags": [
          "Importers"
        ]
      }
    },
    "/rest/importer/{id}/execution/latest/report": {
      "get": {
        "operationId": "redirectToLatestImportExecutionReport",
        "parameters": [
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {}
            },
            "description": "default response"
          }
        },
        "summary": "redirects to the latest import execution report.",
        "tags": [
          "Importers"
        ]
      }
    },
    "/rest/importer/{importerId}": {
      "delete": {
        "description": "Remove an importer by importerId (dataimporter_alias)</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN)",
        "operationId": "deleteImporter",
        "parameters": [
          {
            "in": "path",
            "name": "importerId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Remove an importer",
        "tags": [
          "Importers"
        ]
      },
      "put": {
        "description": "Update an importer by importerId (dataimporter_alias): @BEUserRolesAllowed(Roles.ADMIN)",
        "operationId": "updateImporter",
        "parameters": [
          {
            "in": "path",
            "name": "importerId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "configuration": {},
                "createPdf": false,
                "end": "string",
                "schedulingPattern": "string",
                "start": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Update importer by importerPayload"
        },
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": {
                  "configuration": {},
                  "createPdf": false,
                  "end": "string",
                  "schedulingPattern": "string",
                  "start": "string"
                },
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Update an importer",
        "tags": [
          "Importers"
        ]
      }
    },
    "/rest/importer/{importerId}/contentfiles": {
      "get": {
        "description": "Get all files for an importer by importerId (dataimporter_alias)</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.CONTENT_MANAGER)",
        "operationId": "getContentFiles",
        "parameters": [
          {
            "in": "path",
            "name": "importerId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "lastModified": "dateTime",
                  "name": "string",
                  "size": "long"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get list of content files for an importer ",
        "tags": [
          "Importers"
        ]
      }
    },
    "/rest/importer/{importerId}/contentfiles/{contentFileName}": {
      "delete": {
        "description": "Remove a content file for an importer by importerId (dataimporter_alias) and contentFileName </br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.CONTENT_MANAGER)",
        "operationId": "deleteContentFile",
        "parameters": [
          {
            "in": "path",
            "name": "importerId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "contentFileName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId/contentFileName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Remove a content file for an importer by file name",
        "tags": [
          "Importers"
        ]
      },
      "get": {
        "description": "Get content file for an importer by importerId (dataimporter_alias) and contentFileName </br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.CONTENT_MANAGER)",
        "operationId": "getContentFile",
        "parameters": [
          {
            "in": "path",
            "name": "importerId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "contentFileName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": "obtain the data of contentfile for importer",
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId/contentFileName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get content file for an importer.",
        "tags": [
          "Importers"
        ]
      },
      "put": {
        "description": "Create a content file for an importer by importerId (dataimporter_alias), contentFileName and multiPartData</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.CONTENT_MANAGER)",
        "operationId": "uploadContentFile",
        "parameters": [
          {
            "in": "path",
            "name": "importerId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "contentFileName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "header",
            "name": "Content-Length",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "requestBody": {
          "content": {
            "multipart/form-data": {
              "schema": {
                "$ref": "#/components/schemas/MultipartFormDataInput"
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": {
                  "lastModified": "dateTime",
                  "name": "string",
                  "size": "long"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId/contentFileName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Upload a content file for an importer by file name - todo: example response",
        "tags": [
          "Importers"
        ]
      }
    },
    "/rest/importer/{importerId}/contentfilesdescription": {
      "get": {
        "description": "Get content file description for an importer by importerId (dataimporter_alias)</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.CONTENT_MANAGER)",
        "operationId": "getContentFilesDescription",
        "parameters": [
          {
            "in": "path",
            "name": "importerId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": {
                  "lastModified": "dateTime",
                  "name": "string",
                  "size": "long"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get content file description for an importer - todo: example response",
        "tags": [
          "Importers"
        ]
      }
    },
    "/rest/importer/{importerId}/importerconfigurationcontent": {
      "get": {
        "description": "Get configuration for an importer by importerId (dataimporter_alias)</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN)",
        "operationId": "getImporterConfigContent",
        "parameters": [
          {
            "in": "path",
            "name": "importerId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": "{  \"schema\": \"ACHTUNG noch keine Validation\",  \"example\": \"{\"mappings\":[{\"id\":\"051\",\"hallplanId\":\"051\",  \"names\":{\"localizedStrings\":[{\"default\":\"... in der default Sprache\",\"de\":\"... in deutsch\",\"fr\":\"... in französich\"}]},  \"shortNames\":{\"localizedStrings\":[{\"default\":\"... in der default Sprache\",\"de\":\"... in deutsch\",\"fr\":\"... in französich\"}]},  \"orderKeys\":{\"localizedStrings\":[{\"default\":\"... in der default Sprache\",\"de\":\"... in deutsch\",\"fr\":\"... in französich\"}]}}]}}",
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get configuration for an importer - todo: example response",
        "tags": [
          "Importers"
        ]
      }
    },
    "/rest/joboffer/{version}/{topicName}/careerlevel/list": {
      "get": {
        "description": "Gets a List of Career-Level in a Topic and returns in JSON Array</br>Permissions: Admin, Content Manger User",
        "operationId": "listCareerLevel",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiCareerLevelListResult"
                }
              }
            },
            "description": "Success"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Gets a List of Career-Level in a Topic",
        "tags": [
          "Joboffer"
        ]
      }
    },
    "/rest/joboffer/{version}/{topicName}/careerlevel/{id}": {
      "get": {
        "description": "Gets the informaton of a Career-Level according to given ID and returns info in JSON format</br>Permissions: Admin, Content Manger User",
        "operationId": "getCareerLevel",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiCareerLevel"
                }
              }
            },
            "description": "Success"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Gets the informaton of a Career-Level according to a given ID",
        "tags": [
          "Joboffer"
        ]
      }
    },
    "/rest/joboffer/{version}/{topicName}/employmenttype/list": {
      "get": {
        "description": "Gets a List of Employment-Types in a Topic and returns in JSON Array</br>Permissions: Admin, Content Manger User",
        "operationId": "listEmploymentType",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiEmploymentTypeListResult"
                }
              }
            },
            "description": "Success"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Gets a List of Employment-Types in a Topic",
        "tags": [
          "Joboffer"
        ]
      }
    },
    "/rest/joboffer/{version}/{topicName}/employmenttype/{id}": {
      "get": {
        "description": "Gets the informaton of a Employment-Type according to given ID and returns info in JSON format</br>Permissions: Admin, Content Manger User",
        "operationId": "getEmploymentType",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiEmploymentType"
                }
              }
            },
            "description": "Success"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Gets the informaton of a Employment-Type according to a given ID",
        "tags": [
          "Joboffer"
        ]
      }
    },
    "/rest/localnotificationtemplate/topic/{topicName}": {
      "get": {
        "description": "gets the list of all local notification templates from a topic filtered by the given language and last update time",
        "operationId": "list_9",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lastUpdateDateTime",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiLocalNotificationTemplatesResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "summary": "gets the list of local notification templates from a topic",
        "tags": [
          "LocalNotifications"
        ]
      }
    },
    "/rest/localnotificationtemplate/topic/{topicName}/statistics/csv": {
      "get": {
        "description": "returns statistics about local notification template usage in CSV format.",
        "operationId": "downloadCsvStatistics",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic or template not found"
          }
        },
        "summary": "returns statistics about local notification template usage in CSV format.",
        "tags": [
          "LocalNotifications"
        ]
      }
    },
    "/rest/localnotificationtemplate/topic/{topicName}/template/{templateId}/conversion": {
      "post": {
        "description": "increases the conversion count of a local notification template",
        "operationId": "increaseConversionCount",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "templateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "premium",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic or template not found"
          }
        },
        "summary": "increases the conversion count of a local notification template",
        "tags": [
          "LocalNotifications"
        ]
      }
    },
    "/rest/localnotificationtemplate/topic/{topicName}/template/{templateId}/instance": {
      "post": {
        "description": "adds the usage of a local notification template by a user",
        "operationId": "createInstance",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "templateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ApiLocalNotificationTemplateCreateInstanceRequest"
              }
            }
          },
          "description": "Either userId or appDeviceId must be set. If both are set userId is preferred.",
          "required": true
        },
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic, template, user or app device not found"
          }
        },
        "summary": "adds the usage of a local notification template by a user",
        "tags": [
          "LocalNotifications"
        ]
      }
    },
    "/rest/localnotificationtemplate/topic/{topicName}/template/{templateId}/usage": {
      "post": {
        "operationId": "postUsage",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "templateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/ApiLocalNotificationTemplateCreateInstanceRequest"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "application/json": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "LocalNotifications"
        ]
      }
    },
    "/rest/medialibrary/topic/{topicName}/medialibrary/{mediaLibraryId}/similar": {
      "get": {
        "description": "Lists 20 media library items for the specified topic which are similar to the provided item.",
        "operationId": "getSimilarItems",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "mediaLibraryId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/ApiMediaLibrary"
                  },
                  "type": "array"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic or media library not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "List similar items",
        "tags": [
          "MediaLibrary"
        ]
      }
    },
    "/rest/meeting/topic/{topicName}/channel/{channelId}": {
      "get": {
        "description": "Get channel by topicName, channelId and timeZoneOffset</br>Permissions: AppSeriesOfTopicsUserAccess",
        "operationId": "getChannelInfo",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "channelId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "timezoneOffset",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "channelId": "string",
                  "isLive": false,
                  "isLocked": false,
                  "name": "string",
                  "redundantUrl": "https://...",
                  "thumbnailUrl": "https://...",
                  "url": "https://..."
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName/channelId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Get channel info within topic",
        "tags": [
          "Meetings"
        ]
      }
    },
    "/rest/meeting/topic/{topicName}/channel/{channelId}/lock": {
      "put": {
        "description": "Lock channel by topicName, channelId, timeZoneOffset and requestData</br>Permissions: AppSeriesOfTopicsUserAccess, BEUserDenyAll",
        "operationId": "lockChannel",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "channelId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "timezoneOffset",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "authorizedUsers": [
                  "string"
                ]
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Update channel by requestData"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "channelId": "string",
                  "isLive": false,
                  "isLocked": true,
                  "name": "string",
                  "redundantUrl": "https://...",
                  "thumbnailUrl": "https://...",
                  "url": "https://..."
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "401": {
            "content": {
              "application/json": {
                "example": {
                  "errorCode": "notOperator",
                  "errorMessage": "user is not the channel operator"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName/channelId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Lock channel within topic",
        "tags": [
          "Meetings"
        ]
      }
    },
    "/rest/meeting/topic/{topicName}/channel/{channelId}/restartrecorder": {
      "post": {
        "description": "Restart recorder by topicName and channelId</br>Permissions: AppSeriesOfTopicsUserAccess, BEUserDenyAll",
        "operationId": "restartRecorder",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "channelId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "success": true
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "401": {
            "content": {
              "application/json": {
                "example": {
                  "errorCode": "notOperator",
                  "errorMessage": "user is not the channel operator"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName/channelId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Restart recorder for a channel within topic",
        "tags": [
          "Meetings"
        ]
      }
    },
    "/rest/meeting/topic/{topicName}/channel/{channelId}/start": {
      "put": {
        "description": "Start channel by topicName, channelId and timeZoneOffset</br>Permissions: AppSeriesOfTopicsUserAccess, BEUserDenyAll",
        "operationId": "startLiveChannel",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "channelId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "timezoneOffset",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "channelId": "string",
                  "isLive": "true",
                  "isLocked": "false",
                  "name": "string",
                  "redundantUrl": "https://...",
                  "thumbnailUrl": "https://...",
                  "url": "https://..."
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "401": {
            "content": {
              "application/json": {
                "example": {
                  "errorCode": "notOperator",
                  "errorMessage": "user is not the channel operator"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName/channelId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Start channel within topic",
        "tags": [
          "Meetings"
        ]
      }
    },
    "/rest/meeting/topic/{topicName}/channel/{channelId}/stop": {
      "put": {
        "description": "Stop channel by topicName, channelId, timeZoneOffset and requestData (reason: 'error' or 'default')</br>Permissions: AppSeriesOfTopicsUserAccess, BEUserDenyAll",
        "operationId": "stopLiveChannel",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "channelId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "timezoneOffset",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "reason": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Update channel by requestData"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "channelId": "string",
                  "isLive": false,
                  "isLocked": false,
                  "name": "string",
                  "redundantUrl": "https://...",
                  "thumbnailUrl": "https://...",
                  "url": "https://..."
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "401": {
            "content": {
              "application/json": {
                "example": {
                  "errorCode": "notOperator",
                  "errorMessage": "user is not the channel operator"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName/channelId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Stop channel within topic",
        "tags": [
          "Meetings"
        ]
      }
    },
    "/rest/meeting/topic/{topicName}/channel/{channelId}/unlock": {
      "put": {
        "description": "Unlock channel by topicName, channelId and timeZoneOffset</br>Permissions: AppSeriesOfTopicsUserAccess, BEUserDenyAll",
        "operationId": "unlockChannel",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "channelId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "timezoneOffset",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "channelId": "string",
                  "isLive": false,
                  "isLocked": false,
                  "name": "string",
                  "redundantUrl": "https://...",
                  "thumbnailUrl": "https://...",
                  "url": "https://..."
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "401": {
            "content": {
              "application/json": {
                "example": {
                  "errorCode": "notOperator",
                  "errorMessage": "user is not the channel operator"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName/channelId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Unlock channel within topic",
        "tags": [
          "Meetings"
        ]
      }
    },
    "/rest/meeting/topic/{topicName}/channels": {
      "get": {
        "description": "Get channels by topicName and timeZoneOffset</br>Permissions: AppSeriesOfTopicsUserAccess, BEUserDenyAll",
        "operationId": "getChannels",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "timezoneOffset",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "delayTime",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "channels": [
                    {
                      "channelId": "string",
                      "isLive": false,
                      "isLocked": false,
                      "name": "string",
                      "redundantUrl": "https://...",
                      "thumbnailUrl": "https://...",
                      "url": "https://..."
                    }
                  ]
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "List channels within topic",
        "tags": [
          "Meetings"
        ]
      }
    },
    "/rest/meeting/topic/{topicName}/meeting/{externalMeetingId}": {
      "get": {
        "description": "\"Get infos for attendees by topicName and externalMeetingId</br>Permissions: AppSeriesOfTopicsUserAccess, BEUserRolesAllowed(Roles.RECORDER)",
        "operationId": "listAttendees",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "externalMeetingId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": [
                  {
                    "attendee": {
                      "avatarUrl": "https://...",
                      "company": "string",
                      "connectionStatus": "string",
                      "id": "string",
                      "name": false,
                      "position": "string",
                      "positionDe": "string",
                      "role": "string",
                      "userType": "string"
                    }
                  }
                ],
                "schema": {
                  "items": {
                    "type": "object"
                  },
                  "type": "array"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName/externalMeetingId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Get infos for attendees",
        "tags": [
          "Meetings"
        ]
      }
    },
    "/rest/meeting/topic/{topicName}/meeting/{externalMeetingId}/attendee/{externalUserId}": {
      "delete": {
        "description": "\"Delete attendee by topicName, externalMeetingId, action and reason</br>Permissions: AppSeriesOfTopicsUserAccess, BEUserRolesAllowed(Roles.RECORDER)",
        "operationId": "removeAttendee",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "externalMeetingId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "externalUserId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "action",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "reason",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "attendee": {
                    "avatarUrl": "https://...",
                    "company": "string",
                    "connectionStatus": "string",
                    "id": "string",
                    "name": false,
                    "position": "string",
                    "role": "string",
                    "userType": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName/externalMeetingId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Attendee leaves room or kick/ban attendee",
        "tags": [
          "Meetings"
        ]
      },
      "get": {
        "description": "Get an attendee for a meetin by topicName, externalMeetingId and externalUserId</br>Permissions: AppSeriesOfTopicsUserAccess, BEUserRolesAllowed(Roles.RECORDER)",
        "operationId": "getAttendee",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "externalMeetingId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "externalUserId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "attendee": {
                    "avatarUrl": "https://...",
                    "company": "string",
                    "connectionStatus": "string",
                    "id": "string",
                    "name": "string",
                    "position": "string",
                    "positionDe": "string",
                    "role": "string",
                    "userType": "string"
                  }
                },
                "schema": {
                  "items": {
                    "type": "object"
                  },
                  "type": "array"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName/externalMeetingId/externalUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Get attendee infos for a meeting",
        "tags": [
          "Meetings"
        ]
      },
      "put": {
        "description": "Create or join an attendee to a meetin by topicName, externalMeetingId, externalUserId and autoLeave</br>Permissions: AppSeriesOfTopicsUserAccess, BEUserRolesAllowed(Roles.RECORDER)",
        "operationId": "createOrJoin",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "externalMeetingId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "externalUserId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "autoLeave",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "attendee": {
                    "avatarUrl": "https://...",
                    "company": "string",
                    "connectionStatus": "string",
                    "id": "string",
                    "name": "string",
                    "position": "string",
                    "positionDe": "string",
                    "role": "string",
                    "userType": "string"
                  },
                  "chime": {
                    "Attendee": {
                      "AttendeeId": "string",
                      "ExternalUserId": "string",
                      "JoinToken": "string"
                    },
                    "Meeting": {
                      "ExternalMeetingId": "string",
                      "MediaPlacement": {
                        "AudioFallbackUrl": "https://...",
                        "AudioHostUrl": "https://...",
                        "ScreenDataUrl": "https://...",
                        "ScreenSharingUrl": "https://...",
                        "ScreenViewingUrl": "https://...",
                        "SignalingUrl": "https://...",
                        "TurnControlUrl": "https://..."
                      },
                      "MediaRegion": "string",
                      "MeetingId": "string"
                    }
                  },
                  "meeting": {
                    "id": "string",
                    "maxAttendees": 10,
                    "maxDurationSeconds": 1,
                    "meetingKind": "string",
                    "remainingDurationMillis": 1,
                    "timeLimitChanged": 1
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName/externalMeetingId/externalUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Create or join an attendee to a meeting",
        "tags": [
          "Meetings"
        ]
      }
    },
    "/rest/meeting/topic/{topicName}/meeting/{externalMeetingId}/checkForTimerUpdate": {
      "get": {
        "operationId": "checkForTimerUpdate",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "externalMeetingId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "additionalProperties": {
                    "properties": {
                      "valueType": {
                        "enum": [
                          "ARRAY",
                          "FALSE",
                          "NULL",
                          "NUMBER",
                          "OBJECT",
                          "STRING",
                          "TRUE"
                        ],
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "type": "object"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "Meetings"
        ]
      }
    },
    "/rest/mikatiming/updates": {
      "post": {
        "description": "Update mika:timing by updatePackage; notify API users whenever a participant passes a check point (split)</br>http://portal.mikatiming.de/ah/docs/appapi-manual/push_notifications.html</br>Permissions: no</br>Output: Logger",
        "operationId": "consumeEvent",
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "updates": [
                  {
                    "firstname": "string",
                    "idParticipant": "string",
                    "lastname": "string",
                    "split": "string",
                    "startNo": "string",
                    "time": "string"
                  }
                ]
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Create eventOrganizer by name"
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "Update mika:timing",
        "tags": [
          "MikaTimings"
        ]
      }
    },
    "/rest/mixie/userpool/{userPool}/token": {
      "post": {
        "description": "Generates a Mixie token to use as authorization token for mixie requests made directly by the client.",
        "operationId": "requestMixieVisitorToken",
        "parameters": [
          {
            "in": "path",
            "name": "userPool",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {}
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "UserPool not found"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Generate Mixie token to authorize Mixie requests.",
        "tags": [
          "Mixie"
        ]
      }
    },
    "/rest/news/list/{topicName}": {
      "get": {
        "description": "gets the list of news </br>Permissions: no Permission",
        "operationId": "listNews",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "items": {
                    "date": "dateTime",
                    "id": "alias",
                    "imageurl": "string",
                    "links": {
                      "link_text": "string",
                      "link_url": "string"
                    },
                    "subtitle": "string",
                    "text": "string",
                    "title": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid topiName supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the list of news",
        "tags": [
          "News"
        ]
      }
    },
    "/rest/news/topic/{topicName}/news/{newsId}": {
      "delete": {
        "description": "Delete news by topicName, newsId, optional hardRemove and blockReimports flag within database and S3-Bucket</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "deleteNews",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "newsId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "blockReimports",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "hardRemove",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/newsId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Delete news",
        "tags": [
          "News"
        ]
      }
    },
    "/rest/ogbranding/schema/{version}": {
      "get": {
        "description": "Download branding by schema version</br>Permissions: no",
        "operationId": "getConfigSchema",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": "Link \"Download File\"",
                "schema": {
                  "type": "text"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "version not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "Download branding",
        "tags": [
          "OgBrandings"
        ]
      }
    },
    "/rest/ogbranding/topic/{topicName}": {
      "delete": {
        "description": "Deletes branding files by topicName</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.ONLINEGUIDE_BRANDINGEDITOR)",
        "operationId": "deleteBranding",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": "No test input values!",
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Deletes branding files",
        "tags": [
          "OgBrandings"
        ]
      },
      "get": {
        "description": "Get branding informations by topicName</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.ONLINEGUIDE_BRANDINGEDITOR)",
        "operationId": "getBranding",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "buildInfo": {
                    "buildDate": "14.06.2019 08:34",
                    "buildNo": "77",
                    "version": "4.0.0"
                  },
                  "data": {}
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get branding informations",
        "tags": [
          "OgBrandings"
        ]
      },
      "post": {
        "description": "Create, migrate or repair branding by topicName (This endpoint can be used to create a new branding or migrate a previously existing compatible one to another core version migrated. In addition, this endpoint can be used to repair a configuration that is still well-formed but no longer valid.) </br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.ONLINEGUIDE_BRANDINGEDITOR)",
        "operationId": "createOrMigrateBranding",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": "No test input values!",
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Create, migrate or repair branding - todo: example response",
        "tags": [
          "OgBrandings"
        ]
      },
      "put": {
        "description": "Update branding by topicName</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.ONLINEGUIDE_BRANDINGEDITOR)",
        "operationId": "putBranding",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": {
                  "diffs": {
                    "addedProperties": "string",
                    "removedProperties": "string",
                    "valueChanges": "string"
                  },
                  "newHistoryEntry": {
                    "date": "dateTime",
                    "diffs": {
                      "addedProperties": "string",
                      "removedProperties": "string",
                      "valueChanges": "string"
                    },
                    "id": "string",
                    "product": "string",
                    "topicId": "string",
                    "userId": "string",
                    "version": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Update branding - todo: example response",
        "tags": [
          "OgBrandings"
        ]
      }
    },
    "/rest/ogbranding/topic/{topicName}/embeddingurls": {
      "get": {
        "description": "Get embedded URLs of branding by topicName</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.ONLINEGUIDE_BRANDINGEDITOR)",
        "operationId": "listEmbeddedUrls",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "embeddingUrls": {
                    "hostname": "string",
                    "lastActive": "string",
                    "path": "string",
                    "querystring": "string",
                    "supportsHttps": "string",
                    "url": "string"
                  },
                  "topic": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get embedded URLs of branding",
        "tags": [
          "OgBrandings"
        ]
      }
    },
    "/rest/ogbranding/topic/{topicName}/history/{page}": {
      "get": {
        "description": "Get branding history entries by topicName and page</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.ONLINEGUIDE_BRANDINGEDITOR)",
        "operationId": "showHistory",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "page",
            "required": true,
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "hasNext": false,
                  "historyEntries": [
                    {
                      "date": "string",
                      "diffs": "string",
                      "id": "string",
                      "user": "string",
                      "version": "string"
                    }
                  ]
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName/page not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get branding history entries",
        "tags": [
          "OgBrandings"
        ]
      }
    },
    "/rest/ogbranding/topic/{topicName}/validationreport": {
      "get": {
        "description": "Get validation result by topicName</br>Permissions: no",
        "operationId": "verifyConfig",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": "valid",
                "schema": {
                  "type": "text"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Version/Branding file/Schema file doesn't exist!"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "Get validation result of branding schema",
        "tags": [
          "OgBrandings"
        ]
      }
    },
    "/rest/ogbranding/versions": {
      "get": {
        "description": "Get all versions</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN, Roles.ONLINEGUIDE_BRANDINGEDITOR)",
        "operationId": "getVersions",
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": [
                  {
                    "date": "string",
                    "version": "string"
                  }
                ],
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get all versions",
        "tags": [
          "OgBrandings"
        ]
      }
    },
    "/rest/organization/topic/{topicName}/organization": {
      "get": {
        "description": "Get organizations by topicName,BEUsersRolesAllowed=EMAIL_MARKETING",
        "operationId": "getOrganizations",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "{ \"organizations\" : {\n     \"id\" : string,\n     \"name\" : string,\n     \"city\" : string,\n     \"address1\" : string,\n     \"address2\" : string,\n     \"address3\" : string,\n     \"phone\" : string,\n     \"email\" : string,\n     \"website\" : string,\n     \"hasLogo\" : string,\n     \"numberOfProducts\" : string,\n     \"numberOfTrademarks\" : string,\n     \"numberOfAttachments\" : string,\n     \"selfserviceLinkGerman\" : string,\n     \"selfserviceLinkEnglish\" : string,\n     \"localized\" : {         \"default\" : {               \"region\" : string,\n               \"country\" : string          },\n        \"de\" : {               \"region\" : string,\n               \"country\" : string         }\n      }\n  }\n}",
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "401": {
            "description": "Unauthorized topic access"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get organizations",
        "tags": [
          "Organizations"
        ]
      }
    },
    "/rest/organization/topic/{topicName}/organization/{id}": {
      "get": {
        "description": "Get organization by topicName and id,BEUsersRolesAllowed=EMAIL_MARKETING",
        "operationId": "getOrganization",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "{    \"id\" : string,\n     \"name\" : string,\n     \"city\" : string,\n     \"address1\" : string,\n     \"address2\" : string,\n     \"address3\" : string,\n     \"phone\" : string,\n     \"email\" : string,\n     \"website\" : string,\n     \"hasLogo\" : string,\n     \"numberOfProducts\" : string,\n     \"numberOfTrademarks\" : string,\n     \"numberOfAttachments\" : string,\n     \"selfserviceLinkGerman\" : string,\n     \"selfserviceLinkEnglish\" : string,\n     \"localized\" : {         \"default\" : {               \"region\" : string,\n               \"country\" : string          },\n         \"de\" : {               \"region\" : string,\n               \"country\" : string         }\n      }\n  }\n}",
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "401": {
            "description": "Unauthorized topic access"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get organization",
        "tags": [
          "Organizations"
        ]
      }
    },
    "/rest/organization/topic/{topicName}/organization/{id}/contentmanager": {
      "get": {
        "description": "Get content manager links for a organization by topicName and organization alias",
        "operationId": "getContentMangerLink",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiContentManagerLinks"
                }
              }
            },
            "description": "Success"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName not found"
          },
          "417": {
            "description": "Incomplete topic setup"
          }
        },
        "summary": "Get content manager links for a organization",
        "tags": [
          "Organizations"
        ]
      }
    },
    "/rest/organization/topic/{topicName}/organization/{organizationId}": {
      "delete": {
        "description": "Delete organization by topicName, organizationId, optional hardRemove and blockReimports flag within database and S3-Bucket</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "deleteOrganization",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "blockReimports",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "hardRemove",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/organizationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Remove organization",
        "tags": [
          "Organizations"
        ]
      }
    },
    "/rest/person/topic/{topicName}/person": {
      "get": {
        "description": "Get persons by topicName or person by email,BEUsersRolesAllowed=EMAIL_MARKETING",
        "operationId": "getPersons",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "email",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "401": {
            "description": "Unauthorized topic access"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get person(s)",
        "tags": [
          "Persons"
        ]
      }
    },
    "/rest/person/topic/{topicName}/person/{id}": {
      "get": {
        "description": "Get person by topicName and id,BEUsersRolesAllowed=EMAIL_MARKETING",
        "operationId": "getPerson",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "{    \"id\" : string,\n     \"firstName\" : string,\n     \"middleName\" : string,\n     \"lastName\" : string,\n     \"company\" : string,\n     \"email\" : string,\n     \"phone\" : string,\n     \"web\" : string,\n     \"source\" : string,\n     \"localized\" : {         \"default\" : {               \"salutation\" : string,\n          },\n        \"de\" : {               \"salutation\" : string,\n         }\n      }\n }",
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "401": {
            "description": "Unauthorized topic access"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get person",
        "tags": [
          "Persons"
        ]
      }
    },
    "/rest/person/topic/{topicName}/person/{personId}": {
      "delete": {
        "description": "Delete person by topicName, personId, optional hardRemove and blockReimports flag within database and S3-Bucket</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "deletePerson",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "personId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "blockReimports",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "hardRemove",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/personId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Delete person",
        "tags": [
          "Persons"
        ]
      }
    },
    "/rest/personfunction/topic/{topicName}": {
      "get": {
        "description": "list all person functions which are in the provided topic.",
        "operationId": "listPersonFunctions",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "list all person functions",
        "tags": [
          "PersonFunctions"
        ]
      },
      "post": {
        "operationId": "createPersonFunction",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "id": "alias",
                "name": "string",
                "nameDe": "string",
                "targetName": "string",
                "targetNameDe": "string"
              }
            }
          },
          "description": "reason of request"
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic or personFunction not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "creates a new person function",
        "tags": [
          "PersonFunctions"
        ]
      }
    },
    "/rest/personfunction/topic/{topicName}/personfunction/{personFunctionId}": {
      "delete": {
        "operationId": "deletePersonFunction",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "personFunctionId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "force",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic or personFunction not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "delete a person function",
        "tags": [
          "PersonFunctions"
        ]
      },
      "get": {
        "operationId": "getPersonFunction",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "personFunctionId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic or personFunction not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "get a person function",
        "tags": [
          "PersonFunctions"
        ]
      }
    },
    "/rest/printcatalog/ad/topic/{topicName}": {
      "get": {
        "description": "Gets the ad files of all organizations in a topic and returns in zip format</br>Permissions: Admin, Technical User",
        "operationId": "getOrganizationsadFiles",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/octet-stream": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic/Organization not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Gets the ad files of all organizations in a topic",
        "tags": [
          "PrintCatalog"
        ]
      }
    },
    "/rest/printcatalog/logo/topic/{topicName}": {
      "get": {
        "description": "Gets the logo images of all organizations in a topic and returns in zip format</br>Permissions: Admin, Technical User",
        "operationId": "getOrganizationsLogoImages",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/octet-stream": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic/Organization not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Gets the logo images of all organizations in a topic",
        "tags": [
          "PrintCatalog"
        ]
      }
    },
    "/rest/printcatalog/xml/topic/{topicName}": {
      "get": {
        "description": "Gets the CategoryDirectory.xml, ExhibitorDirectory.xml, HallDirectory.xml, ShortListDirectory.xml files of  organizations in a topic and according to given CategoryId and returns in zip format</br>Permissions: Admin, Technical User",
        "operationId": "getOrganizationsData",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "categoryId",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/octet-stream": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic/Organization not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Gets the xml files of organizations in a topic",
        "tags": [
          "PrintCatalog"
        ]
      }
    },
    "/rest/printcatalog/xmla/topic/{topicName}": {
      "get": {
        "operationId": "getOrganizationsDataAsync",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "categoryId",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "PrintCatalog"
        ]
      }
    },
    "/rest/privacypolicy/topic/{topicName}/sotuserid/{sotUserId}/answer": {
      "get": {
        "description": "Get user answer by topicName and sotUserId from database</br>Permissions: AppSeriesOfTopicsUserAccess",
        "operationId": "getUserAnswer",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "sotUserId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "organizationId",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "eventdateId",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": [
                  {
                    "accepted": "string",
                    "answerText": "string",
                    "creationDateTime": "string",
                    "questionId": "string",
                    "questionText": "string",
                    "sotUserId": "string"
                  }
                ],
                "schema": {
                  "items": {
                    "type": "object"
                  },
                  "type": "array"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Get user answer information",
        "tags": [
          "PrivacyPolicies"
        ]
      }
    },
    "/rest/privacypolicy/topic/{topicName}/sotuserid/{sotUserId}/privacy": {
      "post": {
        "description": "Update user answer by topicName and sotUserId</br>Permissions: AppSeriesOfTopicsUserAccess",
        "operationId": "addPrivacyAnswer",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "sotUserId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "answerText": "string",
                "questionId": "string",
                "questionText": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Update user answer by payload"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "accepted": "string",
                  "answerText": "string",
                  "creationDateTime": "string",
                  "questionId": "string",
                  "questionText": "string",
                  "sotUserId": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Update user answer",
        "tags": [
          "PrivacyPolicies"
        ]
      }
    },
    "/rest/product/topic/{topicName}/product/{productId}": {
      "delete": {
        "description": "Delete product by topicName, productId, optional hardRemove and blockReimports flag within database and S3-Bucket</br>Permissions: BEUsersRolesAllowed=ADMIN",
        "operationId": "deleteProduct",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "productId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "blockReimports",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "hardRemove",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/productId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Delete product",
        "tags": [
          "Products"
        ]
      }
    },
    "/rest/programplanner/{version}/{topicName}/event": {
      "post": {
        "description": "It creates a new Event or modifies an existing one based on the provided JSON input and returns it in JSON format.</br>Permissions: Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "saveEvent",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "backgroundImageEventGuideFileId": "0a2ab1f7-7c84-44e1-a30f-3ecbe34ecc42-0fa419e5-9fef-4db6-a218-810379e5c964",
                "backgroundImageMobileFileId": "096a15c3-978c-43e6-a09f-414b53102e2a-83468302-ed1d-4acf-9c32-51e1a3be062",
                "backgroundImageWidgetFileId": "0c23d357-c679-4530-9770-c42637f84f87-0acc5065-aa42-44c6-86d2-736c4baae8b7",
                "enddatetime": "2021-07-27T13:00+02:00[Europe/Berlin]",
                "id": "congress",
                "location": "BACK Stage, Hall B6.1",
                "locationDe": "BACK Stage, Halle B6.1",
                "logoFileId": "053d98d9-63ff-4f57-a4a6-058224e7039b-c77d03b4-41d3-4125-8267-5ce2efe71a41",
                "logoFileIdDe": "06b4d391-aaee-449c-ab92-55a1f730981e-53f45d19-64fc-444d-8958-4d684d602fc2",
                "name": "Food Congress",
                "nameDe": "Lebensmittel-Kongress",
                "startdatetime": "2021-07-27T12:00+02:00[Europe/Berlin]"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "New or existing Event Object"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "backgroundImageEventGuideUrl": "https://abcdef-004.png",
                  "backgroundImageMobileUrl": "https://abcdef-003.png",
                  "backgroundImageWidgetUrl": "https://abcdef-005.png",
                  "categories": [
                    {
                      "id": "catId1"
                    }
                  ],
                  "description": "Join us to this event!",
                  "descriptionDe": "Schließen Sie sich uns bei dieser Veranstaltung an!",
                  "enddatetime": "2021-07-27T13:00+02:00[Europe/Berlin]",
                  "eventdates": [
                    {
                      "id": "ed_001",
                      "name": "The ABC of chocolate",
                      "nameDe": "Schokoladen-ABC"
                    }
                  ],
                  "id": "congress",
                  "links": [
                    {
                      "id": "33457_link1",
                      "text": "Further information about the actor",
                      "textDe": "Weitere Infos zum Akteur",
                      "url": "https://abcdef-010",
                      "urlDe": "https://abcdef-009De"
                    }
                  ],
                  "location": "BACK Stage, Hall B6.1",
                  "locationDe": "BACK Stage, Halle B6.1",
                  "logoUrl": "https://abcdef-001.png",
                  "logoUrlDe": "https://abcdef-002.png",
                  "name": "Food Congress",
                  "nameDe": "Lebensmittel-Kongress",
                  "persons": [
                    {
                      "company": "Corussoft GmbH",
                      "description": "Justin Liu has been the Director for a while.",
                      "descriptionDe": "Justin Liu ist schon eine Weile lang der Direktor.",
                      "email": "info@liu-website.com",
                      "fax": "+49 89 610 656 36",
                      "firstName": "Justin",
                      "function": "speaker",
                      "id": "P_3455849",
                      "initials": "JL",
                      "lastName": "Liu",
                      "logoUrl": "https://abcdef-009.png",
                      "phone": "+49 89 610 656 35",
                      "position": "Director",
                      "positionDe": "Direktor",
                      "salutation": "Mr",
                      "sortKey": "Liu",
                      "teaser": "Justin Liu: the Director!",
                      "teaserDe": "Justin Liu: der Direktor!",
                      "title": "Dr.",
                      "totl": 3,
                      "web": "http://www.liu-website.com"
                    }
                  ],
                  "sortname": "congress",
                  "startdatetime": "2021-07-27T12:00+02:00[Europe/Berlin]",
                  "teaser": "Join us!",
                  "teaserDe": "Schließen Sie sich uns an!"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Created or updated Event Object"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Save or Update an Event based on the provided input",
        "tags": [
          "Programplanner"
        ]
      }
    },
    "/rest/programplanner/{version}/{topicName}/event/list": {
      "get": {
        "description": "It retrieves a list of Events in a topic and returns them in JSON format.</br>Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "listEvent",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "name",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "location",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "description",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "teaser",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "sortProperty",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "sortDir",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "count": 12,
                  "events": [
                    {
                      "backgroundImageEventGuideUrl": "https://abcdef-004.png",
                      "backgroundImageMobileUrl": "https://abcdef-003.png",
                      "backgroundImageWidgetUrl": "https://abcdef-005.png",
                      "categories": [
                        {
                          "id": "catId1"
                        }
                      ],
                      "description": "Join us to this event!",
                      "descriptionDe": "Schließen Sie sich uns bei dieser Veranstaltung an!",
                      "enddatetime": "2021-07-27T13:00+02:00[Europe/Berlin]",
                      "eventdates": [
                        {
                          "id": "ed_001",
                          "name": "The ABC of chocolate",
                          "nameDe": "Schokoladen-ABC"
                        }
                      ],
                      "id": "congress",
                      "links": [
                        {
                          "id": "33457_link1",
                          "text": "Further information about the actor",
                          "textDe": "Weitere Infos zum Akteur",
                          "url": "https://abcdef-010",
                          "urlDe": "https://abcdef-009De"
                        }
                      ],
                      "location": "BACK Stage, Hall B6.1",
                      "locationDe": "BACK Stage, Halle B6.1",
                      "logoUrl": "https://abcdef-001.png",
                      "logoUrlDe": "https://abcdef-002.png",
                      "name": "Food Congress",
                      "nameDe": "Lebensmittel-Kongress",
                      "persons": [
                        {
                          "company": "Corussoft GmbH",
                          "description": "Justin Liu has been the Director for a while.",
                          "descriptionDe": "Justin Liu ist schon eine Weile lang der Direktor.",
                          "email": "info@liu-website.com",
                          "fax": "+49 89 610 656 36",
                          "firstName": "Justin",
                          "function": "speaker",
                          "id": "P_3455849",
                          "initials": "JL",
                          "lastName": "Liu",
                          "logoUrl": "https://abcdef-009.png",
                          "phone": "+49 89 610 656 35",
                          "position": "Director",
                          "positionDe": "Direktor",
                          "salutation": "Mr",
                          "sortKey": "Liu",
                          "teaser": "Justin Liu: the Director!",
                          "teaserDe": "Justin Liu: der Direktor!",
                          "title": "Dr.",
                          "totl": 3,
                          "web": "http://www.liu-website.com"
                        }
                      ],
                      "sortname": "congress",
                      "startdatetime": "2021-07-27T12:00+02:00[Europe/Berlin]",
                      "teaser": "Join us!",
                      "teaserDe": "Schließen Sie sich uns an!"
                    }
                  ],
                  "hasNext": false,
                  "page": 0,
                  "totalCount": 12
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "List of Events Object"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Get a list of Events in a specified topic",
        "tags": [
          "Programplanner"
        ]
      }
    },
    "/rest/programplanner/{version}/{topicName}/event/{id}": {
      "delete": {
        "description": "It removes an existing Event from a topic based on the provided EventDateId.</br>Permissions: Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "deleteEvent",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "No Content"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Delete an Event based on the provided EventDateId",
        "tags": [
          "Programplanner"
        ]
      },
      "get": {
        "description": "It retrieves the information of an Event based on the provided EventId and returns it in JSON format.</br>Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "getEvent_2",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "backgroundImageEventGuideUrl": "https://abcdef-004.png",
                  "backgroundImageMobileUrl": "https://abcdef-003.png",
                  "backgroundImageWidgetUrl": "https://abcdef-005.png",
                  "categories": [
                    {
                      "id": "catId1"
                    }
                  ],
                  "description": "Join us to this event!",
                  "descriptionDe": "Schließen Sie sich uns bei dieser Veranstaltung an!",
                  "enddatetime": "2021-07-27T13:00+02:00[Europe/Berlin]",
                  "eventdates": [
                    {
                      "id": "ed_001",
                      "name": "The ABC of chocolate",
                      "nameDe": "Schokoladen-ABC"
                    }
                  ],
                  "id": "congress",
                  "links": [
                    {
                      "id": "33457_link1",
                      "text": "Further information about the actor",
                      "textDe": "Weitere Infos zum Akteur",
                      "url": "https://abcdef-010",
                      "urlDe": "https://abcdef-009De"
                    }
                  ],
                  "location": "BACK Stage, Hall B6.1",
                  "locationDe": "BACK Stage, Halle B6.1",
                  "logoUrl": "https://abcdef-001.png",
                  "logoUrlDe": "https://abcdef-002.png",
                  "name": "Food Congress",
                  "nameDe": "Lebensmittel-Kongress",
                  "persons": [
                    {
                      "company": "Corussoft GmbH",
                      "description": "Justin Liu has been the Director for a while.",
                      "descriptionDe": "Justin Liu ist schon eine Weile lang der Direktor.",
                      "email": "info@liu-website.com",
                      "fax": "+49 89 610 656 36",
                      "firstName": "Justin",
                      "function": "speaker",
                      "id": "P_3455849",
                      "initials": "JL",
                      "lastName": "Liu",
                      "logoUrl": "https://abcdef-009.png",
                      "phone": "+49 89 610 656 35",
                      "position": "Director",
                      "positionDe": "Direktor",
                      "salutation": "Mr",
                      "sortKey": "Liu",
                      "teaser": "Justin Liu: the Director!",
                      "teaserDe": "Justin Liu: der Direktor!",
                      "title": "Dr.",
                      "totl": 3,
                      "web": "http://www.liu-website.com"
                    }
                  ],
                  "sortname": "congress",
                  "startdatetime": "2021-07-27T12:00+02:00[Europe/Berlin]",
                  "teaser": "Join us!",
                  "teaserDe": "Schließen Sie sich uns an!"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "An Event Object"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Get information for an Event based on the provided EventId",
        "tags": [
          "Programplanner"
        ]
      }
    },
    "/rest/programplanner/{version}/{topicName}/eventdate": {
      "post": {
        "description": "It creates a new EventDate or modifies an existing one based on the provided JSON input and returns it in JSON format.</br>Permissions: Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "saveEventDate",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "accessProvider": "BACKOFFICE",
                "backgroundImageEventGuideFileId": "0a2ab1f7-7c84-44e1-a30f-3ecbe34ecc42-0fa419e5-9fef-4db6-a218-810379e5c964",
                "backgroundImageMobileFileId": "096a15c3-978c-43e6-a09f-414b53102e2a-83468302-ed1d-4acf-9c32-51e1a3be062",
                "backgroundImageWidgetFileId": "0c23d357-c679-4530-9770-c42637f84f87-0acc5065-aa42-44c6-86d2-736c4baae8b7",
                "enddatetime": "2021-07-27T13:00+02:00[Europe/Berlin]",
                "eventid": "eventId",
                "id": "ed_001",
                "location": "BACK Stage, Hall B6.1",
                "locationDe": "BACK Stage, Halle B6.1",
                "logoFileId": "053d98d9-63ff-4f57-a4a6-058224e7039b-c77d03b4-41d3-4125-8267-5ce2efe71a41",
                "logoFileIdDe": "06b4d391-aaee-449c-ab92-55a1f730981e-53f45d19-64fc-444d-8958-4d684d602fc2",
                "name": "The ABC of chocolate",
                "nameDe": "Schokoladen-ABC",
                "startdatetime": "2021-07-27T12:00+02:00[Europe/Berlin]",
                "type": "masterclass"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "New or existing EventDate Object"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "accessProvider": "BACKOFFICE",
                  "article": [
                    {
                      "id": "1246_article",
                      "title": "Children ticket",
                      "titleDe": "Kinderticket",
                      "url": "https://www.eventpassinsight.co/rs21/registration/create/rs1"
                    }
                  ],
                  "backgroundImageEventGuideUrl": "https://abcdef-004.png",
                  "backgroundImageMobileUrl": "https://abcdef-003.png",
                  "backgroundImageWidgetUrl": "https://abcdef-005.png",
                  "breakoutAccess": false,
                  "categories": [
                    {
                      "id": "catId1"
                    }
                  ],
                  "description": "Join us to this event!",
                  "descriptionDe": "Schließen Sie sich uns bei dieser Veranstaltung an!",
                  "enddatetime": "2021-07-27T13:00+02:00[Europe/Berlin]",
                  "eventid": "congress",
                  "eventName": "Food Congress",
                  "eventNameDe": "Lebensmittel-Kongress",
                  "id": "ed_001",
                  "isListable": false,
                  "links": [
                    {
                      "id": "33457_link1",
                      "text": "Further information about the actor",
                      "textDe": "Weitere Infos zum Akteur",
                      "url": "https://abcdef-010",
                      "urlDe": "https://abcdef-009De"
                    }
                  ],
                  "location": "BACK Stage, Hall B6.1",
                  "locationDe": "BACK Stage, Halle B6.1",
                  "logoUrl": "https://abcdef-001.png",
                  "logoUrlDe": "https://abcdef-002.png",
                  "medias": [
                    {
                      "contentType": "image/png",
                      "id": "ca9a5c6ad9a82e6e7cf534ad222cf1e4",
                      "name": "techmedia",
                      "order": 0,
                      "size": "167034",
                      "subtitle": "Media Guide",
                      "subtitleDe": "Media Guide",
                      "title": "IPCML",
                      "titleDe": "IPCML",
                      "url": "https://abcdef-011"
                    }
                  ],
                  "name": "The ABC of chocolate",
                  "nameDe": "Schokoladen-ABC",
                  "organization": {
                    "id": "exhibitor5056",
                    "logoUrl": "https://abcdef-006.png",
                    "name": "Food Company"
                  },
                  "organizations": [
                    {
                      "id": "exhibitor5057",
                      "logoUrl": "https://abcdef-007.png",
                      "name": "Agile Automato Ltd.",
                      "order": 1
                    }
                  ],
                  "persons": [
                    {
                      "company": "Corussoft GmbH",
                      "description": "Justin Liu has been the Director for a while.",
                      "descriptionDe": "Justin Liu ist schon eine Weile lang der Direktor.",
                      "email": "info@liu-website.com",
                      "fax": "+49 89 610 656 36",
                      "firstName": "Justin",
                      "function": "speaker",
                      "id": "P_3455849",
                      "initials": "JL",
                      "lastName": "Liu",
                      "logoUrl": "https://abcdef-009.png",
                      "phone": "+49 89 610 656 35",
                      "position": "Director",
                      "positionDe": "Direktor",
                      "salutation": "Mr",
                      "sortKey": "Liu",
                      "teaser": "Justin Liu: the Director!",
                      "teaserDe": "Justin Liu: der Direktor!",
                      "title": "Dr.",
                      "totl": 3,
                      "web": "http://www.liu-website.com"
                    }
                  ],
                  "startdatetime": "2021-07-27T12:00+02:00[Europe/Berlin]",
                  "teaser": "Join us!",
                  "teaserDe": "Schließen Sie sich uns an!",
                  "type": "masterclass"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Created or updated EventDate Object"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Save or Update an EventDate based on the provided input",
        "tags": [
          "Programplanner"
        ]
      }
    },
    "/rest/programplanner/{version}/{topicName}/eventdate/list": {
      "get": {
        "description": "It retrieves a list of EventDates in a topic and returns them in JSON format.</br>Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "listEventDate",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "eventId",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "eventName",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "name",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "startdatetime",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "enddatetime",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "location",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "type",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "sortProperty",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "sortDir",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "count": 12,
                  "eventdates": [
                    {
                      "accessProvider": "BACKOFFICE",
                      "article": [
                        {
                          "id": "1246_article",
                          "title": "Children ticket",
                          "titleDe": "Kinderticket",
                          "url": "https://www.eventpassinsight.co/rs21/registration/create/rs1"
                        }
                      ],
                      "backgroundImageEventGuideUrl": "https://abcdef-004.png",
                      "backgroundImageMobileUrl": "https://abcdef-003.png",
                      "backgroundImageWidgetUrl": "https://abcdef-005.png",
                      "breakoutAccess": false,
                      "categories": [
                        {
                          "id": "catId1"
                        }
                      ],
                      "description": "Join us to this event!",
                      "descriptionDe": "Schließen Sie sich uns bei dieser Veranstaltung an!",
                      "enddatetime": "2021-07-27T13:00+02:00[Europe/Berlin]",
                      "eventid": "congress",
                      "eventName": "Food Congress",
                      "eventNameDe": "Lebensmittel-Kongress",
                      "id": "ed_001",
                      "isListable": false,
                      "links": [
                        {
                          "id": "33457_link1",
                          "text": "Further information about the actor",
                          "textDe": "Weitere Infos zum Akteur",
                          "url": "https://abcdef-010",
                          "urlDe": "https://abcdef-009De"
                        }
                      ],
                      "location": "BACK Stage, Hall B6.1",
                      "locationDe": "BACK Stage, Halle B6.1",
                      "logoUrl": "https://abcdef-001.png",
                      "logoUrlDe": "https://abcdef-002.png",
                      "medias": [
                        {
                          "contentType": "image/png",
                          "id": "ca9a5c6ad9a82e6e7cf534ad222cf1e4",
                          "name": "techmedia",
                          "order": 0,
                          "size": "167034",
                          "subtitle": "Media Guide",
                          "subtitleDe": "Media Guide",
                          "title": "IPCML",
                          "titleDe": "IPCML",
                          "url": "https://abcdef-011"
                        }
                      ],
                      "name": "The ABC of chocolate",
                      "nameDe": "Schokoladen-ABC",
                      "organization": {
                        "id": "exhibitor5056",
                        "logoUrl": "https://abcdef-006.png",
                        "name": "Food Company"
                      },
                      "organizations": [
                        {
                          "id": "exhibitor5057",
                          "logoUrl": "https://abcdef-007.png",
                          "name": "Agile Automato Ltd.",
                          "order": 1
                        }
                      ],
                      "persons": [
                        {
                          "company": "Corussoft GmbH",
                          "description": "Justin Liu has been the Director for a while.",
                          "descriptionDe": "Justin Liu ist schon eine Weile lang der Direktor.",
                          "email": "info@liu-website.com",
                          "fax": "+49 89 610 656 36",
                          "firstName": "Justin",
                          "function": "speaker",
                          "id": "P_3455849",
                          "initials": "JL",
                          "lastName": "Liu",
                          "logoUrl": "https://abcdef-009.png",
                          "phone": "+49 89 610 656 35",
                          "position": "Director",
                          "positionDe": "Direktor",
                          "salutation": "Mr",
                          "sortKey": "Liu",
                          "teaser": "Justin Liu: the Director!",
                          "teaserDe": "Justin Liu: der Direktor!",
                          "title": "Dr.",
                          "totl": 3,
                          "web": "http://www.liu-website.com"
                        }
                      ],
                      "startdatetime": "2021-07-27T12:00+02:00[Europe/Berlin]",
                      "teaser": "Join us!",
                      "teaserDe": "Schließen Sie sich uns an!",
                      "type": "masterclass"
                    }
                  ],
                  "hasNext": false,
                  "page": 0,
                  "totalCount": 12
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "List of EventDates Object"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Get a list of EventDates in a specified topic",
        "tags": [
          "Programplanner"
        ]
      }
    },
    "/rest/programplanner/{version}/{topicName}/eventdate/{id}": {
      "delete": {
        "description": "It removes an existing Eventdate from a topic based on the provided EventDateId.</br>Permissions: Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "deleteEventDate_2",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "No Content"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Delete an Eventdate based on the provided EventDateId",
        "tags": [
          "Programplanner"
        ]
      },
      "get": {
        "description": "It retrieves the information of an EventDate based on the provided EventDateId and returns it in JSON format.</br>Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "getEventDate",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "accessProvider": "BACKOFFICE",
                  "article": [
                    {
                      "id": "1246_article",
                      "title": "Children ticket",
                      "titleDe": "Kinderticket",
                      "url": "https://www.eventpassinsight.co/rs21/registration/create/rs1"
                    }
                  ],
                  "backgroundImageEventGuideUrl": "https://abcdef-004.png",
                  "backgroundImageMobileUrl": "https://abcdef-003.png",
                  "backgroundImageWidgetUrl": "https://abcdef-005.png",
                  "breakoutAccess": false,
                  "categories": [
                    {
                      "id": "catId1"
                    }
                  ],
                  "description": "Join us to this event!",
                  "descriptionDe": "Schließen Sie sich uns bei dieser Veranstaltung an!",
                  "enddatetime": "2021-07-27T13:00+02:00[Europe/Berlin]",
                  "eventid": "congress",
                  "eventName": "Food Congress",
                  "eventNameDe": "Lebensmittel-Kongress",
                  "id": "ed_001",
                  "isListable": false,
                  "links": [
                    {
                      "id": "33457_link1",
                      "text": "Further information about the actor",
                      "textDe": "Weitere Infos zum Akteur",
                      "url": "https://abcdef-010",
                      "urlDe": "https://abcdef-009De"
                    }
                  ],
                  "location": "BACK Stage, Hall B6.1",
                  "locationDe": "BACK Stage, Halle B6.1",
                  "logoUrl": "https://abcdef-001.png",
                  "logoUrlDe": "https://abcdef-002.png",
                  "medias": [
                    {
                      "contentType": "image/png",
                      "id": "ca9a5c6ad9a82e6e7cf534ad222cf1e4",
                      "name": "techmedia",
                      "order": 0,
                      "size": "167034",
                      "subtitle": "Media Guide",
                      "subtitleDe": "Media Guide",
                      "title": "IPCML",
                      "titleDe": "IPCML",
                      "url": "https://abcdef-011"
                    }
                  ],
                  "name": "The ABC of chocolate",
                  "nameDe": "Schokoladen-ABC",
                  "organization": {
                    "id": "exhibitor5056",
                    "logoUrl": "https://abcdef-006.png",
                    "name": "Food Company"
                  },
                  "organizations": [
                    {
                      "id": "exhibitor5057",
                      "logoUrl": "https://abcdef-007.png",
                      "name": "Agile Automato Ltd.",
                      "order": 1
                    }
                  ],
                  "persons": [
                    {
                      "company": "Corussoft GmbH",
                      "description": "Justin Liu has been the Director for a while.",
                      "descriptionDe": "Justin Liu ist schon eine Weile lang der Direktor.",
                      "email": "info@liu-website.com",
                      "fax": "+49 89 610 656 36",
                      "firstName": "Justin",
                      "function": "speaker",
                      "id": "P_3455849",
                      "initials": "JL",
                      "lastName": "Liu",
                      "logoUrl": "https://abcdef-009.png",
                      "phone": "+49 89 610 656 35",
                      "position": "Director",
                      "positionDe": "Direktor",
                      "salutation": "Mr",
                      "sortKey": "Liu",
                      "teaser": "Justin Liu: the Director!",
                      "teaserDe": "Justin Liu: der Direktor!",
                      "title": "Dr.",
                      "totl": 3,
                      "web": "http://www.liu-website.com"
                    }
                  ],
                  "startdatetime": "2021-07-27T12:00+02:00[Europe/Berlin]",
                  "teaser": "Join us!",
                  "teaserDe": "Schließen Sie sich uns an!",
                  "type": "masterclass"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "An EventDate Object"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Get information for an EventDate based on the provided EventDateId",
        "tags": [
          "Programplanner"
        ]
      }
    },
    "/rest/programplanner/{version}/{topicName}/person": {
      "post": {
        "description": "It creates a new Person or modifies an existing one based on the provided JSON input and returns it in JSON format.</br>Permissions: Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "savePerson",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "company": "Corussoft GmbH",
                "email": "info@liu-website.com",
                "firstName": "Justin",
                "function": "speaker",
                "id": "P_3455849",
                "lastName": "Liu",
                "logoFileId": "053d98d9-63ff-4f57-a4a6-058224e7039b-c77d03b4-41d3-4125-8267-5ce2efe71a41",
                "position": "Director",
                "sortKey": "Liu",
                "web": "http://www.liu-website.com"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "New or existing Person Object"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "company": "Corussoft GmbH",
                  "description": "Justin Liu has been the Director for a while.",
                  "descriptionDe": "Justin Liu ist schon eine Weile lang der Direktor.",
                  "email": "info@liu-website.com",
                  "fax": "+49 89 610 656 36",
                  "firstName": "Justin",
                  "function": "speaker",
                  "id": "P_3455849",
                  "initials": "JL",
                  "lastName": "Liu",
                  "logoUrl": "https://abcdef-009.png",
                  "phone": "+49 89 610 656 35",
                  "position": "Director",
                  "positionDe": "Direktor",
                  "salutation": "Mr",
                  "sortKey": "Liu",
                  "teaser": "Justin Liu: the Director!",
                  "teaserDe": "Justin Liu: der Direktor!",
                  "title": "Dr.",
                  "totl": 3,
                  "web": "http://www.liu-website.com"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Created or updated Person Object"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Save or Update a Person based on the provided input",
        "tags": [
          "Programplanner"
        ]
      }
    },
    "/rest/programplanner/{version}/{topicName}/person/list": {
      "get": {
        "description": "It retrieves a list of Persons in a topic and returns them in JSON format.</br>Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "listPerson",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "title",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "firstName",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lastName",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "sortKey",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "position",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "company",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "phone",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "email",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "description",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "teaser",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "sortProperty",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "sortDir",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "count": 12,
                  "hasNext": false,
                  "page": 0,
                  "persons": [
                    {
                      "company": "Corussoft GmbH",
                      "description": "Justin Liu has been the Director for a while.",
                      "descriptionDe": "Justin Liu ist schon eine Weile lang der Direktor.",
                      "email": "info@liu-website.com",
                      "fax": "+49 89 610 656 36",
                      "firstName": "Justin",
                      "function": "speaker",
                      "id": "P_3455849",
                      "initials": "JL",
                      "lastName": "Liu",
                      "logoUrl": "https://abcdef-009.png",
                      "phone": "+49 89 610 656 35",
                      "position": "Director",
                      "positionDe": "Direktor",
                      "salutation": "Mr",
                      "sortKey": "Liu",
                      "teaser": "Justin Liu: the Director!",
                      "teaserDe": "Justin Liu: der Direktor!",
                      "title": "Dr.",
                      "totl": 3,
                      "web": "http://www.liu-website.com"
                    }
                  ],
                  "totalCount": 12
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "List of Persons Object"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Get a list of Persons in a specified topic",
        "tags": [
          "Programplanner"
        ]
      }
    },
    "/rest/programplanner/{version}/{topicName}/person/{id}": {
      "delete": {
        "description": "It removes an existing Person from a topic based on the provided PersonId.</br>Permissions: Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "deletePerson_1",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "No Content"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Delete a Person based on the provided PersonId",
        "tags": [
          "Programplanner"
        ]
      },
      "get": {
        "description": "It retrieves the information of a Person based on the provided PersonId and returns it in JSON format.</br>Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "getPerson_1",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "company": "Corussoft GmbH",
                  "description": "Justin Liu has been the Director for a while.",
                  "descriptionDe": "Justin Liu ist schon eine Weile lang der Direktor.",
                  "email": "info@liu-website.com",
                  "fax": "+49 89 610 656 36",
                  "firstName": "Justin",
                  "function": "speaker",
                  "id": "P_3455849",
                  "initials": "JL",
                  "lastName": "Liu",
                  "logoUrl": "https://abcdef-009.png",
                  "phone": "+49 89 610 656 35",
                  "position": "Director",
                  "positionDe": "Direktor",
                  "salutation": "Mr",
                  "sortKey": "Liu",
                  "teaser": "Justin Liu: the Director!",
                  "teaserDe": "Justin Liu: der Direktor!",
                  "title": "Dr.",
                  "totl": 3,
                  "web": "http://www.liu-website.com"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "A Person Object"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Get information for a Person based on the provided PersonId",
        "tags": [
          "Programplanner"
        ]
      }
    },
    "/rest/programplanner/{version}/{topicName}/personfunction": {
      "post": {
        "description": "It creates a new PersonFunction or modifies an existing one based on the provided JSON input and returns it in JSON format.</br>Permissions: Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "savePersonFunction",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "id": "defaultSpeaker",
                "name": "Speaker for",
                "nameDe": "Moderation für",
                "targetName": "Speakers",
                "targetNameDe": "Moderation"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "New or existing PersonFunction Object"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "id": "defaultSpeaker",
                  "name": "Speaker for",
                  "nameDe": "Moderation für",
                  "targetName": "Speakers",
                  "targetNameDe": "Moderation"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Created or updated PersonFunction Object"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Save or Update a PersonFunction based on the provided input",
        "tags": [
          "Programplanner"
        ]
      }
    },
    "/rest/programplanner/{version}/{topicName}/personfunction/list": {
      "get": {
        "description": "It retrieves a list of PrsonFunctions in a topic and returns them in JSON format.</br>Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "listPersonFunction",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "name",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "targetName",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "sortProperty",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "sortDir",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "count": 12,
                  "hasNext": false,
                  "page": 0,
                  "personfunctions": [
                    {
                      "id": "defaultSpeaker",
                      "name": "Speaker for",
                      "nameDe": "Moderation für",
                      "targetName": "Speakers",
                      "targetNameDe": "Moderation"
                    }
                  ],
                  "totalCount": 12
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "List of PersonFunctions Object"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Get a list of PersonFunctions in a specified topic",
        "tags": [
          "Programplanner"
        ]
      }
    },
    "/rest/programplanner/{version}/{topicName}/personfunction/{id}": {
      "delete": {
        "description": "It removes an existing PersonFunction from a topic based on the provided PersonFunctionId.</br>Permissions: Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "deletePersonFunction_1",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "No Content"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Delete a PersonFunction based on the provided PersonFunctionId",
        "tags": [
          "Programplanner"
        ]
      },
      "get": {
        "description": "It retrieves the information of a PersonFunction based on the provided PersonFunctionId and returns it in JSON format.</br>Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "getPersonFunction_1",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "id": "defaultSpeaker",
                  "name": "Speaker for",
                  "nameDe": "Moderation für",
                  "targetName": "Speakers",
                  "targetNameDe": "Moderation"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "A PersonFunction Object"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Get information for a PersonFunction based on the provided PersonFunctionId",
        "tags": [
          "Programplanner"
        ]
      }
    },
    "/rest/programplanner/{version}/{topicName}/pointofinterest": {
      "post": {
        "description": "It creates a new PointOfInterest or modifies an existing one based on the provided JSON input and returns it in JSON format.</br>Permissions: Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "savePointOfInterest",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "categories": [
                  {
                    "id": "catId1"
                  }
                ],
                "id": "d47051f6-47d0-4451-9bb6-bcafbb57a934",
                "latitude": 48.7352,
                "longitude": -35.0323,
                "name": "Hall 27, Stand 401",
                "nameDe": "Halle 27, Stand 401",
                "type": "EVENTDATE"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "New or existing PointOfInterest Object"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "categories": [
                    {
                      "id": "catId1"
                    }
                  ],
                  "id": "d47051f6-47d0-4451-9bb6-bcafbb57a934",
                  "latitude": 48.7352,
                  "longitude": -35.0323,
                  "name": "Hall 27, Stand 401",
                  "nameDe": "Halle 27, Stand 401",
                  "type": "EVENTDATE"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Created or updated PointOfInterest Object"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Save or Update a PointOfInterest based on the provided input",
        "tags": [
          "Programplanner"
        ]
      }
    },
    "/rest/programplanner/{version}/{topicName}/pointofinterest/list": {
      "get": {
        "description": "It retrieves a list of PointOfInterests in a topic and returns them in JSON format.</br>Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "listPointOfInterest",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "name",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "latitude",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "longitude",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "type",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "sortProperty",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "sortDir",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "count": 12,
                  "hasNext": false,
                  "page": 0,
                  "pointOfInterests": [
                    {
                      "categories": [
                        {
                          "id": "catId1"
                        }
                      ],
                      "id": "d47051f6-47d0-4451-9bb6-bcafbb57a934",
                      "latitude": 48.7352,
                      "longitude": -35.0323,
                      "name": "Hall 27, Stand 401",
                      "nameDe": "Halle 27, Stand 401",
                      "type": "EVENTDATE"
                    }
                  ],
                  "totalCount": 12
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "List of PointOfInterests Object"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Get a list of PointOfInterests in a specified topic",
        "tags": [
          "Programplanner"
        ]
      }
    },
    "/rest/programplanner/{version}/{topicName}/pointofinterest/{id}": {
      "delete": {
        "description": "It removes an existing PointOfInterest from a topic based on the provided PointOfInterestId.</br>Permissions: Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "deletePointOfInterest",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "No Content"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Delete a PointOfInterest based on the provided PointOfInterestId",
        "tags": [
          "Programplanner"
        ]
      },
      "get": {
        "description": "It retrieves the information of a PointOfInterest based on the provided PointOfInterestId and returns it in JSON format.</br>Permissions: ADMIN, PROGRAM_MANAGER",
        "operationId": "getPointOfInterest",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "id",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "categories": [
                    {
                      "id": "catId1"
                    }
                  ],
                  "id": "d47051f6-47d0-4451-9bb6-bcafbb57a934",
                  "latitude": 48.7352,
                  "longitude": -35.0323,
                  "name": "Hall 27, Stand 401",
                  "nameDe": "Halle 27, Stand 401",
                  "type": "EVENTDATE"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "A PointOfInterest Object"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "security": [
          {
            "ConnectionToken_AppDev": []
          }
        ],
        "summary": "Get information for a PointOfInterest based on the provided PointOfInterestId",
        "tags": [
          "Programplanner"
        ]
      }
    },
    "/rest/pushnotification": {
      "get": {
        "description": "Get all notifications from database</br>Permissions: BEUserRolesAllowed(Roles.ADMIN, Roles.MARKETING)",
        "operationId": "list_10",
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "nextpage": 1,
                  "notifications": [
                    {
                      "actionparam": "string",
                      "actiontype": "string",
                      "datetime": "string",
                      "defaultlang": "string",
                      "defaulttext": "string",
                      "id": "string",
                      "localized": [
                        {
                          "text": "string"
                        }
                      ],
                      "playsound": false,
                      "segments": [
                        {
                          "key": "string",
                          "name": "string"
                        }
                      ],
                      "seriesoftopics": {
                        "defaultlocalizedname": "string",
                        "name": "string"
                      },
                      "status": "string",
                      "topicname": "string"
                    }
                  ],
                  "prevpage": -1
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "List notifications",
        "tags": [
          "PushNotifications"
        ]
      },
      "post": {
        "operationId": "post",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/ApiPushNotificationSubmitOrder"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiPushNotificationSubmitOrder"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "PushNotifications"
        ]
      }
    },
    "/rest/pushnotification/list/{page}": {
      "get": {
        "description": "Get all notifications by page from database</br>Permissions: BEUserRolesAllowed(Roles.ADMIN, Roles.MARKETING)",
        "operationId": "list_11",
        "parameters": [
          {
            "in": "path",
            "name": "page",
            "required": true,
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "nextpage": 1,
                  "notifications": [
                    {
                      "actionparam": "string",
                      "actiontype": "string",
                      "datetime": "string",
                      "defaultlang": "string",
                      "defaulttext": "string",
                      "id": "string",
                      "localized": [
                        {
                          "text": "string"
                        }
                      ],
                      "playsound": false,
                      "segments": [
                        {
                          "key": "string",
                          "name": "string"
                        }
                      ],
                      "seriesoftopics": {
                        "defaultlocalizedname": "string",
                        "name": "string"
                      },
                      "status": "string",
                      "topicname": "string"
                    }
                  ],
                  "prevpage": -1
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "page not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "List notifications for a given page",
        "tags": [
          "PushNotifications"
        ]
      }
    },
    "/rest/pushnotification/seriesoftopics/{seriesOfTopicsName}": {
      "get": {
        "description": "Get all notifications by seriesOfTopicsName from database</br>Permissions: BEUserRolesAllowed(Roles.ADMIN, Roles.MARKETING)",
        "operationId": "list_12",
        "parameters": [
          {
            "in": "path",
            "name": "seriesOfTopicsName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "nextpage": 1,
                  "notifications": [
                    {
                      "actionparam": "string",
                      "actiontype": "string",
                      "datetime": "string",
                      "defaultlang": "string",
                      "defaulttext": "string",
                      "id": "string",
                      "localized": [
                        {
                          "text": "string"
                        }
                      ],
                      "playsound": false,
                      "segments": [
                        {
                          "key": "string",
                          "name": "string"
                        }
                      ],
                      "seriesoftopics": {
                        "defaultlocalizedname": "string",
                        "name": "string"
                      },
                      "status": "string",
                      "topicname": "string"
                    }
                  ],
                  "prevpage": -1
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "List notifications for a given seriesOfTopicsName",
        "tags": [
          "PushNotifications"
        ]
      },
      "post": {
        "description": "Create notification by seriesOfTopicsName and requestPayload</br>Permissions: BEUserRolesAllowed(Roles.ADMIN, Roles.MARKETING)",
        "operationId": "create",
        "parameters": [
          {
            "in": "path",
            "name": "seriesOfTopicsName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "actionparam": "string",
                "actiontype": "string",
                "datetime": "string",
                "defaultlang": "string",
                "defaulttext": "string",
                "playsound": false,
                "topicname": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Create notification by requestPayload"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "actionparam": "string",
                  "actiontype": "string",
                  "datetime": "string",
                  "defaultlang": "string",
                  "defaulttext": "string",
                  "id": "string",
                  "localized": [
                    {
                      "text": "string"
                    }
                  ],
                  "playsound": false,
                  "segments": [
                    {
                      "key": "string",
                      "name": "string"
                    }
                  ],
                  "seriesoftopics": {
                    "defaultlocalizedname": "string",
                    "name": "string"
                  },
                  "status": "string",
                  "topicname": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Create notification",
        "tags": [
          "PushNotifications"
        ]
      }
    },
    "/rest/pushnotification/seriesoftopics/{seriesOfTopicsName}/id/{pushNotificationId}": {
      "delete": {
        "description": "Delete notification by seriesOfTopicsName and pushNotificationId</br>Permissions: BEUserRolesAllowed(Roles.ADMIN, Roles.MARKETING)",
        "operationId": "delete_2",
        "parameters": [
          {
            "in": "path",
            "name": "seriesOfTopicsName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "pushNotificationId",
            "required": true,
            "schema": {
              "format": "int64",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Remove notification",
        "tags": [
          "PushNotifications"
        ]
      },
      "get": {
        "description": "Get notification by seriesOfTopicsName and pushNotificationId from database</br>Permissions: BEUserRolesAllowed(Roles.ADMIN, Roles.MARKETING)",
        "operationId": "get_4",
        "parameters": [
          {
            "in": "path",
            "name": "seriesOfTopicsName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "pushNotificationId",
            "required": true,
            "schema": {
              "format": "int64",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "actionparam": "string",
                  "actiontype": "string",
                  "datetime": "string",
                  "defaultlang": "string",
                  "defaulttext": "string",
                  "id": "string",
                  "localized": [
                    {
                      "text": "string"
                    }
                  ],
                  "playsound": false,
                  "segments": [
                    {
                      "key": "string",
                      "name": "string"
                    }
                  ],
                  "seriesoftopics": {
                    "defaultlocalizedname": "string",
                    "name": "string"
                  },
                  "status": "string",
                  "topicname": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get notification",
        "tags": [
          "PushNotifications"
        ]
      },
      "put": {
        "description": "Update notification by seriesOfTopicsName, pushNotificationId and requestPayload</br>Permissions: BEUserRolesAllowed(Roles.ADMIN, Roles.MARKETING)",
        "operationId": "modify",
        "parameters": [
          {
            "in": "path",
            "name": "seriesOfTopicsName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "pushNotificationId",
            "required": true,
            "schema": {
              "format": "int64",
              "type": "integer"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "actionparam": "string",
                "actiontype": "string",
                "datetime": "string",
                "defaultlang": "string",
                "defaulttext": "string",
                "playsound": false,
                "topicname": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Update notification by requestPayload"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "actionparam": "string",
                  "actiontype": "string",
                  "datetime": "string",
                  "defaultlang": "string",
                  "defaulttext": "string",
                  "id": "string",
                  "localized": [
                    {
                      "text": "string"
                    }
                  ],
                  "playsound": false,
                  "segments": [
                    {
                      "key": "string",
                      "name": "string"
                    }
                  ],
                  "seriesoftopics": {
                    "defaultlocalizedname": "string",
                    "name": "string"
                  },
                  "status": "string",
                  "topicname": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Modify notification",
        "tags": [
          "PushNotifications"
        ]
      }
    },
    "/rest/pushnotification/seriesoftopics/{seriesOfTopicsName}/list/{page}": {
      "get": {
        "description": "Get all notifications by seriesOfTopicsName and page from database</br>Permissions: BEUserRolesAllowed(Roles.ADMIN, Roles.MARKETING)",
        "operationId": "list_13",
        "parameters": [
          {
            "in": "path",
            "name": "seriesOfTopicsName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "page",
            "required": true,
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "nextpage": 1,
                  "notifications": [
                    {
                      "actionparam": "string",
                      "actiontype": "string",
                      "datetime": "string",
                      "defaultlang": "string",
                      "defaulttext": "string",
                      "id": "string",
                      "localized": [
                        {
                          "text": "string"
                        }
                      ],
                      "playsound": false,
                      "segments": [
                        {
                          "key": "string",
                          "name": "string"
                        }
                      ],
                      "seriesoftopics": {
                        "defaultlocalizedname": "string",
                        "name": "string"
                      },
                      "status": "string",
                      "topicname": "string"
                    }
                  ],
                  "prevpage": -1
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/page not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "List notifications for a given seriesOfTopicsName and page",
        "tags": [
          "PushNotifications"
        ]
      }
    },
    "/rest/pushNotificationTest": {
      "get": {
        "description": "Test push notification with constant variables</br>Permissions: no",
        "operationId": "sendPushMessage",
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": "sent push notification at UA-3557050-12, UA-3557050-13",
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "successful operation"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "Test push notification",
        "tags": [
          "Test"
        ]
      }
    },
    "/rest/qrcode/topic/{topicName}/action": {
      "post": {
        "description": "Takes the actions defined in qrCode </br>Permissions: BEUsersRolesAllowed=ADMIN, AppDeviceAccess",
        "operationId": "handleQRCodeAction",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "qrContent": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "TakeActionsinQR"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "actionParam": "JWT",
                  "actionType": "string: exp.connect"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Takes the actions defined in qrCode",
        "tags": [
          "QrCodes"
        ]
      }
    },
    "/rest/qrcreator/favorites": {
      "get": {
        "description": "Returns an 125x125 PNG image.</br>Permissions: no",
        "operationId": "getFavoriteQRCode",
        "parameters": [
          {
            "in": "query",
            "name": "url",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "topic",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoriteCompanies",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoriteProducts",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoriteCustomentities",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoriteEventdates",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoriteEvents",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoritePersons",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoriteTrademarks",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoriteNews",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favorites",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "favoriteCompanies": "string",
                "favoriteCustomentities": "string",
                "favoriteEventdates": "string",
                "favoriteEvents": "string",
                "favoriteNews": "string",
                "favoritePersons": "string",
                "favoriteProducts": "string",
                "favorites": {
                  "EVENTDATE": "2021-10-12_etc.",
                  "NEWS": "Surp_Sport_etc.",
                  "ORGANIZATION": "corussoft_DLG_etc.",
                  "PERSON": "Manbat_etc.",
                  "PRODUCT": "SW_Test_etc.",
                  "TRADEMARK": "MTC_Tst_etc."
                },
                "favoriteTrademarks": "string",
                "topic": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Create an user by payload"
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Topic not found"
          }
        },
        "summary": "Generate the QRcode Image of given Info in request, including Favorites and URL",
        "tags": [
          "QrCreators"
        ]
      },
      "post": {
        "description": "Returns an Base64 encoded 125x125 JPEG Image.</br>Permissions: no",
        "operationId": "postFavoriteQRCode",
        "parameters": [
          {
            "in": "query",
            "name": "topic",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoriteCompanies",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoriteProducts",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoriteCustomentities",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoriteEventdates",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoriteEvents",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoritePersons",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoriteTrademarks",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoriteNews",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favorites",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "favoriteCompanies": "string",
                "favoriteCustomentities": "string",
                "favoriteEventdates": "string",
                "favoriteEvents": "string",
                "favoriteNews": "string",
                "favoritePersons": "string",
                "favoriteProducts": "string",
                "favorites": {
                  "EVENTDATE": "2021-10-12_etc.",
                  "NEWS": "Surp_Sport_etc.",
                  "ORGANIZATION": "corussoft_DLG_etc.",
                  "PERSON": "Manbat_etc.",
                  "PRODUCT": "SW_Test_etc.",
                  "TRADEMARK": "MTC_Tst_etc."
                },
                "favoriteTrademarks": "string",
                "topic": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Create an user by payload"
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Topic not found"
          }
        },
        "summary": "Updates the given Info regarding Favorites and URL",
        "tags": [
          "QrCreators"
        ]
      }
    },
    "/rest/qrcreator/topic/{topicName}/organization/{organizationId}/content": {
      "get": {
        "description": "Get the content of the QRcode of an Organization </br>Permissions: no",
        "operationId": "getOrganizationQRCodeContent",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "organizationId": "exhebitor_111",
                  "qrcodeContent": {
                    "actionParam": "organizationAlias",
                    "actionType": "organizationlink"
                  },
                  "topic": "terctronica"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Topic or Organization not found"
          }
        },
        "summary": "Get the content of the QRcode of an Organization",
        "tags": [
          "QrCreators"
        ]
      }
    },
    "/rest/qrrouter": {
      "get": {
        "description": "creates landing page due the given specification of the user </br>Permissions: BEUsersRolesAllowed=ADMIN, AppDeviceAccess",
        "operationId": "get_5",
        "parameters": [
          {
            "in": "header",
            "name": "user-agent",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "os",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "veranstalter",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "veranstaltung",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "ort",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "favoritesUrl",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "topic",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "url",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "pos",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lan",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "locales": "lang",
                "remoteHost": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "User preference specification to create the landing page"
        },
        "responses": {
          "200": {
            "content": {
              "application/x-www-form-urlencoded": {
                "schema": {
                  "type": "Landing page"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "creates landing page due the given specification of the user",
        "tags": [
          "QrRouters"
        ]
      }
    },
    "/rest/requirements/data/topic/{topicName}": {
      "get": {
        "description": "gets the requirement for a topic </br>Permissions: BEUsersRolesAllowed=ADMIN.",
        "operationId": "getRequirements",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "requirements": {
                    "mobileGuide": "true",
                    "networking": "false",
                    "onlineGuide": "false"
                  },
                  "topic": "tectronica"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the requirement for a topic",
        "tags": [
          "Requirements"
        ]
      },
      "put": {
        "description": "sets the requirement for a topic </br>Permissions: BEUsersRolesAllowed=ADMIN.",
        "operationId": "setRequirements",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "mobileGuide": "true",
                "networking": "false",
                "onlineGuide": "false"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "language"
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "sets the requirement for a topic",
        "tags": [
          "Requirements"
        ]
      }
    },
    "/rest/requirements/dataschema": {
      "get": {
        "description": "gets the required data  for a topic </br>Permissions: BEUsersRolesAllowed=ADMIN.",
        "operationId": "getDataSchema",
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "description": "Based on this requirements there are several validations which are performed to identify need for action.",
                  "properties": {
                    "continuous": {
                      "default": "false",
                      "description": "Continuous topics don't have concrete dates. They are used the whole time. Normaly they will not replaced by a new topic. They have a continuous change of data.",
                      "title": "Continuous ?",
                      "type": "boolean"
                    },
                    "mobileGuide": {
                      "default": "false",
                      "title": "MobileGuide required ?",
                      "type": "boolean"
                    },
                    "networking": {
                      "default": "false",
                      "title": "Networking required ?",
                      "type": "boolean"
                    },
                    "onlineGuide": {
                      "default": "false",
                      "title": "OnlineGuide required ?",
                      "type": "boolean"
                    }
                  },
                  "required": {
                    "mobileGuide": "boolean",
                    "networking": "boolean",
                    "onlineGuide": "boolean"
                  },
                  "title": "Topic requirements",
                  "type": "object",
                  "version": "1"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the required data  for a topic",
        "tags": [
          "Requirements"
        ]
      }
    },
    "/rest/requirements/uischema": {
      "get": {
        "description": "gets the UI-required data  for a topic </br>Permissions: BEUsersRolesAllowed=ADMIN.",
        "operationId": "getUiSchema",
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "description": "Based on this requirements there are several validations which are performed to identify need for action.",
                  "properties": {
                    "continuous": {
                      "default": "false",
                      "description": "Continuous topics don't have concrete dates. They are used the whole time. Normaly they will not replaced by a new topic. They have a continuous change of data.",
                      "title": "Continuous ?",
                      "type": "boolean"
                    },
                    "mobileGuide": {
                      "default": "false",
                      "title": "MobileGuide required ?",
                      "type": "boolean"
                    },
                    "networking": {
                      "default": "false",
                      "title": "Networking required ?",
                      "type": "boolean"
                    },
                    "onlineGuide": {
                      "default": "false",
                      "title": "OnlineGuide required ?",
                      "type": "boolean"
                    }
                  },
                  "required": {
                    "mobileGuide": "boolean",
                    "networking": "boolean",
                    "onlineGuide": "boolean"
                  },
                  "title": "Topic requirements",
                  "type": "object",
                  "version": "1"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the UI-required data  for a topic",
        "tags": [
          "Requirements"
        ]
      }
    },
    "/rest/resizeimageuploads/start": {
      "post": {
        "description": "starts resizing the Image according to  given dimension </br>Permissions: BEUsersRolesAllowed=ADMIN )",
        "operationId": "startResizing",
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "maxHeight": "240",
                "maxWidth": "320",
                "topic": "2013_hanseboot"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "resizing Info"
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "starts resizing the Image according to  given dimension",
        "tags": [
          "ResizeImageUploads"
        ]
      }
    },
    "/rest/resizeimageuploads/status": {
      "get": {
        "description": "returns the status regaridng the resize Image process </br>Permissions: BEUsersRolesAllowed=ADMIN )",
        "operationId": "getStatus",
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "returns the status regaridng the resize Image process",
        "tags": [
          "ResizeImageUploads"
        ]
      }
    },
    "/rest/resizeimageuploads/stop": {
      "post": {
        "description": "stops resizing the Image </br>Permissions: BEUsersRolesAllowed=ADMIN )",
        "operationId": "stopResizing",
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "stops resizing the Image",
        "tags": [
          "ResizeImageUploads"
        ]
      }
    },
    "/rest/restrictedarea/topic/{topicName}/restrictedareas": {
      "get": {
        "description": "gets the list of restricted Areas in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getTopicRestrictedAreaList",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "conferenceRoom": [
                    "alias"
                  ],
                  "privateEvent": [
                    "alias"
                  ],
                  "virtualcafe": [
                    "alias"
                  ]
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic not found"
          }
        },
        "summary": "gets the list of restricted Areas in a topic ",
        "tags": [
          "RestrictedArea"
        ]
      }
    },
    "/rest/scope/suggest": {
      "post": {
        "description": "Suggest Scope Information",
        "operationId": "suggestScopes",
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "searchString": "ctro",
                "suggestGroups": [
                  {
                    "limit": 3,
                    "scope": "TOPIC"
                  },
                  {
                    "limit": 3,
                    "scope": "SERIESOFTOPICS"
                  },
                  {
                    "limit": 3,
                    "scope": "EVENTCLOUD"
                  },
                  {
                    "limit": 3,
                    "scope": "EVENTORGANIZER"
                  }
                ]
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "string to look for and what should be suggested"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "403": {
            "description": "Access forbidden"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Suggest scope information",
        "tags": [
          "Scope"
        ]
      }
    },
    "/rest/scope/type/{scopeType}/name/{scopeName}": {
      "get": {
        "description": "Get Scope Path Information by type and name",
        "operationId": "getScopeInfo",
        "parameters": [
          {
            "in": "path",
            "name": "scopeType",
            "required": true,
            "schema": {
              "enum": [
                "EVENTCLOUD",
                "EVENTORGANIZER",
                "SERIESOFTOPICS",
                "TOPIC"
              ],
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "scopeName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "Success"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Scope not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Get scope information",
        "tags": [
          "Scope"
        ]
      }
    },
    "/rest/segment/topic/{topicName}": {
      "get": {
        "description": "Lists all (or only static) segments belonging to the given topic.",
        "operationId": "listSegments",
        "parameters": [
          {
            "description": "Name of the topic to list the categories for.",
            "example": "tectronica",
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "maxLength": 100,
              "minLength": 0,
              "type": "string"
            }
          },
          {
            "description": "Should dynamic segments be included in the response. Dynamic Default false",
            "example": false,
            "in": "query",
            "name": "includeDynamic",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiListSegmentsResponse"
                }
              }
            },
            "description": "default response"
          }
        },
        "summary": "Lists all segments of a topic",
        "tags": [
          "Segments"
        ]
      }
    },
    "/rest/selfservice/0/{topicName}/producttype/list": {
      "get": {
        "operationId": "listProductTypes",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "additionalProperties": {
                    "properties": {
                      "valueType": {
                        "enum": [
                          "ARRAY",
                          "FALSE",
                          "NULL",
                          "NUMBER",
                          "OBJECT",
                          "STRING",
                          "TRUE"
                        ],
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "type": "object"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "Selfservice"
        ]
      }
    },
    "/rest/selfservice/0/{topicName}/targetgroupfilter": {
      "get": {
        "description": "Provides the available target group filter to define the target group for notifications",
        "operationId": "getTargetGroupFilters",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "404": {
            "description": "topicName not found"
          }
        },
        "summary": "Get all targetgroup filter",
        "tags": [
          "Selfservice"
        ]
      }
    },
    "/rest/selfservice/0/{topicName}/{orgaId}": {
      "get": {
        "description": "This provides all information of an organization it doesn't matter if they are editable or not. If information are editable is defines by the `acquired shop assets` and `service keys` provided by other endpoints.",
        "operationId": "get_6",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "orgaId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "accessToken",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiCmOrganization"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName not found"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Load all information of an organization to edit.",
        "tags": [
          "Selfservice"
        ]
      },
      "post": {
        "description": "Applies changes to an organization authroized by an orgnanization access token.",
        "operationId": "save",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "orgaId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "accessToken",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "appUrl",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": "{      \"id\":\"alias\",\"name\":\"string\",\"logoFileId\":\"string\",\"backgroundImageFileId\":\"string\",\"headerVideoImageFileId\":\"string\", \"headerVideoFileId\":\"string\",\"subname\":null,\"phone\":\"+49 30 889 13 09-40\",\"mobile\":\"string\",\"fax\":\"string\",\"email\":\"string\", \"email2\":\"string\",\"web\":\"string\",\"address1\":\"string\",\"address2\":\"\",\"address3\":\"string\",\"postCode\":\"\",\"city\":\"\",\"countryCode\":\"DE\",\"facebook\":\"string\", \"linkedIn\":\"string\",\"twitter\":\"string\",\"googlePlus\":\"string\",\"pinterest\":\"string\",\"xing\":\"string\",\"youTube\":\"string\",\"instagram\":\"string\",\"foundingYear\":\"string\", \"size\":\"string\",\"industry\":\"string\",\"headerVideoUrl\":\"string\", \"headerVideoImageUrl\":\"string\",\"stands\":[]\"iframeUrl\":\"string\",\"iframeUrlDe\":\"\",\"consentTitle\":\"string\", \"consentTitleDe\":\"string\",\"consentText\":\"string\",\"consentTextDe\":\"string\",\"description\":\"string\",\"teaser\":\"string\",\"descriptionDe\":\"string\",\"teaserDe\":\"string\", \"tags\":[],\"categories\":[],\"products\":[],\"trademarks\":[],\"newsList\":[],\"jobOffers\":[],\"eventDates\":[],\"links\":[],\"persons\":[],\"medias\":[]}",
              "schema": {
                "$ref": "#/components/schemas/ApiCmOrganization"
              }
            }
          },
          "description": "reason of request"
        },
        "responses": {
          "200": {
            "description": "Successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName not found"
          }
        },
        "summary": "Update an organization",
        "tags": [
          "Selfservice"
        ]
      }
    },
    "/rest/selfservice/0/{topicName}/{organizationId}/triggergeofence": {
      "get": {
        "operationId": "listProductEnums_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "accessToken",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiGetTriggerGeofencesResponse"
                }
              }
            },
            "description": "default response"
          }
        },
        "summary": "Get all TiggerGeoFences (EXPERIMENTAL)",
        "tags": [
          "Selfservice"
        ]
      }
    },
    "/rest/selfservice/0/{topicName}/{productPropertyId}/productpropertyenum/list": {
      "get": {
        "operationId": "listProductEnums",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "productPropertyId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "additionalProperties": {
                    "properties": {
                      "valueType": {
                        "enum": [
                          "ARRAY",
                          "FALSE",
                          "NULL",
                          "NUMBER",
                          "OBJECT",
                          "STRING",
                          "TRUE"
                        ],
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "type": "object"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "Selfservice"
        ]
      }
    },
    "/rest/selfservice/0/{topicName}/{productTypeId}/productproperty/list": {
      "get": {
        "operationId": "getProductProperties",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "productTypeId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "additionalProperties": {
                    "properties": {
                      "valueType": {
                        "enum": [
                          "ARRAY",
                          "FALSE",
                          "NULL",
                          "NUMBER",
                          "OBJECT",
                          "STRING",
                          "TRUE"
                        ],
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "type": "object"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "Selfservice"
        ]
      }
    },
    "/rest/seriesoftopics": {
      "get": {
        "description": "gets the list of series of topics </br>Permissions: all Users",
        "operationId": "list_14",
        "parameters": [
          {
            "in": "query",
            "name": "mode",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "analyticsKey": "string",
                  "androidAppLaunchUrl": "string",
                  "appStoreUrl": "string",
                  "defaultLocalizedName": "string",
                  "eventOrganizer": "string",
                  "iOsAppLaunchUrl": "list",
                  "name": "string",
                  "notificationSegments": {
                    "key": "string",
                    "name": "string"
                  },
                  "oavUrl": "string",
                  "oavUrlDe": "string",
                  "playStoreUrl": "string",
                  "qrName": "string",
                  "topics": "list",
                  "users": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "gets the list of series of topics",
        "tags": [
          "SeriesOfTopics"
        ]
      }
    },
    "/rest/seriesoftopics/{name}": {
      "delete": {
        "description": "deletes series of Topic </br>Permissions: Admin User",
        "operationId": "delete_3",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "deletes series of Topic",
        "tags": [
          "SeriesOfTopics"
        ]
      },
      "get": {
        "description": "gets a series of topic through its name </br>Permissions: Admin / Technical User",
        "operationId": "get_7",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "analyticsKey": "string",
                  "androidAppLaunchUrl": "string",
                  "appStoreUrl": "string",
                  "defaultLocalizedName": "string",
                  "eventOrganizer": "string",
                  "iOsAppLaunchUrl": "list",
                  "name": "string",
                  "notificationSegments": {
                    "key": "string",
                    "name": "string"
                  },
                  "oavUrl": "string",
                  "oavUrlDe": "string",
                  "playStoreUrl": "string",
                  "qrName": "string",
                  "topics": "list",
                  "users": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "gets a series of topic through its name",
        "tags": [
          "SeriesOfTopics"
        ]
      },
      "put": {
        "description": "Create or update a series of topic</br>Permissions: Admin User",
        "operationId": "put_2",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "analyticsKey": "string",
                "androidAppLaunchUrl": "string",
                "appStoreUrl": "string",
                "defaultLocalizedName": "string",
                "eventOrganizer": "string",
                "iOsAppLaunchUrl": "list",
                "name": "string",
                "notificationSegments": {
                  "key": "string",
                  "name": "string"
                },
                "oavUrl": "string",
                "oavUrlDe": "string",
                "playStoreUrl": "string",
                "qrName": "string",
                "topics": "list",
                "users": [
                  "string"
                ]
              },
              "schema": {
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "{  \"name\" : \"string\",\n                  \"defaultLocalizedName\" : \"string\",\n                  \"eventOrganizer\" : \"string\",\n                  \"analyticsKey\" : \"string\",\n                  \"qrName\" : \"string\",\n                  \"appStoreUrl\" : \"string\",\n                  \"playStoreUrl\" : \"string\",\n                  \"oavUrl\" : \"string\",\n                  \"oavUrlDe\" : \"string\",\n                  \"topics\" : \"list\",\n                  \"users\" : \"[string]\",\n                  \"notificationSegments\" : [\"key\":\"string\",\"name\":\"string\"],\n                  \"iOsAppLaunchUrl\" : \"list\",\n                  \"androidAppLaunchUrl\" : \"string\" }",
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Create or update a series of topic",
        "tags": [
          "SeriesOfTopics"
        ]
      }
    },
    "/rest/seriesoftopics/{name}/token": {
      "get": {
        "description": "With the token you can create an appdevice and then login </br>Permissions: Admin  User",
        "operationId": "getToken_1",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "token": {
                    "iat": "dateTime",
                    "iss": "guideBE",
                    "seriesOfTopicsName": "string"
                  }
                },
                "schema": {
                  "type": "jwt signed"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Series of Topic not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "🦾 Get the Series of topic Token",
        "tags": [
          "SeriesOfTopics"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicId}/userperson": {
      "post": {
        "description": "A User can have an associated Person object in each Topic called UserPerson.This endpoint creates such a Person object if it does not exist.",
        "operationId": "createUserPerson",
        "parameters": [
          {
            "in": "path",
            "name": "topicId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/ApiCreateUserPersonRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "If required data are missing or the Person already exist."
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "User not found"
          }
        },
        "summary": "creates the UserPerson associated with the User",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/connected/persons/page": {
      "get": {
        "operationId": "getConnectedPersons",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "searchString",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiMatchPersonsResponse"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/consent": {
      "get": {
        "description": "Get the state of all recorded consents for this user. Sort order is the same as in getConsentDocuments request.</br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getConsents",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiConsents"
                }
              }
            },
            "description": "successful operation"
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "summary": "Get the consent state of this user.",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      },
      "post": {
        "description": "Set the state of all delivered consents. Unset required consents will result in an error. Can be used to set individual consents, or all at once. Not existing consents will be ignored.</br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "setConsents",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ApiConsents"
              }
            }
          }
        },
        "responses": {
          "204": {
            "description": "successful operation, no content"
          },
          "400": {
            "description": "You must give consent"
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "summary": "Set the consent state of this user.",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/consentdocuments": {
      "get": {
        "description": "Gets all documents which can be consented, all returned strings are in the selected language (if available) and the order is preset.Some documents can have mandatory consent.</br>Permissions: AppDeviceAccess.",
        "operationId": "getConsentDocuments",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Two Letter Iso lang code. Lowercase",
            "in": "query",
            "name": "lang",
            "schema": {
              "maxLength": 2,
              "minLength": 2,
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiConsentDocumentResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Payload invalid"
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "summary": "Get all documents which can be consented.",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/dataprivacy": {
      "post": {
        "description": "gets the data Privacy Url for a given Topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getDataPrivacyUrls",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "lang": "en"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "language"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "dataPrivacyDocsUrl": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Payload invalid"
          },
          "401": {
            "description": "Unauthorized"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the data Privacy Url for a given Topic",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/interests": {
      "get": {
        "description": "gets the intrests of a user </br>Permissions:  BEUsersRolesAllowed= AppDeviceAccess.",
        "operationId": "getInterests",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "interests": {
                    "id": "string",
                    "name": "string"
                  },
                  "lookingforandoffering": {
                    "id": "string",
                    "name": "string",
                    "parents": "alias"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the intrests of a user",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/mailtemplate/kind/{mailTemplateKind}": {
      "get": {
        "description": "provides the proper mail Template to the User </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getMatchMailTemplates",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "mailTemplateKind",
            "required": true,
            "schema": {
              "enum": [
                "<none>",
                "<none>",
                "<none>",
                "<none>",
                "<none>",
                "<none>",
                "<none>",
                "<none>",
                "<none>",
                "<none>",
                "<none>",
                "<none>",
                "<none>",
                "<none>",
                "<none>",
                "connectionrequest",
                "meetingrequest",
                "meetingrequestdeleted",
                "meetingrequestorganizationaccepted",
                "meetingrequestorganizationeclined",
                "meetingrequestparticipationaccepted",
                "meetingrequestparticipationdeclined",
                "meetingrequestparticipationdeleted",
                "meetingrequestphysical",
                "meetingrequestphysicalandvirtual",
                "meetingrequestupdated",
                "meetingrequestvirtual",
                "organizationrequestorganization",
                "organizationrequestsotuser",
                "person2personrequest",
                "verification"
              ],
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiMatchMailTemplateResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "provides the proper mail Template to the User",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/organization/{organizationId}/addstaff": {
      "post": {
        "description": "Add Staff to an Organization in a topic. Need to deliver a personfunction alias</br>Permissions: BEUsersRolesAllowed=ADMIN.",
        "operationId": "addStaffForAdmins",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": "{\"email\" = \"emailaddress\", \"personFunction\": \"alias\"}",
              "schema": {
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "organizationId": "alias",
                  "personFunctionId": "alias",
                  "personId": "alias",
                  "topic": "string",
                  "userId": "alias",
                  "userType": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "Add Staff to an Organization.",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/organization/{organizationId}/clearChatRoom": {
      "post": {
        "description": "deletes the Chat rooms of an Organization </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "clearOrganizationChatRoom",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "roomType",
            "schema": {
              "enum": [
                "SHOWFLOOR",
                "VIRTUAL_CAFE_GROUP",
                "VIRTUAL_CAFE_ROOM"
              ],
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "chatConversationName",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "deletes the Chat rooms of an Organization",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/organization/{organizationId}/person/{personId}": {
      "delete": {
        "description": "deletes the staffs of an Organization </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "deleteStaffPerson",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "personId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "organizationId": "alias",
                  "personFunctionId": "alias",
                  "personId": "alias",
                  "topic": "string",
                  "userId": "alias",
                  "userType": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "deletes the staffs of an Organization",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/organization/{organizationId}/user": {
      "post": {
        "description": "Add the Staff to an Organization in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "addStaffForUsers",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "personFunction": "string",
                "userId": "alias"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "language"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "organizationId": "alias",
                  "personFunctionId": "alias",
                  "personId": "alias",
                  "topic": "string",
                  "userId": "alias",
                  "userType": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "User is already staff of the organization"
          },
          "404": {
            "description": "Organization, topic, userid or personfuction not found"
          }
        },
        "summary": "Add the Staff to an Organization in a topic",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/organization/{organizationId}/user/{userId}": {
      "delete": {
        "description": "deletes a staff entry of an Organization </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "deleteStaffSotUser",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "organizationId": "alias",
                  "personFunctionId": "alias",
                  "personId": "alias",
                  "topic": "string",
                  "userId": "alias",
                  "userType": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic, Organisation, User or Person not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "deletes a staff entry of an Organization",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      },
      "get": {
        "description": "gets the list of staffs of an Organization in a topic  </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getStaff",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "organizationId": "alias",
                  "personFunctionId": "alias",
                  "personId": "alias",
                  "topic": "string",
                  "userId": "alias",
                  "userType": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the list of staffs of an Organization in a topic ",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile": {
      "post": {
        "description": "request a session for a user in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "requestUserSession",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ApiRequestUserSessionRequest"
              }
            }
          },
          "description": "language"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "bConnectionToken": {
                    "issuedAt": "dateTime",
                    "issuedBy": "string",
                    "sotName": "string",
                    "sotUserId": "string",
                    "subject": "string"
                  },
                  "profile": {
                    "adress1": "string",
                    "adress2": "string",
                    "adress3": "string",
                    "areaOfResponsibility": "string",
                    "categories": {
                      "categories": "categories"
                    },
                    "city": "string",
                    "company": "string",
                    "countrycode": "string",
                    "email": "targetSotUserId",
                    "eventDates": {
                      "dateTimeEnd": "DateTime",
                      "dateTimeStart": "DateTime",
                      "id": "targetSotUserId",
                      "name": "string"
                    },
                    "events": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "facebook": "string",
                    "firstName": "string",
                    "id": "alias",
                    "industry": "string",
                    "industryDe": "string",
                    "infotext": "string",
                    "instagram": "string",
                    "interests": {
                      "Interests": "Interests"
                    },
                    "invitingOrganization": {
                      "id": "alias",
                      "name": "string"
                    },
                    "language": "en-EN",
                    "lastName": "string",
                    "linkedIn": "string",
                    "logoUrl": "string",
                    "lookingfor": {
                      "lookingfor": "lookingfor"
                    },
                    "matchActive": "boolean",
                    "mobile": "targetSotUserId",
                    "offering": {
                      "Offering": "Offering"
                    },
                    "organization": {
                      "adress1": "Kurfuhrstamm",
                      "city": "Berlin",
                      "country": "Germany",
                      "email": "info@corussoft.de",
                      "id": "exhibitor_111",
                      "logo": "www.corussoft.de",
                      "name": "Corussoft",
                      "phone": "+493123123334",
                      "postCode": "10129"
                    },
                    "person": "string",
                    "phone": "targetSotUserId",
                    "pinterest": "string",
                    "position": "string",
                    "positionDe": "string",
                    "postalCode": "string",
                    "remoteId": "string",
                    "salutation": "string",
                    "salutationDe": "string",
                    "showroomStandby": "string",
                    "twitter": "string",
                    "type": "string",
                    "visible": "string",
                    "xing": "string",
                    "youTube": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "request a session for a user in a topic",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}": {
      "get": {
        "operationId": "getUserProfile",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiUserProfileResponse"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "SeriesOfTopicUsers"
        ]
      },
      "put": {
        "description": "updates the user profile data and returns back the updated Profile </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "updateUserProfile",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/ApiUpdateUserProfileRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiUserProfileResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Email address cannot be changed."
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic or user not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "updates the user profile data and returns back the updated Profile",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/blocks": {
      "get": {
        "description": "gets the number of unviewed Blocks for a user </br>Permissions: Admin User/ AppSeriesOfTopicsUserAccess.",
        "operationId": "getBlocks",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "searchString",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "extraItems": {
                    "areaOfResponsibility": "string",
                    "categories": {
                      "categories": "categories"
                    },
                    "categoryBadges": {
                      "badgeName": "targetSotUserId",
                      "badgeType": "targetSotUserId",
                      "colorBooth": "Interests",
                      "colorBorder": "targetSotUserId",
                      "colorFill": "Interests",
                      "colorText": "Interests",
                      "id": "targetSotUserId"
                    },
                    "company": "string",
                    "connectedSotUsers": {
                      "all the other attributes of SOTUser": "data",
                      "id": "alias"
                    },
                    "countrycode": "string",
                    "email": "targetSotUserId",
                    "eventDates": {
                      "dateTimeEnd": "DateTime",
                      "dateTimeStart": "DateTime",
                      "id": "targetSotUserId",
                      "name": "string"
                    },
                    "events": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "facebook": "string",
                    "firstName": "string",
                    "id": "alias",
                    "industry": "string",
                    "infotext": "string",
                    "instagram": "string",
                    "interests": {
                      "Interests": "Interests"
                    },
                    "invitingOrganization": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "isChatMuted": "boolean",
                    "language": "en-EN",
                    "lastChatMessage": "targetSotUserId",
                    "lastName": "string",
                    "linkedIn": "string",
                    "logoUrl": "string",
                    "lookingfor": {
                      "lookingfor": "lookingfor"
                    },
                    "matchActive": "targetSotUserId",
                    "mobile": "targetSotUserId",
                    "offering": {
                      "Offering": "Offering"
                    },
                    "organization": {
                      "adress1": "Kurfuhrstamm",
                      "city": "Berlin",
                      "country": "Germany",
                      "email": "info@corussoft.de",
                      "id": "exhibitor_111",
                      "logo": "www.corussoft.de",
                      "name": "Corussoft",
                      "phone": "+493123123334",
                      "postCode": "10129"
                    },
                    "person": "alias",
                    "phone": "targetSotUserId",
                    "pinterest": "string",
                    "position": "string",
                    "salutation": "string",
                    "twitter": "string",
                    "type": "string",
                    "xing": "string",
                    "youTube": "string"
                  },
                  "items": {
                    "group": "int",
                    "sotUser": {
                      "areaOfResponsibility": "string",
                      "categories": {
                        "categories": "categories"
                      },
                      "categoryBadges": {
                        "badgeName": "targetSotUserId",
                        "badgeType": "targetSotUserId",
                        "colorBooth": "Interests",
                        "colorBorder": "targetSotUserId",
                        "colorFill": "Interests",
                        "colorText": "Interests",
                        "id": "targetSotUserId"
                      },
                      "company": "string",
                      "connectedSotUsers": {
                        "all the other attributes of SOTUser": "...",
                        "id": "alias"
                      },
                      "countrycode": "string",
                      "email": "targetSotUserId",
                      "eventDates": {
                        "dateTimeEnd": "DateTime",
                        "dateTimeStart": "DateTime",
                        "id": "targetSotUserId",
                        "name": "string"
                      },
                      "events": {
                        "id": "targetSotUserId",
                        "name": "targetSotUserId"
                      },
                      "facebook": "string",
                      "firstName": "string",
                      "hasNextPage": "boolean",
                      "id": "alias",
                      "industry": "string",
                      "infotext": "string",
                      "instagram": "string",
                      "interests": {
                        "Interests": "Interests"
                      },
                      "invitingOrganization": {
                        "id": "targetSotUserId",
                        "name": "targetSotUserId"
                      },
                      "isChatMuted": "boolean",
                      "itemsPerPage": "long",
                      "language": "en-EN",
                      "lastChatMessage": "targetSotUserId",
                      "lastName": "string",
                      "linkedIn": "string",
                      "logoUrl": "string",
                      "lookingfor": {
                        "lookingfor": "lookingfor"
                      },
                      "matchActive": {
                        "group": "string",
                        "lang": "en",
                        "targetSotUserId": "alias"
                      },
                      "mobile": "targetSotUserId",
                      "offering": {
                        "Offering": "Offering"
                      },
                      "organization": {
                        "adress1": "Kurfuhrstamm",
                        "city": "Berlin",
                        "country": "Germany",
                        "email": "info@corussoft.de",
                        "id": "exhibitor_111",
                        "logo": "www.corussoft.de",
                        "name": "Corussoft",
                        "phone": "+493123123334",
                        "postCode": "10129"
                      },
                      "page": "long",
                      "person": "alias",
                      "phone": "targetSotUserId",
                      "pinterest": "string",
                      "position": "string",
                      "salutation": "string",
                      "totalUnviewedConnections": "long",
                      "twitter": "string",
                      "type": "string",
                      "xing": "string",
                      "youTube": "string"
                    }
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the number of unviewed Blocks for a user",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/connection": {
      "post": {
        "description": "commits user sessions in a topic </br>Permissions: AppSeriesOfTopicsUserAccess",
        "operationId": "commitUserSession",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "userToken ": "alias"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "User Information"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "beConnectionToken": {
                    "issuedAt": "dateTime",
                    "issuedBy": "string",
                    "sotName": "string",
                    "sotUserId": "string",
                    "subject": "tokenId"
                  },
                  "Profile": {
                    "adress1": "string",
                    "adress2": "string",
                    "adress3": "string",
                    "areaOfResponsibility": "string",
                    "categories": {
                      "categories": "categories"
                    },
                    "city": "string",
                    "company": "string",
                    "countrycode": "string",
                    "email": "targetSotUserId",
                    "eventDates": {
                      "dateTimeEnd": "DateTime",
                      "dateTimeStart": "DateTime",
                      "id": "targetSotUserId",
                      "name": "string"
                    },
                    "events": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "facebook": "string",
                    "firstName": "string",
                    "id": "alias",
                    "industry": "string",
                    "industryDe": "string",
                    "infotext": "string",
                    "instagram": "string",
                    "interests": {
                      "Interests": "Interests"
                    },
                    "invitingOrganization": {
                      "id": "alias",
                      "name": "string"
                    },
                    "language": "en-EN",
                    "lastName": "string",
                    "linkedIn": "string",
                    "logoUrl": "string",
                    "lookingfor": {
                      "lookingfor": "lookingfor"
                    },
                    "matchActive": "boolean",
                    "mobile": "targetSotUserId",
                    "offering": {
                      "Offering": "Offering"
                    },
                    "organization": {
                      "adress1": "Kurfuhrstamm",
                      "city": "Berlin",
                      "country": "Germany",
                      "email": "info@corussoft.de",
                      "id": "exhibitor_111",
                      "logo": "www.corussoft.de",
                      "name": "Corussoft",
                      "phone": "+493123123334",
                      "postCode": "10129"
                    },
                    "person": "string",
                    "phone": "targetSotUserId",
                    "pinterest": "string",
                    "position": "string",
                    "positionDe": "string",
                    "postalCode": "string",
                    "remoteId": "string",
                    "salutation": "string",
                    "salutationDe": "string",
                    "showroomStandby": "string",
                    "twitter": "string",
                    "type": "string",
                    "visible": "string",
                    "xing": "string",
                    "youTube": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "commits user sessions in a topic",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/correctUnreadCounterConversations": {
      "post": {
        "operationId": "correctUnreadCounterConversations",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "ddbCounterDifference",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/instantconnectqrcode": {
      "get": {
        "description": "gets the QR code of Instant-connections </br>Permissions: Admin User or AppSeriesOfTopicsUserAccess.",
        "operationId": "getInstantConnectQrCode",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "qrCodeContent": {
                    "action": "alias",
                    "issuedAt": "dateTime",
                    "issuedBy": "guideBE",
                    "prm": "instantconnect",
                    "seriesOfTopicsName": "string",
                    "sk": "sotu"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the QR code of Instant-connections",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/logo": {
      "delete": {
        "description": "deletes the User Profiles logo </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "deleteProfileLogo",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "topic or user not found"
          }
        },
        "summary": "deletes the User Profiles logo",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      },
      "post": {
        "description": "uploads the User Profile logo </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "uploadProfileLogo",
        "parameters": [
          {
            "in": "header",
            "name": "Content-Length",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "multipart/form-data": {
              "schema": {
                "$ref": "#/components/schemas/MultipartFormDataInput"
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "logoUrl": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "topic or user not found"
          }
        },
        "summary": "uploads the User Profile logo",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/logout": {
      "post": {
        "description": "logouts a user from a roundtable and returns back the btoken </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "logout",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "beConnectionToken": {
                    "issuedAt": "dateTime",
                    "issuedBy": "string",
                    "sotName": "string",
                    "sotUserId": "string",
                    "subject": "tokenId"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "logouts a user from a roundtable and returns back the btoken",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/matches/page": {
      "get": {
        "description": "gets the list of matching persons for a Profile ID in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getMatchingResult",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "searchString",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "hasNextPage": "Boolean",
                  "itemsPerPage": "int",
                  "page": "int",
                  "totalUnviewedConnections": "long"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the list of matching persons for a Profile ID in a topic",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/organization/{organizationId}": {
      "post": {
        "description": "adjust the detail section setting according to user information </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "setShowDetailSections",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "key",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "value",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "showProducts": "boolean",
                  "showTrademarks": "boolean"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic, profile or organization not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "adjust the detail section setting according to user information",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/organization/{organizationId}/getorgaincomingreq": {
      "get": {
        "description": "gets the list of request of an Organization in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getOrgaIncomingReq",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "company": "string",
                  "firstName": "string",
                  "id": "alias",
                  "lastName": "string",
                  "logoUrl": "string",
                  "position": "string",
                  "requestMessage": "string",
                  "type": "enum"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the list of request of an Organization in a topic",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/organization/{organizationId}/settings": {
      "get": {
        "description": "get the contact setting in the context of an organization </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getOrgaPersonSettings",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "showroomStandby": "boolean",
                  "visibleAsContact": "boolean"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName, profileId or organizationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "get the contact setting in the context of an organization",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      },
      "put": {
        "description": "adjust the contact setting in the context of an organization </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "setOrgaPersonSettings",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "additionalProperties": {
                  "properties": {
                    "valueType": {
                      "enum": [
                        "ARRAY",
                        "FALSE",
                        "NULL",
                        "NUMBER",
                        "OBJECT",
                        "STRING",
                        "TRUE"
                      ],
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "showroomStandby": "boolean",
                  "visibleAsContact": "boolean"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName, profileId or organizationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "adjust the contact setting in the context of an organization",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/organizationconnectionrequest/{orgaId}": {
      "delete": {
        "description": "deletes the Organization-connection request </br>Permissions: Admin User or AppSeriesOfTopicsUserAccess.",
        "operationId": "deleteOrgaConnectRequest",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "orgaId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "message": "string",
                  "orga": "string",
                  "sotUser": "string",
                  "status": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "deletes the Organization-connection request",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      },
      "get": {
        "description": "gets the Organization-connection request </br>Permissions: Admin User or AppSeriesOfTopicsUserAccess.",
        "operationId": "getOrgaConnectRequest",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "orgaId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "message": "string",
                  "orga": "string",
                  "sotUser": "string",
                  "status": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the Organization-connection request",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      },
      "put": {
        "description": "creates an Organization-connection request </br>Permissions: Admin User or AppSeriesOfTopicsUserAccess.",
        "operationId": "createOrganizationConnectionRequest",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "orgaId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ApiOrganizationConnectionMessage"
              }
            }
          },
          "description": "logo URL"
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "creates an Organization-connection request",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/personconnectionsunviewed": {
      "get": {
        "description": "gets the number of unviewed connections and requests of a user </br>Permissions:  BEUsersRolesAllowed=ADMIN, AppDeviceAccess.",
        "operationId": "getUnviewedConnections",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "unviewedConnected": "long",
                  "unviewedRequested": "long"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the number of unviewed connections and requests of a user",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/personconnectionsviewed": {
      "post": {
        "description": "sets the viewed connections of a user </br>Permissions:  BEUsersRolesAllowed=ADMIN, AppDeviceAccess.",
        "operationId": "setConnectionsViewed",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "viewedProfiles": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "email Addresse"
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "sets the viewed connections of a user",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/profiles/colleagues": {
      "get": {
        "description": "gets the profiles of colleagues of a person in a topic </br>Permissions: BEUsersRolesAllowed=ADMIN, AppSeriesOfTopicsUserAccess.",
        "operationId": "getColleagueProfiles",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "collegues": {
                    "adress1": "string",
                    "adress2": "string",
                    "adress3": "string",
                    "areaOfResponsibility": "string",
                    "categories": {
                      "categories": "categories"
                    },
                    "city": "string",
                    "company": "string",
                    "countrycode": "string",
                    "email": "targetSotUserId",
                    "eventDates": {
                      "dateTimeEnd": "DateTime",
                      "dateTimeStart": "DateTime",
                      "id": "targetSotUserId",
                      "name": "string"
                    },
                    "events": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "facebook": "string",
                    "firstName": "string",
                    "id": "alias",
                    "industry": "string",
                    "industryDe": "string",
                    "infotext": "string",
                    "instagram": "string",
                    "interests": {
                      "Interests": "Interests"
                    },
                    "invitingOrganization": {
                      "id": "alias",
                      "name": "string"
                    },
                    "language": "en-EN",
                    "lastName": "string",
                    "linkedIn": "string",
                    "logoUrl": "string",
                    "lookingfor": {
                      "lookingfor": "lookingfor"
                    },
                    "matchActive": "boolean",
                    "mobile": "targetSotUserId",
                    "offering": {
                      "Offering": "Offering"
                    },
                    "organization": {
                      "adress1": "Kurfuhrstamm",
                      "city": "Berlin",
                      "country": "Germany",
                      "email": "info@corussoft.de",
                      "id": "exhibitor_111",
                      "logo": "www.corussoft.de",
                      "name": "Corussoft",
                      "phone": "+493123123334",
                      "postCode": "10129"
                    },
                    "person": "string",
                    "phone": "targetSotUserId",
                    "pinterest": "string",
                    "position": "string",
                    "positionDe": "string",
                    "postalCode": "string",
                    "remoteId": "string",
                    "salutation": "string",
                    "salutationDe": "string",
                    "showroomStandby": "string",
                    "twitter": "string",
                    "type": "string",
                    "visible": "string",
                    "xing": "string",
                    "youTube": "string"
                  },
                  "extraItems": {
                    "areaOfResponsibility": "string",
                    "categories": {
                      "categories": "categories"
                    },
                    "categoryBadges": {
                      "badgeName": "targetSotUserId",
                      "badgeType": "targetSotUserId",
                      "colorBooth": "Interests",
                      "colorBorder": "targetSotUserId",
                      "colorFill": "Interests",
                      "colorText": "Interests",
                      "id": "targetSotUserId"
                    },
                    "company": "string",
                    "connectedSotUsers": {
                      "all the other attributes of SOTUser": "...",
                      "id": "alias"
                    },
                    "countrycode": "string",
                    "email": "targetSotUserId",
                    "eventDates": {
                      "dateTimeEnd": "DateTime",
                      "dateTimeStart": "DateTime",
                      "id": "targetSotUserId",
                      "name": "string"
                    },
                    "events": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "facebook": "string",
                    "firstName": "string",
                    "id": "alias",
                    "industry": "string",
                    "infotext": "string",
                    "instagram": "string",
                    "interests": {
                      "Interests": "Interests"
                    },
                    "invitingOrganization": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "isChatMuted": "boolean",
                    "language": "en-EN",
                    "lastChatMessage": "targetSotUserId",
                    "lastName": "string",
                    "linkedIn": "string",
                    "logoUrl": "string",
                    "lookingfor": {
                      "lookingfor": "lookingfor"
                    },
                    "matchActive": "targetSotUserId",
                    "mobile": "targetSotUserId",
                    "offering": {
                      "Offering": "Offering"
                    },
                    "organization": {
                      "adress1": "Kurfuhrstamm",
                      "city": "Berlin",
                      "country": "Germany",
                      "email": "info@corussoft.de",
                      "id": "exhibitor_111",
                      "logo": "www.corussoft.de",
                      "name": "Corussoft",
                      "phone": "+493123123334",
                      "postCode": "10129"
                    },
                    "person": "alias",
                    "phone": "targetSotUserId",
                    "pinterest": "string",
                    "position": "string",
                    "salutation": "string",
                    "twitter": "string",
                    "type": "string",
                    "xing": "string",
                    "youTube": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the profiles of colleagues of a person in a topic",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/profiles/contacts": {
      "get": {
        "description": "gets the contacts of a user in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getContactProfiles",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "searchString",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "ddbCounter",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "extraItems": {
                    "areaOfResponsibility": "string",
                    "categories": {
                      "categories": "categories"
                    },
                    "categoryBadges": {
                      "badgeName": "targetSotUserId",
                      "badgeType": "targetSotUserId",
                      "colorBooth": "Interests",
                      "colorBorder": "targetSotUserId",
                      "colorFill": "Interests",
                      "colorText": "Interests",
                      "id": "targetSotUserId"
                    },
                    "company": "string",
                    "connectedSotUsers": {
                      "all the other attributes of SOTUser": "data",
                      "id": "alias"
                    },
                    "countrycode": "string",
                    "email": "targetSotUserId",
                    "eventDates": {
                      "dateTimeEnd": "DateTime",
                      "dateTimeStart": "DateTime",
                      "id": "targetSotUserId",
                      "name": "string"
                    },
                    "events": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "facebook": "string",
                    "firstName": "string",
                    "id": "alias",
                    "industry": "string",
                    "infotext": "string",
                    "instagram": "string",
                    "interests": {
                      "Interests": "Interests"
                    },
                    "invitingOrganization": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "isChatMuted": "boolean",
                    "language": "en-EN",
                    "lastChatMessage": "targetSotUserId",
                    "lastName": "string",
                    "linkedIn": "string",
                    "logoUrl": "string",
                    "lookingfor": {
                      "lookingfor": "lookingfor"
                    },
                    "matchActive": "targetSotUserId",
                    "mobile": "targetSotUserId",
                    "offering": {
                      "Offering": "Offering"
                    },
                    "organization": {
                      "adress1": "Kurfuhrstamm",
                      "city": "Berlin",
                      "country": "Germany",
                      "email": "info@corussoft.de",
                      "id": "exhibitor_111",
                      "logo": "www.corussoft.de",
                      "name": "Corussoft",
                      "phone": "+493123123334",
                      "postCode": "10129"
                    },
                    "person": "alias",
                    "phone": "targetSotUserId",
                    "pinterest": "string",
                    "position": "string",
                    "salutation": "string",
                    "twitter": "string",
                    "type": "string",
                    "xing": "string",
                    "youTube": "string"
                  },
                  "items": {
                    "group": "int",
                    "sotUser": {
                      "areaOfResponsibility": "string",
                      "categories": {
                        "categories": "categories"
                      },
                      "categoryBadges": {
                        "badgeName": "targetSotUserId",
                        "badgeType": "targetSotUserId",
                        "colorBooth": "Interests",
                        "colorBorder": "targetSotUserId",
                        "colorFill": "Interests",
                        "colorText": "Interests",
                        "id": "targetSotUserId"
                      },
                      "company": "string",
                      "connectedSotUsers": {
                        "all the other attributes of SOTUser": "...",
                        "id": "alias"
                      },
                      "countrycode": "string",
                      "email": "targetSotUserId",
                      "eventDates": {
                        "dateTimeEnd": "DateTime",
                        "dateTimeStart": "DateTime",
                        "id": "targetSotUserId",
                        "name": "string"
                      },
                      "events": {
                        "id": "targetSotUserId",
                        "name": "targetSotUserId"
                      },
                      "facebook": "string",
                      "firstName": "string",
                      "hasNextPage": "boolean",
                      "id": "alias",
                      "industry": "string",
                      "infotext": "string",
                      "instagram": "string",
                      "interests": {
                        "Interests": "Interests"
                      },
                      "invitingOrganization": {
                        "id": "targetSotUserId",
                        "name": "targetSotUserId"
                      },
                      "isChatMuted": "boolean",
                      "itemsPerPage": "long",
                      "language": "en-EN",
                      "lastChatMessage": "targetSotUserId",
                      "lastName": "string",
                      "linkedIn": "string",
                      "logoUrl": "string",
                      "lookingfor": {
                        "lookingfor": "lookingfor"
                      },
                      "matchActive": {
                        "group": "string",
                        "lang": "en",
                        "targetSotUserId": "alias"
                      },
                      "mobile": "targetSotUserId",
                      "offering": {
                        "Offering": "Offering"
                      },
                      "organization": {
                        "adress1": "Kurfuhrstamm",
                        "city": "Berlin",
                        "country": "Germany",
                        "email": "info@corussoft.de",
                        "id": "exhibitor_111",
                        "logo": "www.corussoft.de",
                        "name": "Corussoft",
                        "phone": "+493123123334",
                        "postCode": "10129"
                      },
                      "page": "long",
                      "person": "alias",
                      "phone": "targetSotUserId",
                      "pinterest": "string",
                      "position": "string",
                      "salutation": "string",
                      "totalUnviewedConnections": "long",
                      "twitter": "string",
                      "type": "string",
                      "xing": "string",
                      "youTube": "string"
                    }
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the contacts of a user in a topic",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/profiles/contacts/csv": {
      "get": {
        "description": "genertes the list of contacts related to a profile_ID in a CSV file </br>Permissions: ADMIN User or AppSeriesOfTopicsUserAccess.",
        "operationId": "getContactProfilesCsv",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "forceCollaborationFeatureActive",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "genertes the list of contacts related to a profile_ID in a CSV file",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/profiles/contacts/vCard": {
      "get": {
        "description": "genertes the list of contacts related to a profile_ID in VCard </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getContactProfilesVCard",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "forceCollaborationFeatureActive",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "genertes the list of contacts related to a profile_ID in VCard",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/profiles/conversations": {
      "get": {
        "description": "gets the conversations of a user </br>Permissions:  BEUsersRolesAllowed= AppDeviceAccess.",
        "operationId": "getConversations",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "searchString",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "extraItems": {
                    "areaOfResponsibility": "string",
                    "categories": {
                      "categories": "categories"
                    },
                    "categoryBadges": {
                      "badgeName": "targetSotUserId",
                      "badgeType": "targetSotUserId",
                      "colorBooth": "Interests",
                      "colorBorder": "targetSotUserId",
                      "colorFill": "Interests",
                      "colorText": "Interests",
                      "id": "targetSotUserId"
                    },
                    "company": "string",
                    "connectedSotUsers": {
                      "all the other attributes of SOTUser": "data",
                      "id": "alias"
                    },
                    "countrycode": "string",
                    "email": "targetSotUserId",
                    "eventDates": {
                      "dateTimeEnd": "DateTime",
                      "dateTimeStart": "DateTime",
                      "id": "targetSotUserId",
                      "name": "string"
                    },
                    "events": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "facebook": "string",
                    "firstName": "string",
                    "id": "alias",
                    "industry": "string",
                    "infotext": "string",
                    "instagram": "string",
                    "interests": {
                      "Interests": "Interests"
                    },
                    "invitingOrganization": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "isChatMuted": "boolean",
                    "language": "en-EN",
                    "lastChatMessage": "targetSotUserId",
                    "lastName": "string",
                    "linkedIn": "string",
                    "logoUrl": "string",
                    "lookingfor": {
                      "lookingfor": "lookingfor"
                    },
                    "matchActive": "targetSotUserId",
                    "mobile": "targetSotUserId",
                    "offering": {
                      "Offering": "Offering"
                    },
                    "organization": {
                      "adress1": "Kurfuhrstamm",
                      "city": "Berlin",
                      "country": "Germany",
                      "email": "info@corussoft.de",
                      "id": "exhibitor_111",
                      "logo": "www.corussoft.de",
                      "name": "Corussoft",
                      "phone": "+493123123334",
                      "postCode": "10129"
                    },
                    "person": "alias",
                    "phone": "targetSotUserId",
                    "pinterest": "string",
                    "position": "string",
                    "salutation": "string",
                    "twitter": "string",
                    "type": "string",
                    "xing": "string",
                    "youTube": "string"
                  },
                  "items": {
                    "group": "int",
                    "sotUser": {
                      "areaOfResponsibility": "string",
                      "categories": {
                        "categories": "categories"
                      },
                      "categoryBadges": {
                        "badgeName": "targetSotUserId",
                        "badgeType": "targetSotUserId",
                        "colorBooth": "Interests",
                        "colorBorder": "targetSotUserId",
                        "colorFill": "Interests",
                        "colorText": "Interests",
                        "id": "targetSotUserId"
                      },
                      "company": "string",
                      "connectedSotUsers": {
                        "all the other attributes of SOTUser": "...",
                        "id": "alias"
                      },
                      "countrycode": "string",
                      "email": "targetSotUserId",
                      "eventDates": {
                        "dateTimeEnd": "DateTime",
                        "dateTimeStart": "DateTime",
                        "id": "targetSotUserId",
                        "name": "string"
                      },
                      "events": {
                        "id": "targetSotUserId",
                        "name": "targetSotUserId"
                      },
                      "facebook": "string",
                      "firstName": "string",
                      "hasNextPage": "boolean",
                      "id": "alias",
                      "industry": "string",
                      "infotext": "string",
                      "instagram": "string",
                      "interests": {
                        "Interests": "Interests"
                      },
                      "invitingOrganization": {
                        "id": "targetSotUserId",
                        "name": "targetSotUserId"
                      },
                      "isChatMuted": "boolean",
                      "itemsPerPage": "long",
                      "language": "en-EN",
                      "lastChatMessage": "targetSotUserId",
                      "lastName": "string",
                      "linkedIn": "string",
                      "logoUrl": "string",
                      "lookingfor": {
                        "lookingfor": "lookingfor"
                      },
                      "matchActive": {
                        "group": "string",
                        "lang": "en",
                        "targetSotUserId": "alias"
                      },
                      "mobile": "targetSotUserId",
                      "offering": {
                        "Offering": "Offering"
                      },
                      "organization": {
                        "adress1": "Kurfuhrstamm",
                        "city": "Berlin",
                        "country": "Germany",
                        "email": "info@corussoft.de",
                        "id": "exhibitor_111",
                        "logo": "www.corussoft.de",
                        "name": "Corussoft",
                        "phone": "+493123123334",
                        "postCode": "10129"
                      },
                      "page": "long",
                      "person": "alias",
                      "phone": "targetSotUserId",
                      "pinterest": "string",
                      "position": "string",
                      "salutation": "string",
                      "totalUnviewedConnections": "long",
                      "twitter": "string",
                      "type": "string",
                      "xing": "string",
                      "youTube": "string"
                    }
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the conversations of a user",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/profiles/networkingChartData": {
      "get": {
        "description": "genertes the list of contacts related to a profile_ID in Json format </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getContactNestedProfiles",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "depth",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "searchString",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "topicFilter",
            "schema": {
              "format": "int64",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "highestRatingValue": "string",
                  "links": {
                    "extra": {
                      "connectionType": "string",
                      "rating": "string"
                    },
                    "from": "dateTime",
                    "to": "dateTime"
                  },
                  "nodes": {
                    "contactOfExhibitor": "string",
                    "firstName": "string",
                    "id": "alias",
                    "lastName": "string",
                    "logoUrl": "string",
                    "position": "string",
                    "speaker": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "genertes the list of contacts related to a profile_ID in Json format",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/profiles/publicpersons": {
      "get": {
        "description": "get the profiles of Public Persons in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getPublicPersonProfiles",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "extraItems": [],
                  "publicPersonProfiles": [
                    {
                      "id": "alias",
                      "person": "alias"
                    }
                  ]
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "get the profiles of Public Persons in a topic",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/profiles/relevant": {
      "get": {
        "description": "gets the relevant profiles of a user  in a topic name </br>Permissions: Admin User/ AppSeriesOfTopicsUserAccess.",
        "operationId": "getRelevantProfiles",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "searchString",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "position",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "userType",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "topicFilter",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "hideConnections",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "filterlist",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "extraItems": {
                    "areaOfResponsibility": "string",
                    "categories": {
                      "categories": "categories"
                    },
                    "categoryBadges": {
                      "badgeName": "targetSotUserId",
                      "badgeType": "targetSotUserId",
                      "colorBooth": "Interests",
                      "colorBorder": "targetSotUserId",
                      "colorFill": "Interests",
                      "colorText": "Interests",
                      "id": "targetSotUserId"
                    },
                    "company": "string",
                    "connectedSotUsers": {
                      "all the other attributes of SOTUser": "data",
                      "id": "alias"
                    },
                    "countrycode": "string",
                    "email": "targetSotUserId",
                    "eventDates": {
                      "dateTimeEnd": "DateTime",
                      "dateTimeStart": "DateTime",
                      "id": "targetSotUserId",
                      "name": "string"
                    },
                    "events": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "facebook": "string",
                    "firstName": "string",
                    "id": "alias",
                    "industry": "string",
                    "infotext": "string",
                    "instagram": "string",
                    "interests": {
                      "Interests": "Interests"
                    },
                    "invitingOrganization": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "isChatMuted": "boolean",
                    "language": "en-EN",
                    "lastChatMessage": "targetSotUserId",
                    "lastName": "string",
                    "linkedIn": "string",
                    "logoUrl": "string",
                    "lookingfor": {
                      "lookingfor": "lookingfor"
                    },
                    "matchActive": "targetSotUserId",
                    "mobile": "targetSotUserId",
                    "offering": {
                      "Offering": "Offering"
                    },
                    "organization": {
                      "adress1": "Kurfuhrstamm",
                      "city": "Berlin",
                      "country": "Germany",
                      "email": "info@corussoft.de",
                      "id": "exhibitor_111",
                      "logo": "www.corussoft.de",
                      "name": "Corussoft",
                      "phone": "+493123123334",
                      "postCode": "10129"
                    },
                    "person": "alias",
                    "phone": "targetSotUserId",
                    "pinterest": "string",
                    "position": "string",
                    "salutation": "string",
                    "twitter": "string",
                    "type": "string",
                    "xing": "string",
                    "youTube": "string"
                  },
                  "items": {
                    "group": "int",
                    "sotUser": {
                      "areaOfResponsibility": "string",
                      "categories": {
                        "categories": "categories"
                      },
                      "categoryBadges": {
                        "badgeName": "targetSotUserId",
                        "badgeType": "targetSotUserId",
                        "colorBooth": "Interests",
                        "colorBorder": "targetSotUserId",
                        "colorFill": "Interests",
                        "colorText": "Interests",
                        "id": "targetSotUserId"
                      },
                      "company": "string",
                      "connectedSotUsers": {
                        "all the other attributes of SOTUser": "...",
                        "id": "alias"
                      },
                      "countrycode": "string",
                      "email": "targetSotUserId",
                      "eventDates": {
                        "dateTimeEnd": "DateTime",
                        "dateTimeStart": "DateTime",
                        "id": "targetSotUserId",
                        "name": "string"
                      },
                      "events": {
                        "id": "targetSotUserId",
                        "name": "targetSotUserId"
                      },
                      "facebook": "string",
                      "firstName": "string",
                      "hasNextPage": "boolean",
                      "id": "alias",
                      "industry": "string",
                      "infotext": "string",
                      "instagram": "string",
                      "interests": {
                        "Interests": "Interests"
                      },
                      "invitingOrganization": {
                        "id": "targetSotUserId",
                        "name": "targetSotUserId"
                      },
                      "isChatMuted": "boolean",
                      "itemsPerPage": "long",
                      "language": "en-EN",
                      "lastChatMessage": "targetSotUserId",
                      "lastName": "string",
                      "linkedIn": "string",
                      "logoUrl": "string",
                      "lookingfor": {
                        "lookingfor": "lookingfor"
                      },
                      "matchActive": {
                        "group": "string",
                        "lang": "en",
                        "targetSotUserId": "alias"
                      },
                      "mobile": "targetSotUserId",
                      "offering": {
                        "Offering": "Offering"
                      },
                      "organization": {
                        "adress1": "Kurfuhrstamm",
                        "city": "Berlin",
                        "country": "Germany",
                        "email": "info@corussoft.de",
                        "id": "exhibitor_111",
                        "logo": "www.corussoft.de",
                        "name": "Corussoft",
                        "phone": "+493123123334",
                        "postCode": "10129"
                      },
                      "page": "long",
                      "person": "alias",
                      "phone": "targetSotUserId",
                      "pinterest": "string",
                      "position": "string",
                      "salutation": "string",
                      "totalUnviewedConnections": "long",
                      "twitter": "string",
                      "type": "string",
                      "xing": "string",
                      "youTube": "string"
                    }
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the relevant profiles of a user  in a topic name",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/profiles/relevantnetchart": {
      "get": {
        "description": "gets the related users  in a topic name </br>Permissions: Admin User/ AppSeriesOfTopicsUserAccess.",
        "operationId": "getRatedUsers",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "highestRatingValue": "string",
                  "links": {
                    "extra": {
                      "connectionType": "string",
                      "rating": "string"
                    },
                    "from": "dateTime",
                    "to": "dateTime"
                  },
                  "nodes": {
                    "contactOfExhibitor": "string",
                    "firstName": "string",
                    "id": "alias",
                    "lastName": "string",
                    "logoUrl": "string",
                    "position": "string",
                    "speaker": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the related users  in a topic name",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/requests": {
      "get": {
        "description": "Not finalized!",
        "operationId": "getRequests",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "searchString",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "ddbCounter",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "extraItems": {
                    "areaOfResponsibility": "string",
                    "categories": {
                      "categories": "categories"
                    },
                    "categoryBadges": {
                      "badgeName": "targetSotUserId",
                      "badgeType": "targetSotUserId",
                      "colorBooth": "Interests",
                      "colorBorder": "targetSotUserId",
                      "colorFill": "Interests",
                      "colorText": "Interests",
                      "id": "targetSotUserId"
                    },
                    "company": "string",
                    "connectedSotUsers": {
                      "all the other attributes of SOTUser": "data",
                      "id": "alias"
                    },
                    "countrycode": "string",
                    "email": "targetSotUserId",
                    "eventDates": {
                      "dateTimeEnd": "DateTime",
                      "dateTimeStart": "DateTime",
                      "id": "targetSotUserId",
                      "name": "string"
                    },
                    "events": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "facebook": "string",
                    "firstName": "string",
                    "id": "alias",
                    "industry": "string",
                    "infotext": "string",
                    "instagram": "string",
                    "interests": {
                      "Interests": "Interests"
                    },
                    "invitingOrganization": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "isChatMuted": "boolean",
                    "language": "en-EN",
                    "lastChatMessage": "targetSotUserId",
                    "lastName": "string",
                    "linkedIn": "string",
                    "logoUrl": "string",
                    "lookingfor": {
                      "lookingfor": "lookingfor"
                    },
                    "matchActive": "targetSotUserId",
                    "mobile": "targetSotUserId",
                    "offering": {
                      "Offering": "Offering"
                    },
                    "organization": {
                      "adress1": "Kurfuhrstamm",
                      "city": "Berlin",
                      "country": "Germany",
                      "email": "info@corussoft.de",
                      "id": "exhibitor_111",
                      "logo": "www.corussoft.de",
                      "name": "Corussoft",
                      "phone": "+493123123334",
                      "postCode": "10129"
                    },
                    "person": "alias",
                    "phone": "targetSotUserId",
                    "pinterest": "string",
                    "position": "string",
                    "salutation": "string",
                    "twitter": "string",
                    "type": "string",
                    "xing": "string",
                    "youTube": "string"
                  },
                  "items": {
                    "group": "int",
                    "sotUser": {
                      "areaOfResponsibility": "string",
                      "categories": {
                        "categories": "categories"
                      },
                      "categoryBadges": {
                        "badgeName": "targetSotUserId",
                        "badgeType": "targetSotUserId",
                        "colorBooth": "Interests",
                        "colorBorder": "targetSotUserId",
                        "colorFill": "Interests",
                        "colorText": "Interests",
                        "id": "targetSotUserId"
                      },
                      "company": "string",
                      "connectedSotUsers": {
                        "all the other attributes of SOTUser": "...",
                        "id": "alias"
                      },
                      "countrycode": "string",
                      "email": "targetSotUserId",
                      "eventDates": {
                        "dateTimeEnd": "DateTime",
                        "dateTimeStart": "DateTime",
                        "id": "targetSotUserId",
                        "name": "string"
                      },
                      "events": {
                        "id": "targetSotUserId",
                        "name": "targetSotUserId"
                      },
                      "facebook": "string",
                      "firstName": "string",
                      "hasNextPage": "boolean",
                      "id": "alias",
                      "industry": "string",
                      "infotext": "string",
                      "instagram": "string",
                      "interests": {
                        "Interests": "Interests"
                      },
                      "invitingOrganization": {
                        "id": "targetSotUserId",
                        "name": "targetSotUserId"
                      },
                      "isChatMuted": "boolean",
                      "itemsPerPage": "long",
                      "language": "en-EN",
                      "lastChatMessage": "targetSotUserId",
                      "lastName": "string",
                      "linkedIn": "string",
                      "logoUrl": "string",
                      "lookingfor": {
                        "lookingfor": "lookingfor"
                      },
                      "matchActive": {
                        "group": "string",
                        "lang": "en",
                        "targetSotUserId": "alias"
                      },
                      "mobile": "targetSotUserId",
                      "offering": {
                        "Offering": "Offering"
                      },
                      "organization": {
                        "adress1": "Kurfuhrstamm",
                        "city": "Berlin",
                        "country": "Germany",
                        "email": "info@corussoft.de",
                        "id": "exhibitor_111",
                        "logo": "www.corussoft.de",
                        "name": "Corussoft",
                        "phone": "+493123123334",
                        "postCode": "10129"
                      },
                      "page": "long",
                      "person": "alias",
                      "phone": "targetSotUserId",
                      "pinterest": "string",
                      "position": "string",
                      "salutation": "string",
                      "totalUnviewedConnections": "long",
                      "twitter": "string",
                      "type": "string",
                      "xing": "string",
                      "youTube": "string"
                    }
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "Not finalized!",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/settings": {
      "post": {
        "description": "adjust the setting according to user information </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "setSettingsValue",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "key",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "value",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "organization",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "showroomStandby": "boolean",
                  "visible": "boolean"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicname / profileId / organization not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "adjust the setting according to user information",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/targetProfile/{targetProfileId}": {
      "get": {
        "description": "gets the User profile for a user through his ProfileID  in a topic </br>Permissions:  BEUsersRolesAllowed=ADMIN, AppDeviceAccess.",
        "operationId": "getUserProfile_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "targetProfileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "extraItems": {
                    "id": "alias",
                    "when idOnly is false": "returns a similar complete structure like Profile "
                  },
                  "profile": {
                    "areaOfResponsibility": "string",
                    "categories": {
                      "categories": "categories"
                    },
                    "categoryBadges": {
                      "badgeName": "targetSotUserId",
                      "badgeType": "targetSotUserId",
                      "colorBooth": "Interests",
                      "colorBorder": "targetSotUserId",
                      "colorFill": "Interests",
                      "colorText": "Interests",
                      "id": "targetSotUserId"
                    },
                    "company": "string",
                    "connectedSotUsers": {
                      "all the other attributes of SOTUser": "...",
                      "id": "alias"
                    },
                    "countrycode": "string",
                    "email": "targetSotUserId",
                    "eventDates": {
                      "dateTimeEnd": "DateTime",
                      "dateTimeStart": "DateTime",
                      "id": "targetSotUserId",
                      "name": "string"
                    },
                    "events": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "facebook": "string",
                    "firstName": "string",
                    "id": "alias",
                    "industry": "string",
                    "infotext": "string",
                    "instagram": "string",
                    "interests": {
                      "Interests": "Interests"
                    },
                    "invitingOrganization": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "isChatMuted": "boolean",
                    "language": "en-EN",
                    "lastChatMessage": "targetSotUserId",
                    "lastName": "string",
                    "linkedIn": "string",
                    "logoUrl": "string",
                    "lookingfor": {
                      "lookingfor": "lookingfor"
                    },
                    "matchActive": "targetSotUserId",
                    "mobile": "targetSotUserId",
                    "offering": {
                      "Offering": "Offering"
                    },
                    "organization": {
                      "adress1": "Kurfuhrstamm",
                      "city": "Berlin",
                      "country": "Germany",
                      "email": "info@corussoft.de",
                      "id": "exhibitor_111",
                      "logo": "www.corussoft.de",
                      "name": "Corussoft",
                      "phone": "+493123123334",
                      "postCode": "10129"
                    },
                    "person": "alias",
                    "phone": "targetSotUserId",
                    "pinterest": "string",
                    "position": "string",
                    "salutation": "string",
                    "twitter": "string",
                    "type": "string",
                    "xing": "string",
                    "youTube": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Bad request"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "target user not found"
          }
        },
        "summary": "gets the user Profile",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/targetProfile/{targetProfileId}/connection": {
      "post": {
        "description": "connects the requested person to user and returns back the information of them </br>Permissions: Admin User or AppSeriesOfTopicsUserAccess.",
        "operationId": "doConnectAction",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "targetProfileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ApiUserConnectionMessage"
              }
            }
          },
          "description": "email Addresse"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "extraItems": {
                    "id": "alias",
                    "when idOnly is false": "returns a similar complete structure like Profile "
                  },
                  "profile": {
                    "areaOfResponsibility": "string",
                    "categories": {
                      "categories": "categories"
                    },
                    "categoryBadges": {
                      "badgeName": "targetSotUserId",
                      "badgeType": "targetSotUserId",
                      "colorBooth": "Interests",
                      "colorBorder": "targetSotUserId",
                      "colorFill": "Interests",
                      "colorText": "Interests",
                      "id": "targetSotUserId"
                    },
                    "company": "string",
                    "connectedSotUsers": {
                      "all the other attributes of SOTUser": "...",
                      "id": "alias"
                    },
                    "countrycode": "string",
                    "email": "targetSotUserId",
                    "eventDates": {
                      "dateTimeEnd": "DateTime",
                      "dateTimeStart": "DateTime",
                      "id": "targetSotUserId",
                      "name": "string"
                    },
                    "events": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "facebook": "string",
                    "firstName": "string",
                    "id": "alias",
                    "industry": "string",
                    "infotext": "string",
                    "instagram": "string",
                    "interests": {
                      "Interests": "Interests"
                    },
                    "invitingOrganization": {
                      "id": "targetSotUserId",
                      "name": "targetSotUserId"
                    },
                    "isChatMuted": "boolean",
                    "language": "en-EN",
                    "lastChatMessage": "targetSotUserId",
                    "lastName": "string",
                    "linkedIn": "string",
                    "logoUrl": "string",
                    "lookingfor": {
                      "lookingfor": "lookingfor"
                    },
                    "matchActive": "targetSotUserId",
                    "mobile": "targetSotUserId",
                    "offering": {
                      "Offering": "Offering"
                    },
                    "organization": {
                      "adress1": "Kurfuhrstamm",
                      "city": "Berlin",
                      "country": "Germany",
                      "email": "info@corussoft.de",
                      "id": "exhibitor_111",
                      "logo": "www.corussoft.de",
                      "name": "Corussoft",
                      "phone": "+493123123334",
                      "postCode": "10129"
                    },
                    "person": "alias",
                    "phone": "targetSotUserId",
                    "pinterest": "string",
                    "position": "string",
                    "salutation": "string",
                    "twitter": "string",
                    "type": "string",
                    "xing": "string",
                    "youTube": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "connects the requested person to user",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/targetProfile/{targetProfileId}/conversation": {
      "get": {
        "description": "gets the conversations of a user </br>Permissions:  BEUsersRolesAllowed= AppDeviceAccess.",
        "operationId": "getConversation",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "targetProfileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "refMessageId",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "hasNextPage": "true",
                  "itemsPerPage": "int",
                  "messages": "string",
                  "page": "int"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the conversations of a user",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/targetProfile/{targetProfileId}/conversation/mutestatus": {
      "put": {
        "description": "sets the mute status regarding the Conversations of a user </br>Permissions:  BEUsersRolesAllowed= AppDeviceAccess.",
        "operationId": "setConversationMuteStatus",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "targetProfileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "muted": "true"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "email Addresse"
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "sets the mute status regarding the Conversations of a user",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/targetProfile/{targetProfileId}/messages": {
      "post": {
        "description": "gets the unviewed connections of a user </br>Permissions:  BEUsersRolesAllowed=ADMIN, AppDeviceAccess.",
        "operationId": "postChatMessages",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "targetProfileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "messages": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "email Addresse"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "messages": "string",
                  "receiverId": "alias",
                  "senderId": "alias"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the unviewed connections of a user",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/profile/{profileId}/targetProfile/{targetProfileId}/personconnectionviewed": {
      "put": {
        "description": "sets the viewed connections of a user </br>Permissions:  BEUsersRolesAllowed=ADMIN, AppDeviceAccess.",
        "operationId": "setConnectionViewed",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "targetProfileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "sets the viewed connections of a user",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/publicpersonprofiles": {
      "get": {
        "operationId": "getMatchProfilesOfPublicPersons",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "additionalProperties": {
                    "properties": {
                      "valueType": {
                        "enum": [
                          "ARRAY",
                          "FALSE",
                          "NULL",
                          "NUMBER",
                          "OBJECT",
                          "STRING",
                          "TRUE"
                        ],
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "type": "object"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/removefromrecommendationlist/{requestedUser}/{userToRemove}": {
      "delete": {
        "description": "deletes the connection between two users </br>Permissions: Admin User or AppSeriesOfTopicsUserAccess.",
        "operationId": "deleteData",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "requestedUser",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userToRemove",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "deletes the connection between two users",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/reporter/{reporterId}/reportProfile/{reportProfileId}/sendReportEmail": {
      "post": {
        "description": "reports a user </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "reportUser",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "reporterId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "reportProfileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "description": "string",
                "reportType": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "report information"
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "reports a user",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/requested/persons/page": {
      "get": {
        "operationId": "getRequestedPersons",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "searchString",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiMatchPersonsResponse"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/selfdefineduserroles": {
      "get": {
        "description": "gets the self-defined user roles of a topic </br>Permissions:  BEUsersRolesAllowed= AppDeviceAccess.",
        "operationId": "getSelfDefinedUserRoles",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "selfDefinedUserRoles": {
                    "id": "string",
                    "name": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets all self-defined user roles of a topic",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/shareTarget/{shareTargetId}/targetProfile/{targetProfileId}/sendShareMail": {
      "post": {
        "description": "send the shareTarget email to a user </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "sendShareTargetMailToUser",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "shareTargetId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "targetProfileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "type",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "notes": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "context of message"
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "send the shareTarget email to a user",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/targetProfileId/{targetProfileId}/personconnection": {
      "post": {
        "operationId": "sayHello",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "targetProfileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/ApiUserConnectionMessage"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiUserProfileResponse"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/testverificationmessage": {
      "post": {
        "description": "sends a test Verification Message to the given mail address in the request </br>Permissions: Admin.",
        "operationId": "sendTestVerificationMessage",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "receiverMail": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Email address"
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "sends a test Verification Message",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/topic/{topicName}/updateticketqrcode": {
      "post": {
        "description": "updates the Ticket-QRCode- not finalized! </br>Permissions:  AppSeriesOfTopicsUserAccess.",
        "operationId": "updateTicketQrCode",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "email": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "email Addresse"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "success": "true"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "updates the Ticket-QRCode- not finalized!",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/userpool/{userPoolId}/user/{userId}": {
      "delete": {
        "description": "Deletes the user profile and everything belonging to this profile. This Endpoint requires a deletion authorization token.",
        "operationId": "deleteUser",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "permissionToken": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Permission Token"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "email": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "No Token"
          },
          "401": {
            "description": "Token invalid"
          },
          "404": {
            "description": "Userpool or User not found"
          }
        },
        "summary": "Deletes the user profile (Final user deletion request)",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/userpool/{userPoolId}/user/{userId}/initdeletion": {
      "post": {
        "description": "Initializes the user deletion process by sending a user confirmation email to the associatedemail address. In addition the user will be loged out from the current app device. Tester accountswhich don't have access to a real email account are imediatly be deleted instread of sending a mail.",
        "operationId": "initUserDeletionAndLogout",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "401": {
            "description": "User is not authorized to perform this action"
          },
          "404": {
            "description": "User not found"
          }
        },
        "summary": "Initializes the user deletion process (Init user deletion request) and logout",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/userpool/{userPool}/feedback": {
      "post": {
        "description": "receives a feedback from the support employee when a problem is escalted.An email is then created using the feedback and user data and sent from noreplay@corussoft to support@corussoft.de.",
        "operationId": "feedbackSupport",
        "parameters": [
          {
            "in": "path",
            "name": "userPool",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/ApiFeedbackRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Payload invalid"
          },
          "403": {
            "description": "Access forbidden"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "receives a feedback from the support employee when a problem is escalted",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/userpool/{userPool}/user": {
      "post": {
        "description": "sends the data from a existing user belonging to a special userpool.",
        "operationId": "getUserByEmail",
        "parameters": [
          {
            "in": "path",
            "name": "userPool",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/ApiGetUserForSupportRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiGetUserForSupportResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "User not found"
          }
        },
        "summary": "sends the data from a existing user belonging to a special userpool",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/userpool/{userPool}/user/token/company": {
      "post": {
        "description": "sends the login token via corussoft sender address and updates the user data.\n Both values (loginAttempts and tokenResetCount) will be reseted.",
        "operationId": "resendLoginTokenViaCorussoftEmail",
        "parameters": [
          {
            "in": "path",
            "name": "userPool",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/ApiSendLoginTokenRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiGetUserForSupportResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Payload invalid"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "User not found"
          },
          "417": {
            "description": "No data (token)"
          }
        },
        "summary": "sends the login token via corussoft sender address and updates the user data",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/userpool/{userPool}/user/token/customer": {
      "post": {
        "description": "sends the login token via custom sender address and updates the user data. If the customer sender address is not stored, the Corussoft Email (noreply@corussoft.de) is used.\n Both values (loginAttempts and tokenResetCount) will be reseted.",
        "operationId": "resendLoginTokenViaCustomerEmail",
        "parameters": [
          {
            "in": "path",
            "name": "userPool",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/ApiSendLoginTokenRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiGetUserForSupportResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Payload invalid"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "User not found"
          },
          "417": {
            "description": "No data (token)"
          }
        },
        "summary": "sends the login token via custom sender address and updates the user data",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/seriesoftopicsuser/userpool/{userPool}/user/unlock": {
      "put": {
        "description": "Resets mobileLoginAttempts and tokenResetCounts to unlock user account. If one of these two values is >= 3, the user's account is blocked.",
        "operationId": "unlockUserAccount",
        "parameters": [
          {
            "in": "path",
            "name": "userPool",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/ApiGetUserForSupportRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiGetUserForSupportResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "User not found"
          }
        },
        "summary": "Resets mobileLoginAttempts and tokenResetCounts to unlock user account",
        "tags": [
          "SeriesOfTopicUsers"
        ]
      }
    },
    "/rest/servicekeys/simpleaccesstoken/topic/{topicName}/organizationId/{organizationId}": {
      "get": {
        "description": "get service keys of an organization by providing an content manager access token",
        "operationId": "getServiceKeysWithAccessToken",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "accessToken",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          },
          "400": {
            "description": "No token provided"
          },
          "401": {
            "description": "Invalid token"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "summary": "get Service keys of an organization",
        "tags": [
          "ServiceKeys"
        ]
      }
    },
    "/rest/servicekeys/topic/{topicName}/organizationId/{organizationId}": {
      "get": {
        "description": "gets Service keys of an organization in the provided topic ",
        "operationId": "getServiceKeys",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          },
          "401": {
            "description": "Invalid token"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "summary": "gets Service keys of an organization",
        "tags": [
          "ServiceKeys"
        ]
      }
    },
    "/rest/servicekeys/v2/aquiredshopassets/topic/{topicName}/organization/{organizationId}": {
      "get": {
        "description": "This organization access token secured endpoint provides the acquired shop assets for one organization.",
        "operationId": "getAquiredShopAssets",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "accessToken",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          },
          "404": {
            "description": "Data not found"
          }
        },
        "summary": "Get Acquired shop assets for one organization.",
        "tags": [
          "ServiceKeysV2"
        ]
      }
    },
    "/rest/servicekeys/v2/servicekey/topic/{topicName}": {
      "get": {
        "description": "This public endpoint provides organization service keys and subelement service keys for the given topic.",
        "operationId": "getServiceKeys_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "summary": "Get organization and subelement service keys",
        "tags": [
          "ServiceKeysV2"
        ]
      }
    },
    "/rest/servicekeys/v2/subelementpackage/topic/{topicName}": {
      "get": {
        "description": "This public endpoint provides all subelement packages in the given topic.",
        "operationId": "getSubelementPackages",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "summary": "Get subelement packages",
        "tags": [
          "ServiceKeysV2"
        ]
      }
    },
    "/rest/shop/topic/{topicName}/organization": {
      "post": {
        "description": "Creates a new Organization. The Organization is marked as inactive. Other processes will activate such an organization.",
        "operationId": "createOrganization",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "maxLength": 100,
              "minLength": 0,
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ApiCreateOrganization"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiCreateOrganizationResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Create an Organization",
        "tags": [
          "Shop"
        ]
      }
    },
    "/rest/shop/topic/{topicName}/organization/{organizationId}/contact": {
      "post": {
        "description": "Create a main Contact for the supplied organization. The Organization is created with the createOrganization call. The main contact gets Backoffice and Selfservice Permissions for that organization. Reusing the same email for the same topic does not create a new person but creates the organization connection if not already existing.",
        "operationId": "createContact",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "maxLength": 100,
              "minLength": 0,
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "description": "Internal identifier of the organization, retrieved from createOrganization call.",
              "maxLength": 255,
              "minLength": 0,
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ApiCreateContact"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiCreateContactResponse"
                }
              }
            },
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found, Organization not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Create a main Contact for the supplied organization",
        "tags": [
          "Shop"
        ]
      }
    },
    "/rest/stats/{topicName}": {
      "get": {
        "description": "get the statistic report for a series of topic </br>Permissions: Admin User",
        "operationId": "get_8",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "customEntityCategoryCount": "long",
                  "customEntityCount": "long",
                  "eventCategoryCount": "long",
                  "eventCount": "long",
                  "eventDateCategoryCount": "long",
                  "eventDateCount": "long",
                  "hallCount": "long",
                  "newsCategoryCount": "long",
                  "newsCount": "long",
                  "organizationCategoryCount": "long",
                  "organizationCount": "long",
                  "personCategoryCount": "long",
                  "personCount": "long",
                  "productCategoryCount": "long",
                  "productCount": "long",
                  "standCount": "long",
                  "standRegistrationCount": "long"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "get the statistic report for a series of topic",
        "tags": [
          "Stats"
        ]
      }
    },
    "/rest/sync/topic/{topicName}/favorites/{profileId}": {
      "post": {
        "operationId": "syncFavorites",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/ApiSyncRequest"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiSyncResponse"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "Syncs"
        ]
      }
    },
    "/rest/sync/topic/{topicName}/profile/{profileId}": {
      "post": {
        "description": "syncronises the user timeplan according to its local time </br>Permissions: AppSeriesOfTopicsUserAccess",
        "operationId": "sync",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "currentTime": "dateTime",
                "lastSyncTime": "dateTime"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Update user answer by payload"
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topicName/profileId not found"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "syncronises the user timeplan according to its local time",
        "tags": [
          "Syncs"
        ]
      }
    },
    "/rest/tasks": {
      "get": {
        "description": "returns the list of tasks </br>Permissions: Admin",
        "operationId": "listTasks",
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "tasks": {
                    "name": "string",
                    "scheduling": "dateTime"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "SeriesOfTopics not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_soTopic": []
          }
        ],
        "summary": "returns the list of tasks",
        "tags": [
          "Tasks"
        ]
      }
    },
    "/rest/tasks/{taskName}/executions": {
      "get": {
        "description": "returns the list of tasks </br>Permissions: Admin",
        "operationId": "get_9",
        "parameters": [
          {
            "in": "path",
            "name": "taskName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "tasks": {
                    "name": "string",
                    "scheduling": "dateTime"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "SeriesOfTopics not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_soTopic": []
          }
        ],
        "summary": "returns the list of tasks to be executed",
        "tags": [
          "Tasks"
        ]
      },
      "post": {
        "description": "executes the given tasks </br>Permissions: Admin",
        "operationId": "execute",
        "parameters": [
          {
            "in": "path",
            "name": "taskName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "tasks": {
                  "name": "string",
                  "scheduling": "dateTime"
                }
              },
              "schema": {
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "execution": {
                    "name": "string",
                    "scheduling": "dateTime"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "SeriesOfTopics not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_soTopic": []
          }
        ],
        "summary": "executes the given tasks",
        "tags": [
          "Tasks"
        ]
      }
    },
    "/rest/thirdparty/arsmedium/{topicName}/{lang}": {
      "get": {
        "operationId": "list_3",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "lang",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "site",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "onlineGuideBaseUrl",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "ThirdParties"
        ]
      }
    },
    "/rest/ticket/topic/{topicName}/list": {
      "get": {
        "description": "gets the list of tickets </br>Permissions: BEUsersRolesAllowed=AppSeriesOfTopicsUserAccess",
        "operationId": "listTickets",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "includeCanceled",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "header",
            "name": "customData",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "articleNr": "string",
                  "color": "string",
                  "company": "string",
                  "customInfo": "string",
                  "customInfoDe": "string",
                  "email": "string",
                  "fullname": "string",
                  "grade": "string",
                  "guards": {
                    "hardLock": "string",
                    "localizedStatusText": "string",
                    "type": "string",
                    "unlockDateTime": "dateTime",
                    "unlockMethod": "string",
                    "unlockMethodType": "string"
                  },
                  "id": "alias",
                  "name": "string",
                  "orderDate": "string",
                  "orderEmail": "string",
                  "orderNumber": "string",
                  "type": "string",
                  "Type:HTML": {
                    "url": "string"
                  },
                  "Type:PDF": {
                    "pdfUrl": "string"
                  },
                  "Type:QR_Codes-contentLocked": {
                    "passbooklink": "string",
                    "qrCodeContent": "string"
                  },
                  "typeShort": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "User not found"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the list of tickets ",
        "tags": [
          "Tickets"
        ]
      }
    },
    "/rest/ticket/topic/{topicName}/personalize": {
      "post": {
        "operationId": "personalizeTicket",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "additionalProperties": {
                  "properties": {
                    "valueType": {
                      "enum": [
                        "ARRAY",
                        "FALSE",
                        "NULL",
                        "NUMBER",
                        "OBJECT",
                        "STRING",
                        "TRUE"
                      ],
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiTicket"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "Tickets"
        ]
      }
    },
    "/rest/ticket/topic/{topicName}/ticket/{ticketId}/guard/{guardType}": {
      "post": {
        "description": "unlocks the tickets guard, is used for Corona QR codes </br>Permissions: BEUsersRolesAllowed=ADMIN.",
        "operationId": "unlockTicketGuard",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "ticketId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "guardType",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "header",
            "name": "customData",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "content": "string",
                "lang": "en"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "language"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "unlockedTickets": {
                    "articleNr": "string",
                    "company": "string",
                    "email": "string",
                    "fullname": "string",
                    "grade": "string",
                    "guards": {
                      "hardLock": "string",
                      "localizedStatusText": "string",
                      "type": "string",
                      "unlockDateTime": "dateTime",
                      "unlockMethod": "string",
                      "unlockMethodType": "string"
                    },
                    "id": "alias",
                    "name": "string",
                    "orderDate": "string",
                    "orderEmail": "string",
                    "orderNumber": "string",
                    "type": "string",
                    "Type:HTML": {
                      "url": "string"
                    },
                    "Type:PDF": {
                      "pdfUrl": "string"
                    },
                    "Type:QR_Codes-contentLocked": {
                      "passbooklink": "string",
                      "qrCodeContent": "string"
                    }
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Unlock Data malformed"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic / ticketGuard not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "unlocks the tickets guard, is used for Corona QR codes",
        "tags": [
          "Tickets"
        ]
      }
    },
    "/rest/ticket/topic/{topicName}/ticketshopurl": {
      "get": {
        "operationId": "getTicketShopUrl",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "purpose",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiGetTicketShopUrlResponse"
                }
              }
            },
            "description": "default response"
          }
        },
        "tags": [
          "Tickets"
        ]
      }
    },
    "/rest/topic": {
      "get": {
        "description": "gets the list of topics </br>Permissions:@BEUserRolesAllowed(Roles.ADMIN) &  @BEUserRolesAllowed(Roles.TECHNICAL)",
        "operationId": "list_15",
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "currentBudgetPlannerVersion": "string",
                  "currentOnlineGuideVersion": "string",
                  "defaultOrganizationLogo": "string",
                  "endDate": "dateTime",
                  "multimediaPath": "string",
                  "name": "string",
                  "secret": "alias",
                  "seriesOfTopic": "string",
                  "startDate": "dateTime"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "gets the list of topics",
        "tags": [
          "Topics"
        ]
      }
    },
    "/rest/topic/{name}": {
      "delete": {
        "description": "delete a topic</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN) ",
        "operationId": "delete_4",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "delete a topic",
        "tags": [
          "Topics"
        ]
      },
      "get": {
        "description": "gets the information of a topic by name</br>Permissions:@BEUserRolesAllowed(Roles.ADMIN) &  @BEUserRolesAllowed(Roles.TECHNICAL)",
        "operationId": "get_10",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "currentBudgetPlannerVersion": "string",
                  "currentOnlineGuideVersion": "string",
                  "defaultOrganizationLogo": "string",
                  "endDate": "dateTime",
                  "multimediaPath": "string",
                  "name": "string",
                  "secret": "alias",
                  "seriesOfTopic": "string",
                  "startDate": "dateTime"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "gets the information of a topic",
        "tags": [
          "Topics"
        ]
      },
      "put": {
        "description": "Update the validation date of tokens for a User</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN) &  @BEUserRolesAllowed(Roles.TECHNICAL)",
        "operationId": "put_3",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "currentBudgetPlannerVersion": "string",
                "currentOnlineGuideVersion": "string",
                "defaultOrganizationLogo": "string",
                "endDate": "dateTime",
                "multimediaPath": "string",
                "name": "string",
                "secret": "alias",
                "seriesOfTopic": "string",
                "startDate": "dateTime"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Update user answer by payload"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "currentBudgetPlannerVersion": "string",
                  "currentOnlineGuideVersion": "string",
                  "defaultOrganizationLogo": "string",
                  "endDate": "dateTime",
                  "multimediaPath": "string",
                  "name": "string",
                  "secret": "alias",
                  "seriesOfTopic": "string",
                  "startDate": "dateTime"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "Update the validation date of tokens for a User",
        "tags": [
          "Topics"
        ]
      }
    },
    "/rest/topic/{name}/currentBudgetPlannerVersion": {
      "get": {
        "description": "gets the current version of Budgetplanner  for given topic</br>Permissions: no Permission ",
        "operationId": "getCurrentBudgetPlannerVersion",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "gets the current version of Budgetplanner  for given topic",
        "tags": [
          "Topics"
        ]
      }
    },
    "/rest/topic/{name}/currentOnlineGuideVersion": {
      "get": {
        "description": "gets the current version of onlineGuide  for given topic</br>Permissions: no Permission ",
        "operationId": "getCurrentOnlineGuideVersion",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "gets the current version of onlineGuide  for given topic",
        "tags": [
          "Topics"
        ]
      }
    },
    "/rest/topic/{name}/data": {
      "delete": {
        "description": "delete the  data of topic</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN) ",
        "operationId": "deleteData_1",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "delete the  data of topic",
        "tags": [
          "Topics"
        ]
      }
    },
    "/rest/topic/{name}/getcategoriesbytopic": {
      "get": {
        "description": "gets the Categories  for a topic </br>Permissions: noPermission",
        "operationId": "getcategoriesbytopic",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "alias": "Match_Ambient_Assisted_Living",
                  "categoryName": "Produktneuheiten",
                  "CategoryType ": "enum, exp: INTEREST",
                  "colorBorder": "null",
                  "colorFill": "null",
                  "colorText": "null",
                  "orderkey": "1.2",
                  "orderkeyDe": "1.2"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "gets the Categories  for a topic--TODO response structure should be mdified ",
        "tags": [
          "Topics"
        ]
      }
    },
    "/rest/topic/{name}/getrootcategoriesbytopic": {
      "put": {
        "description": "gets the root Categories  for a topic: noPermission)",
        "operationId": "getrootcategoriesbytopic",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "rootCategories": "2013\\2031\\2032"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Update user answer by payload"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "key": "00000001.0000002.0000003",
                  "label": "Plastic material",
                  "nodes": {
                    "internal nodes..": "internal nodes-data.."
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "gets the root Categories  for a topic",
        "tags": [
          "Topics"
        ]
      }
    },
    "/rest/topic/{topicName}/selfservicetoken": {
      "get": {
        "description": "gets the list of selfservice tokens in a topic</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN) &  @BEUserRolesAllowed(Roles.TECHNICAL)",
        "operationId": "listSelfServiceToken",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": [
                  {
                    "accesstoken": "string",
                    "email": "string",
                    "id": "string",
                    "name": "string",
                    "type": "string"
                  }
                ],
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "TopicName/sotUserId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "ConnectionToken_sotUser": []
          }
        ],
        "summary": "gets the list of selfservice tokens in a topic",
        "tags": [
          "Topics"
        ]
      }
    },
    "/rest/topic/{topicName}/selfservicetoken/csv": {
      "get": {
        "operationId": "getSelfserviceInCSV",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "optional-columns",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "content": {
              "text/csv; charset=utf-8": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "Topics"
        ]
      }
    },
    "/rest/tracking/topic/{topicName}/action/{entityType}/{entityId}": {
      "post": {
        "description": "\"Track a frontend-action (like clicking on a news-block). It generates a Record in a TimeStream Database. </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "trackAction",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "entityType",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "entityId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "profileId",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "204": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "entity, topic or  not found"
          }
        },
        "summary": "Track a frontend-action.",
        "tags": [
          "Trackings"
        ]
      }
    },
    "/rest/tracking/topic/{topicName}/actionreport/mostReadNews": {
      "get": {
        "description": "List the most read news (configurable via branding) for the topic",
        "operationId": "mostReadNews",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "profileId",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "items": {
                    "$ref": "#/components/schemas/ApiMostReadNews"
                  },
                  "type": "array",
                  "uniqueItems": true
                }
              }
            },
            "description": "successful operation"
          }
        },
        "summary": "List the most read news for a topic",
        "tags": [
          "Trackings"
        ]
      }
    },
    "/rest/tracking/topic/{topicName}/contacts": {
      "get": {
        "description": " get the organizations contacts list </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getContacts",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "organizationId",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "searchString",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "company": "string",
                  "email": "string",
                  "firstName": "string",
                  "lastName": "string",
                  "logoUrl": "string",
                  "phone": "string",
                  "position": "string",
                  "profileId": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "get the organizations contacts list  ",
        "tags": [
          "Trackings"
        ]
      }
    },
    "/rest/tracking/topic/{topicName}/contacts/csv": {
      "get": {
        "description": "get the organizations contacts list in csv format </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getContactsAsCsv",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "profileId",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "organizationId",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "text/csv": {}
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "get the organizations contacts list ",
        "tags": [
          "Trackings"
        ]
      }
    },
    "/rest/tracking/topic/{topicName}/guests": {
      "get": {
        "description": "gets the list of organizations visits </br>Permissions:  </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "listOrganizationGuests",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "organizationId",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "searchString",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "data": {
                    "company": "string",
                    "email": "string",
                    "firstName": "string",
                    "lastName": "string",
                    "logoUrl": "string",
                    "phone": "string",
                    "position": "string",
                    "profileId": "string"
                  },
                  "hasNext": "boolean"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the list of organizations visits ",
        "tags": [
          "Trackings"
        ]
      }
    },
    "/rest/tracking/topic/{topicName}/guests/csv": {
      "get": {
        "description": "get the list of organizations guests in csv format </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "listOrganizationGuestsAsCsv",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "organizationId",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "text/csv": {}
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "get the list of organizations guests",
        "tags": [
          "Trackings"
        ]
      }
    },
    "/rest/tracking/topic/{topicName}/profile/{profileId}/organization/{organizationId}": {
      "get": {
        "description": "Get counts of organizationsVisits. </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "listOrganizationVisitCounts",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "type",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "startDate",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "endDate",
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Update importer by importerPayload"
        },
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "401": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic, User, or Organization not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "Get counts of organizationsVisits",
        "tags": [
          "Trackings"
        ]
      },
      "post": {
        "description": "updates the organizations visits </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "trackOrganizationVisits",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "profileId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "organizationId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "targetId": "string",
                "time": "ISO Datetime",
                "type": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Update importer by importerPayload"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "status": "OK"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "updates the organizations visits ",
        "tags": [
          "Trackings"
        ]
      }
    },
    "/rest/tracking/topic/{topicName}/users": {
      "get": {
        "description": "gets all the Users </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getAllUsers",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "organizationId",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "page",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "itemsPerPage",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "searchString",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "company": "string",
                  "email": "string",
                  "firstName": "string",
                  "lastName": "string",
                  "logoUrl": "string",
                  "phone": "string",
                  "position": "string",
                  "profileId": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets all the Users ",
        "tags": [
          "Trackings"
        ]
      }
    },
    "/rest/tracking/topic/{topicName}/visitors": {
      "get": {
        "description": "updates the organizations visits </br>Permissions: no Permission.",
        "operationId": "listOrganizationVisitors",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "organizationId",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "limit",
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "nextDate",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "unmarked",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "optInOnly",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "data": {
                    "ce": "int",
                    "company": "string",
                    "coupon": "int",
                    "detail": "int",
                    "email": "string",
                    "eventDate": "int",
                    "expo": "int",
                    "firstName": "string",
                    "interest": "int",
                    "lastName": "string",
                    "lastvisit": "dateTime",
                    "link": "int",
                    "live": "int",
                    "logoUrl": "Url",
                    "magazine": "int",
                    "marked": "dateTime",
                    "markedBy": "string",
                    "markedtext": "string",
                    "media": "int",
                    "optIn": "boolean",
                    "phone": "string",
                    "position": "string",
                    "press": "int",
                    "profileId": "alias",
                    "rec": "int",
                    "vc": "int"
                  },
                  "hasNext": "boolean",
                  "nextTime": "dateTime"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "updates the organizations visits ",
        "tags": [
          "Trackings"
        ]
      },
      "post": {
        "description": "Marks the organizations visitors </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "markOrganizationVisitor",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "profileId",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "organizationId",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "visitorId",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "markedText",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "marked",
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "time",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "marked": "dateTime",
                  "markedBy": "sotUser",
                  "markedtext": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "Marks the organizations visitors ",
        "tags": [
          "Trackings"
        ]
      }
    },
    "/rest/tracking/topic/{topicName}/visitors/csv": {
      "get": {
        "description": "get the list of organizations visitors in csv format </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "listOrganizationVisitorsAsCsv",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "organizationId",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "optInOnly",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "text/csv": {}
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "get the list of organizations visitors ",
        "tags": [
          "Trackings"
        ]
      }
    },
    "/rest/twitter/userId/{twitterHandle}": {
      "get": {
        "description": "gets the Twitter-feed of a user </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getTwitterUserFeed",
        "parameters": [
          {
            "in": "path",
            "name": "twitterHandle",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "created_at": "yyyy-MM-dd'T'HH:mm:ss",
                  "entities": {
                    "hashtags": "string",
                    "media": {
                      "media_url_https": "string",
                      "type": "string"
                    },
                    "urls": "string"
                  },
                  "full_text": "string",
                  "id": "string",
                  "retweeted_status": "json",
                  "user": {
                    "profile_image_url_https": "string",
                    "RT @+screen_name": "string",
                    "url": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "404": {
            "description": "Topic not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the Twitter-feed of a user",
        "tags": [
          "Twitter"
        ]
      }
    },
    "/rest/upload/{topicName}": {
      "post": {
        "description": "Uploads a file for a topic and retrieve a file id for further processing </br>Permissions: Admin User, Content Manager",
        "operationId": "uploadFile",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "multipart/form-data": {
              "encoding": {
                "file": {
                  "contentType": "application/octet-stream"
                }
              },
              "schema": {
                "format": "binary",
                "type": "string"
              }
            }
          }
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "{ \n                            \"uploadFileId\": string\n                            \"uploadFileName\": string\n                            \"uploadFileUrl\": string\n                            \"uploadFileContentType\": string\n                            \"uploadFilePurpose\": string\n                            \"uploadFileSize\": long\n                        }",
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied/wrong uploadPurpose"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "upload a file for a topic"
      }
    },
    "/rest/user": {
      "get": {
        "description": "gets the list of APIUsers </br>Permissions: Admin)",
        "operationId": "list_16",
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": [
                  {
                    "accessToken": "string",
                    "accessTokenExpirationDateTimes": "string",
                    "name": "string",
                    "pass": "string",
                    "roles": "string",
                    "seriesOfTopics": "string"
                  }
                ],
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the list of APIUsers",
        "tags": [
          "Users"
        ]
      }
    },
    "/rest/user/roles": {
      "get": {
        "description": "lists all existing role names along with their display names </br>Permissions: ADMIN",
        "operationId": "listAllRoles",
        "parameters": [
          {
            "in": "query",
            "name": "lang",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "roles": [
                    {
                      "id": "string",
                      "localized": {
                        "de": {
                          "name": "string"
                        }
                      },
                      "name": "string"
                    }
                  ]
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "lists all existing roles",
        "tags": [
          "Users"
        ]
      }
    },
    "/rest/user/{name}": {
      "delete": {
        "description": "deletes an API User </br>Permissions: no Permission",
        "operationId": "delete_5",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "deletes an API User",
        "tags": [
          "Users"
        ]
      },
      "get": {
        "description": "gets information of an APIUser </br>Permissions: no Permission",
        "operationId": "get_11",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "accessToken": "string",
                  "accessTokenExpirationDateTimes": "string",
                  "name": "string",
                  "pass": "string",
                  "roles": "string",
                  "seriesOfTopics": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets information of an APIUser",
        "tags": [
          "Users"
        ]
      },
      "put": {
        "description": "updates the information of an API User </br>Permissions: no Permission",
        "operationId": "put_4",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/ApiUser"
              }
            }
          },
          "description": "Create an user by payload"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApiUser"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "401": {
            "description": "Unauthorized Access"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "updates the information of an API User",
        "tags": [
          "Users"
        ]
      }
    },
    "/rest/user/{name}/password": {
      "put": {
        "description": "updates the password of an API User </br>Permissions: no Permission",
        "operationId": "changePassword",
        "parameters": [
          {
            "in": "path",
            "name": "name",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "currentPassword": "string",
                "newPassword": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Change the user password by payload"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "accessToken": "string",
                  "accessTokenExpirationDateTimes": "string",
                  "name": "string",
                  "pass": "string",
                  "roles": "string",
                  "seriesOfTopics": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "401": {
            "description": "Unauthorized Access"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "updates the password of an API User",
        "tags": [
          "Users"
        ]
      }
    },
    "/rest/userconferenceroomaccess/topic/{topicName}/conferenceroom/access": {
      "get": {
        "description": "gets the status of users Accesses to all conference rooms in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getAccessStatusForAllConferenceRooms",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "summary": "gets the status of users Accesses to all conference rooms in a topic",
        "tags": [
          "UserConferenceRoomAccesses"
        ]
      }
    },
    "/rest/userconferenceroomaccess/topic/{topicName}/conferenceroom/{conferenceRoomId}/access": {
      "get": {
        "description": "gets the list of user Accesses-requests  to conference rooms in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getOrderList",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "conferenceRoomId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "status",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "orderBy",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Bad request"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Conference room not found"
          }
        },
        "summary": "gets the list of user Accesses-requests  to conference rooms in a topic ",
        "tags": [
          "UserConferenceRoomAccesses"
        ]
      }
    },
    "/rest/userconferenceroomaccess/topic/{topicName}/conferenceroom/{conferenceRoomId}/access/user/{userId}": {
      "delete": {
        "description": "deletes the Access of a user to a conference room in a topic</br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "revokeUserConferenceRoomAccess",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "conferenceRoomId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "createdAt": "Datetime",
                  "id": "alias",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "string",
                  "status": "string",
                  "topic": "string",
                  "virtualCafeId": "string",
                  "virtualCafeType": "VIRTUALCAFE"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic / series of topics not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "deletes the Access of a user to a conference room in a topic",
        "tags": [
          "UserConferenceRoomAccesses"
        ]
      },
      "get": {
        "description": "gets the Users access to conference rooms in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getUserConferenceRoomAccess",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "conferenceRoomId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "createdAt": "enum",
                  "id": "alias",
                  "requestReason": "string",
                  "restrictedAreaId": "string",
                  "restrictedAreaType": "string",
                  "status": "string",
                  "topic": "string",
                  "user": {
                    "company": "string",
                    "firstName": "string",
                    "id": "string",
                    "lastName": "string",
                    "logoUrl": "string",
                    "position": "string",
                    "seriesOfTopicsUser": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic / series of topics / eventdate not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets the Users access to conference rooms in a topic ",
        "tags": [
          "UserConferenceRoomAccesses"
        ]
      },
      "post": {
        "description": "accept or decline the Users access to conference rooms in a topic</br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "acceptOrDeclineUserConferenceRoomAccessRequest",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "conferenceRoomId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "action": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "reason of request"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "createdAt": "Datetime",
                  "id": "alias",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "string",
                  "status": "string",
                  "topic": "string",
                  "virtualCafeId": "string",
                  "virtualCafeType": "VIRTUALCAFE"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic / series of topics not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "accept or decline the Users access to conference rooms in a topic",
        "tags": [
          "UserConferenceRoomAccesses"
        ]
      },
      "put": {
        "description": "creates the Users access to conference rooms in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "createUserConferenceRoomAccess",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "conferenceRoomId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "action": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "reason of request"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "createdAt": "enum",
                  "id": "alias",
                  "requestReason": "string",
                  "restrictedAreaId": "string",
                  "restrictedAreaType": "string",
                  "status": "string",
                  "topic": "string",
                  "user": {
                    "company": "string",
                    "firstName": "string",
                    "id": "string",
                    "lastName": "string",
                    "logoUrl": "string",
                    "position": "string",
                    "seriesOfTopicsUser": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic / series of topics not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "creates the Users access to conference rooms in a topic",
        "tags": [
          "UserConferenceRoomAccesses"
        ]
      }
    },
    "/rest/usereventdateaccess/topic/{topicName}/privateevent/access": {
      "get": {
        "description": "gets the status of users Accesses to all roundtables in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getAccessStatusForAllPrivateEvents",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "summary": "gets the status of users Accesses to all roundtables in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      }
    },
    "/rest/usereventdateaccess/topic/{topicName}/privateevent/{eventDateId}/access": {
      "get": {
        "description": "gets the list of user Accesses-requests  to roundtable in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getOrderList_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "status",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "orderBy",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Bad request"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Event date not found"
          }
        },
        "summary": "gets the list of user Accesses-requests  to roundtable in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      }
    },
    "/rest/usereventdateaccess/topic/{topicName}/privateevent/{eventDateId}/access/user/{userId}": {
      "delete": {
        "description": "deletes the Access of a user to a roundtable in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "revokeUserEventDateAccess",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "createdAt": "Datetime",
                  "id": "alias",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "string",
                  "status": "string",
                  "topic": "string",
                  "virtualCafeId": "string",
                  "virtualCafeType": "VIRTUALCAFE"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "deletes the Access of a user to a roundtable in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      },
      "get": {
        "description": "get the User access to an Eventdate in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getUserEventDateAccess",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "alias": "alias",
                  "createdAt": "Datetime",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "alias",
                  "status": "boolean",
                  "topicName": "string",
                  "VIRTUALCAFE": "int",
                  "virtualCafeId": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "get the User access to an Eventdate in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      },
      "post": {
        "description": "accept or decline a user access to a roundtable in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "acceptOrDeclineUserEventDateAccessRequest",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "action": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "reason of request"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "createdAt": "Datetime",
                  "id": "alias",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "string",
                  "status": "string",
                  "topic": "string",
                  "virtualCafeId": "string",
                  "virtualCafeType": "VIRTUALCAFE"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "accept or decline a user access to a roundtable in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      },
      "put": {
        "description": "creates access to a roundtable for a user  in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "createEventDateAccess",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "action": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "createRoundtableAccess"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "alias": "alias",
                  "createdAt": "Datetime",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "alias",
                  "status": "boolean",
                  "topic.name": "string",
                  "VIRTUALCAFE": "int",
                  "virtualCafeId": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "creates access to a roundtable for a user  in a topic ",
        "tags": [
          "UserEventDateAccesses"
        ]
      }
    },
    "/rest/usereventdateaccess/topic/{topicName}/roundtable/access": {
      "get": {
        "description": "gets the status of users Accesses to all roundtables in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getAccessStatusForAllRoundTables",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "summary": "gets the status of users Accesses to all roundtables in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      }
    },
    "/rest/usereventdateaccess/topic/{topicName}/roundtable/{eventDateId}/access": {
      "get": {
        "description": "gets the list of user Accesses-requests  to roundtable in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getRoundTableOrderList",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "status",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "orderBy",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Bad request"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Event date not found"
          }
        },
        "summary": "gets the list of user Accesses-requests  to roundtable in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      }
    },
    "/rest/usereventdateaccess/topic/{topicName}/roundtable/{eventDateId}/access/user/{userId}": {
      "delete": {
        "description": "deletes the Access of a user to a roundtable in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "revokeUserRoundTableAccess",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "createdAt": "Datetime",
                  "id": "alias",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "string",
                  "status": "string",
                  "topic": "string",
                  "virtualCafeId": "string",
                  "virtualCafeType": "VIRTUALCAFE"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "deletes the Access of a user to a roundtable in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      },
      "get": {
        "description": "get the User access to roundtables </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getUserRoundTableAccess",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "alias": "alias",
                  "createdAt": "Datetime",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "alias",
                  "status": "boolean",
                  "topic.name": "string",
                  "VIRTUALCAFE": "int",
                  "virtualCafeId": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "get the User access to roundtables",
        "tags": [
          "UserEventDateAccesses"
        ]
      },
      "post": {
        "description": "accept or decline a user access to a roundtable in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "acceptOrDeclineUserRoundTableAccessRequest",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "action": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "reason of request"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "createdAt": "Datetime",
                  "id": "alias",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "string",
                  "status": "string",
                  "topic": "string",
                  "virtualCafeId": "string",
                  "virtualCafeType": "VIRTUALCAFE"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "accept or decline a user access to a roundtable in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      },
      "put": {
        "description": "creates access to a roundtable for a user  in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "createRoundTableAccess",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "action": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "createRoundtableAccess"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "alias": "alias",
                  "createdAt": "Datetime",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "alias",
                  "status": "boolean",
                  "topic.name": "string",
                  "VIRTUALCAFE": "int",
                  "virtualCafeId": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "creates access to a roundtable for a user  in a topic ",
        "tags": [
          "UserEventDateAccesses"
        ]
      }
    },
    "/rest/userpoolmanagement/userpool": {
      "get": {
        "description": "gets the list of UserPools </br>Permissions: @BEUserRolesAllowed(Role.ADMIN) or @BEUserRolesAllowed(Role.USERPOOL_MANAGER)",
        "operationId": "listUserPools",
        "parameters": [
          {
            "in": "query",
            "name": "nextToken",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "400": {
            "description": "the provided 'nextToken' is invalid"
          },
          "403": {
            "description": "no permission for this interaction"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the list of UserPools",
        "tags": [
          "UserPool"
        ]
      },
      "post": {
        "description": "creates a UserPool. Allowed Roles: ADMIN",
        "operationId": "createUserPool",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/ApiCreateUserPoolRequest"
              }
            }
          }
        },
        "responses": {
          "400": {
            "description": "there is already a user pool with the given id"
          },
          "403": {
            "description": "no permission for this interaction"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "creates a UserPool",
        "tags": [
          "UserPool"
        ]
      }
    },
    "/rest/userpoolmanagement/userpool/{userPoolId}": {
      "delete": {
        "description": "deletes a UserPool by name</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN)",
        "operationId": "deleteUserPool",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "403": {
            "description": "no permission for this interaction"
          },
          "404": {
            "description": "there is no user pool with the given id"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "deletes a UserPool",
        "tags": [
          "UserPool"
        ]
      },
      "get": {
        "description": "gets the information of a UserPool </br>Permissions: @BEUserRolesAllowed(Role.ADMIN) or @BEUserRolesAllowed(Role.USERPOOL_MANAGER)",
        "operationId": "getUserPool",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "403": {
            "description": "no permission for this interaction"
          },
          "404": {
            "description": "there is no user pool with the given id"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the information of a UserPool",
        "tags": [
          "UserPool"
        ]
      },
      "patch": {
        "description": "updates a UserPool by name</br>Permissions: @BEUserRolesAllowed(Roles.ADMIN) or @BEUserRolesAllowed(Role.USERPOOL_MANAGER)",
        "operationId": "updateUserPool",
        "parameters": [
          {
            "in": "path",
            "name": "userPoolId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "$ref": "#/components/schemas/ApiUpdateUserPoolRequest"
              }
            }
          }
        },
        "responses": {
          "400": {
            "description": "The payload is invalid"
          },
          "403": {
            "description": "no permission for this interaction"
          },
          "404": {
            "description": "there is no user pool with the given id"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "updates a UserPool",
        "tags": [
          "UserPool"
        ]
      }
    },
    "/rest/userroundtableaccess/topic/{topicName}/privateevent/access": {
      "get": {
        "description": "gets the status of users Accesses to all roundtables in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getAccessStatusForAllPrivateEvents_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "summary": "gets the status of users Accesses to all roundtables in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      }
    },
    "/rest/userroundtableaccess/topic/{topicName}/privateevent/{eventDateId}/access": {
      "get": {
        "description": "gets the list of user Accesses-requests  to roundtable in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getOrderList_2",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "status",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "orderBy",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Bad request"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Event date not found"
          }
        },
        "summary": "gets the list of user Accesses-requests  to roundtable in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      }
    },
    "/rest/userroundtableaccess/topic/{topicName}/privateevent/{eventDateId}/access/user/{userId}": {
      "delete": {
        "description": "deletes the Access of a user to a roundtable in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "revokeUserEventDateAccess_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "createdAt": "Datetime",
                  "id": "alias",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "string",
                  "status": "string",
                  "topic": "string",
                  "virtualCafeId": "string",
                  "virtualCafeType": "VIRTUALCAFE"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "deletes the Access of a user to a roundtable in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      },
      "get": {
        "description": "get the User access to an Eventdate in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getUserEventDateAccess_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "alias": "alias",
                  "createdAt": "Datetime",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "alias",
                  "status": "boolean",
                  "topicName": "string",
                  "VIRTUALCAFE": "int",
                  "virtualCafeId": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "get the User access to an Eventdate in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      },
      "post": {
        "description": "accept or decline a user access to a roundtable in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "acceptOrDeclineUserEventDateAccessRequest_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "action": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "reason of request"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "createdAt": "Datetime",
                  "id": "alias",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "string",
                  "status": "string",
                  "topic": "string",
                  "virtualCafeId": "string",
                  "virtualCafeType": "VIRTUALCAFE"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "accept or decline a user access to a roundtable in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      },
      "put": {
        "description": "creates access to a roundtable for a user  in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "createEventDateAccess_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "action": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "createRoundtableAccess"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "alias": "alias",
                  "createdAt": "Datetime",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "alias",
                  "status": "boolean",
                  "topic.name": "string",
                  "VIRTUALCAFE": "int",
                  "virtualCafeId": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "creates access to a roundtable for a user  in a topic ",
        "tags": [
          "UserEventDateAccesses"
        ]
      }
    },
    "/rest/userroundtableaccess/topic/{topicName}/roundtable/access": {
      "get": {
        "description": "gets the status of users Accesses to all roundtables in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getAccessStatusForAllRoundTables_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "summary": "gets the status of users Accesses to all roundtables in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      }
    },
    "/rest/userroundtableaccess/topic/{topicName}/roundtable/{eventDateId}/access": {
      "get": {
        "description": "gets the list of user Accesses-requests  to roundtable in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getRoundTableOrderList_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "status",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "orderBy",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Bad request"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Event date not found"
          }
        },
        "summary": "gets the list of user Accesses-requests  to roundtable in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      }
    },
    "/rest/userroundtableaccess/topic/{topicName}/roundtable/{eventDateId}/access/user/{userId}": {
      "delete": {
        "description": "deletes the Access of a user to a roundtable in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "revokeUserRoundTableAccess_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "createdAt": "Datetime",
                  "id": "alias",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "string",
                  "status": "string",
                  "topic": "string",
                  "virtualCafeId": "string",
                  "virtualCafeType": "VIRTUALCAFE"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "deletes the Access of a user to a roundtable in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      },
      "get": {
        "description": "get the User access to roundtables </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getUserRoundTableAccess_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "alias": "alias",
                  "createdAt": "Datetime",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "alias",
                  "status": "boolean",
                  "topic.name": "string",
                  "VIRTUALCAFE": "int",
                  "virtualCafeId": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "get the User access to roundtables",
        "tags": [
          "UserEventDateAccesses"
        ]
      },
      "post": {
        "description": "accept or decline a user access to a roundtable in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "acceptOrDeclineUserRoundTableAccessRequest_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "action": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "reason of request"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "createdAt": "Datetime",
                  "id": "alias",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "string",
                  "status": "string",
                  "topic": "string",
                  "virtualCafeId": "string",
                  "virtualCafeType": "VIRTUALCAFE"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "accept or decline a user access to a roundtable in a topic",
        "tags": [
          "UserEventDateAccesses"
        ]
      },
      "put": {
        "description": "creates access to a roundtable for a user  in a topic </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "createRoundTableAccess_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "eventDateId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "action": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "createRoundtableAccess"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "alias": "alias",
                  "createdAt": "Datetime",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "alias",
                  "status": "boolean",
                  "topic.name": "string",
                  "VIRTUALCAFE": "int",
                  "virtualCafeId": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "importerId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "creates access to a roundtable for a user  in a topic ",
        "tags": [
          "UserEventDateAccesses"
        ]
      }
    },
    "/rest/uservirtualcafeaccess/topic/{topicName}/virtualcafe/access": {
      "get": {
        "description": "gets the status of access to all the  Virtual cafes </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getAccessStatusForAllVirtualCaffes",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Topic not found"
          }
        },
        "summary": "gets the status of access to all the  Virtual cafes ",
        "tags": [
          "UserVirtualCafeAccesses"
        ]
      }
    },
    "/rest/uservirtualcafeaccess/topic/{topicName}/virtualcafe/{virtualCafeId}/access": {
      "get": {
        "description": "gets the list of requests for a  Virtual cafe </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getOrderList_3",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "virtualCafeId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "status",
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "orderBy",
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Bad request"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Virtual cafe not found"
          }
        },
        "summary": "gets the list of requests for a  Virtual cafe ",
        "tags": [
          "UserVirtualCafeAccesses"
        ]
      }
    },
    "/rest/uservirtualcafeaccess/topic/{topicName}/virtualcafe/{virtualCafeId}/access/user/{userId}": {
      "delete": {
        "description": "deletes the user-access to a determined virtual Cafe </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "revokeUserVirtualCafeAccess",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "virtualCafeId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "alias": "alias",
                  "createdAt": "Datetime",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "alias",
                  "status": "boolean",
                  "topic.name": "string",
                  "VIRTUALCAFE": "int",
                  "virtualCafeId": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic / series of topics not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "deletes the user-access to a determined virtual Cafe ",
        "tags": [
          "UserVirtualCafeAccesses"
        ]
      },
      "get": {
        "description": "gets User accesses to Virtual Cafes </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "getUserVirtualCafeAccess",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "virtualCafeId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "alias": "alias",
                  "createdAt": "Datetime",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "alias",
                  "status": "boolean",
                  "topic.name": "string",
                  "VIRTUALCAFE": "int",
                  "virtualCafeId": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic / series of topics not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "gets User accesses to Virtual Cafes ",
        "tags": [
          "UserVirtualCafeAccesses"
        ]
      },
      "post": {
        "description": "Accept or decline a user-access to a determined virtual Cafe according to given action </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "acceptOrDeclineUserVirtualCafeAccessRequest",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "virtualCafeId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "action": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Accept or decline a user-access"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "alias": "alias",
                  "createdAt": "Datetime",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "alias",
                  "status": "boolean",
                  "topic.name": "string",
                  "VIRTUALCAFE": "int",
                  "virtualCafeId": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic / series of topics not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "Accept or decline a user-access to a determined virtual Cafe according to given action ",
        "tags": [
          "UserVirtualCafeAccesses"
        ]
      },
      "put": {
        "description": "creates access for a user to a determined virtual Cafe </br>Permissions: AppSeriesOfTopicsUserAccess.",
        "operationId": "createVirtualCafeAccess",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "virtualCafeId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "userId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "requestReason": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "createVirtualCafeAccess"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "alias": "alias",
                  "createdAt": "Datetime",
                  "requestReason": "string",
                  "seriesOfTopicsUser": "alias",
                  "status": "boolean",
                  "topic.name": "string",
                  "VIRTUALCAFE": "int",
                  "virtualCafeId": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic / series of topics not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "creates access for a user to a determined virtual Cafe ",
        "tags": [
          "UserVirtualCafeAccesses"
        ]
      }
    },
    "/rest/validation/topic/{topicName}": {
      "get": {
        "description": "checks the status of a topic regarding its validity </br>Permissions: Admin.",
        "operationId": "validateTopic",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "entries": {
                    "msg": "string",
                    "val": "string"
                  },
                  "status": "string",
                  "topic": {
                    "name": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "topic not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "checks the status of a topic regarding its validity ",
        "tags": [
          "Validations"
        ]
      }
    },
    "/rest/vfbpbranding/schema/{version}": {
      "get": {
        "description": "Download branding by schema version</br>Permissions: no",
        "operationId": "getConfigSchema_1",
        "parameters": [
          {
            "in": "path",
            "name": "version",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": "Link \"Download File\"",
                "schema": {
                  "type": "text"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "version not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "Download branding",
        "tags": [
          "VfbpBrandings"
        ]
      }
    },
    "/rest/vfbpbranding/topic/{topicName}": {
      "delete": {
        "description": "deletes the Branding </br>Permissions: ADMIN or VFBP_BRANDINGEDITOR User",
        "operationId": "deleteBranding_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "deletes the Branding",
        "tags": [
          "VfbpBrandings"
        ]
      },
      "get": {
        "description": "gets the Branding Info of a topic </br>Permissions: ADMIN or VFBP_BRANDINGEDITOR User",
        "operationId": "getBranding_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the Branding Info of a topic",
        "tags": [
          "VfbpBrandings"
        ]
      },
      "post": {
        "description": "Create, migrate or repair branding </br>Permissions: ADMIN or VFBP_BRANDINGEDITOR User",
        "operationId": "createOrMigrateBranding_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "targetVersion": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Update user answer by payload"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "branding": "string",
                  "diffs": "string",
                  "newHistoryEntry": "string",
                  "sourceVersion": "int",
                  "targetVersion": "int"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Create, migrate or repair branding",
        "tags": [
          "VfbpBrandings"
        ]
      },
      "put": {
        "description": "gets information of an APIUser </br>Permissions: ADMIN or VFBP_BRANDINGEDITOR User",
        "operationId": "putBranding_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "compressBranding": "boolean",
                "thingToValidate": {
                  "thingToValidateItem": "thingToValidateValue"
                },
                "version": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "Update user answer by payload"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "diffs": {
                    "addedProperties": "list-addedProperties",
                    "removedProperties": "list-removedProperties",
                    "valueChanges": "list-addedProperties"
                  },
                  "newHistoryEntry": "historyentry_id"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets information of an APIUser",
        "tags": [
          "VfbpBrandings"
        ]
      }
    },
    "/rest/vfbpbranding/topic/{topicName}/embeddingurls": {
      "get": {
        "description": "gets embedded URLs of branding </br>Permissions: ADMIN or VFBP_BRANDINGEDITOR User",
        "operationId": "listEmbeddedUrls_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "embeddingUrls": [
                    {
                      "hostname": "string",
                      "lastActive": "string",
                      "path": "string",
                      "querystring": "string",
                      "supportsHttps": "boolean",
                      "url": "string"
                    }
                  ],
                  "topic": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets embedded URLs of branding",
        "tags": [
          "VfbpBrandings"
        ]
      }
    },
    "/rest/vfbpbranding/topic/{topicName}/history/{page}": {
      "get": {
        "description": "gets information of an APIUser </br>Permissions: ADMIN or VFBP_BRANDINGEDITOR User",
        "operationId": "showHistory_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "in": "path",
            "name": "page",
            "required": true,
            "schema": {
              "format": "int32",
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "hasNext": "boolean",
                  "historyEntries": {
                    "date": "ZoneDateTime",
                    "diffs": "string",
                    "id": "alias",
                    "user": "string",
                    "version": "string"
                  }
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets information of an APIUser",
        "tags": [
          "VfbpBrandings"
        ]
      }
    },
    "/rest/vfbpbranding/topic/{topicName}/validationreport": {
      "get": {
        "description": "Get validation result by topicName</br>Permissions: no",
        "operationId": "verifyConfig_1",
        "parameters": [
          {
            "in": "path",
            "name": "topicName",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "*": {
                "example": "valid",
                "schema": {
                  "type": "text"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "Version/Branding file/Schema file doesn't exist!"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "summary": "Get validation result of branding schema",
        "tags": [
          "VfbpBrandings"
        ]
      }
    },
    "/rest/vfbpbranding/versions": {
      "get": {
        "description": "gets the versions of Branding for a topic </br>Permissions: ADMIN or VFBP_BRANDINGEDITOR User",
        "operationId": "getVersions_1",
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "date": "dateTime",
                  "version": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the versions of Branding for a topic",
        "tags": [
          "VfbpBrandings"
        ]
      }
    },
    "/sponsors": {
      "get": {
        "operationId": "doGet_25",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "SponsorWebservice"
        ]
      },
      "head": {
        "description": "gets the list of Products </br>Permissions: no Permission",
        "operationId": "doHead_2",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "showPlaces": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "result": {
                    "apiVersion": "string",
                    "backendVersion": "string",
                    "clientversion": "string",
                    "density": "string",
                    "lang": "string",
                    "os": "string",
                    "osversion": "string",
                    "size": "string",
                    "topic": "string"
                  },
                  "sponsorBindings": {
                    "exclude": {
                      "pagePathPattern": "string",
                      "sponsorPlaceId": "string",
                      "werbeform": "string"
                    },
                    "graphicId": "string",
                    "id": "string",
                    "include": {
                      "pagePathPattern": "string",
                      "werbeform": "string"
                    },
                    "target": "string",
                    "targetParam": "string"
                  },
                  "sponsorGraphics": {
                    "baseUrl": "string",
                    "id": "string",
                    "image": "string",
                    "size": "string",
                    "version": "string"
                  },
                  "sponsorPlace": {
                    "configuration": "string",
                    "id": "string",
                    "pageId": "string",
                    "werbeform": "string"
                  }
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the list of Products",
        "tags": [
          "SponsorWebservice"
        ]
      }
    },
    "/testexception": {
      "get": {
        "operationId": "doGet_5",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "Test"
        ]
      },
      "post": {
        "operationId": "doPost_5",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "Test"
        ]
      },
      "put": {
        "operationId": "doPut",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "Test"
        ]
      }
    },
    "/webservice/categorystandlist": {
      "get": {
        "operationId": "doGet",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "CategoryStandListWebservice"
        ]
      },
      "post": {
        "description": "gets the Categories of Standlist according to requested HallId, apiVersion is optional </br>Permissions: no Permission",
        "operationId": "doPost",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "hallId": "string",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "result": {
                    "apiVersion": "string",
                    "backendVersion": "string",
                    "clientversion": "string",
                    "density": "string",
                    "lang": "string",
                    "os": "string",
                    "osversion": "string",
                    "size": "string",
                    "topic": "string"
                  }
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the Categories of Standlist according to requested HallId",
        "tags": [
          "CategoryStandListWebservice"
        ]
      }
    },
    "/webservice/coupondetails": {
      "get": {
        "operationId": "doGet_1",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "CouponDetailWebservice"
        ]
      },
      "post": {
        "description": "gets the details of users Coupons, apiVersion is Optional </br>Permissions: no Permission",
        "operationId": "doPost_1",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "id": "string",
                "lang": "string",
                "numresultrows": "string",
                "os": "string",
                "osversion": "string",
                "size": "string",
                "sortorder": "string",
                "sorttype": "string",
                "startresultrow": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "company": {
                    "consentText": "string",
                    "consentTitle": "string",
                    "id": "string",
                    "name": "string",
                    "pictureURL": "string"
                  },
                  "id": "string",
                  "pictureText": "string",
                  "pictureURL": "string",
                  "teaser": "string",
                  "title": "string",
                  "url": "string",
                  "validEnd": "string",
                  "validStart": "string"
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the details of users Coupons",
        "tags": [
          "CouponDetailWebservice"
        ]
      }
    },
    "/webservice/eventdatedates": {
      "get": {
        "description": "Returns all Dates for which the given Topic has Events scheduled. TimezoneOffset is optional. </br>Permissions: none",
        "operationId": "doGet_3",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "timezoneOffset": "string",
                "topic": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "dates": "yyyy-MM-dd"
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation, an array of dates will be returened"
          },
          "400": {
            "description": "Unknown Api Version, Unknown Topic"
          }
        },
        "summary": "Get Dates of topic Events, shiftet to localtime.",
        "tags": [
          "EventDateDatesWebservice"
        ]
      },
      "post": {
        "operationId": "doPost_3",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "EventDateDatesWebservice"
        ]
      }
    },
    "/webservice/eventdatedetails": {
      "get": {
        "operationId": "doGet_4",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "EventDateDetailWebservice"
        ]
      },
      "post": {
        "description": "gets the details of an eventdate including person, category,etc. , apiVersion is optional</br>Permissions: no Permission",
        "operationId": "doPost_4",
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "id": "string",
                "lang": "string",
                "numresultrows": "string",
                "os": "string",
                "osversion": "string",
                "rootCategories": "string",
                "showCategoryHierarchy": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "attachments": {
                    "accessProvider": "string",
                    "isPrivate": "string",
                    "ticketUrls": "string"
                  },
                  "categories": {
                    "key": "string",
                    "label": "nameDe",
                    "nodes": {
                      "key": "string",
                      "label": "nameDe",
                      "node": "..."
                    }
                  },
                  "person": {
                    "categories": {
                      "badgeName": "string",
                      "badgeType": "string",
                      "code": "string",
                      "colorBooth": "string",
                      "colorBorder": "string",
                      "colorFill": "string",
                      "colorText": "string",
                      "iconLargeUrl": "string",
                      "iconMediumUrl": "string",
                      "iconSmallUrl": "string",
                      "id": "string",
                      "key": "string",
                      "label": "string",
                      "labelDe": "string",
                      "name": "string",
                      "nameDe": "string",
                      "orderkey": "string",
                      "orderkeyDe": "string",
                      "parent": "string",
                      "parentDe": "string"
                    },
                    "description": {
                      "teaser": "string"
                    },
                    "email": "string",
                    "firstName": "string",
                    "id": "string",
                    "lastName": "string",
                    "logoUrl": "string",
                    "middleName": "string",
                    "organization": "string",
                    "personFunctionIdRef": "string",
                    "personFunctionName": "string",
                    "personFunctionTargetName": "string",
                    "position": "string",
                    "showroomStandby": "string",
                    "title": "string",
                    "userId": "string",
                    "userLogoUrl": "string",
                    "visible": "string"
                  }
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the details of an eventdate",
        "tags": [
          "EventDateDetailWebservice"
        ]
      }
    },
    "/webservice/iconurls": {
      "get": {
        "operationId": "doGet_8",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "IconWebservice"
        ]
      },
      "post": {
        "description": "gets the icon of a topic </br>Permissions: no Permission",
        "operationId": "doPost_7",
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "result": {
                    "apiVersion": "string",
                    "backendVersion": "string",
                    "clientversion": "string",
                    "density": "string",
                    "lang": "string",
                    "os": "string",
                    "osversion": "string",
                    "size": "string",
                    "topic": "string"
                  }
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation, example API Version >= 25"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the icon of a topic",
        "tags": [
          "IconWebservice"
        ]
      }
    },
    "/webservice/initdata": {
      "get": {
        "operationId": "doGet_9",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "InitDataWebservice"
        ]
      },
      "post": {
        "description": "performs the data initialization of WebServices </br>Permissions: no Permission",
        "operationId": "doPost_8",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "lang": "string",
                "lastImportDateImporterList": "a,b,c,..",
                "os": "string",
                "osversion": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "withLastImportData": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "apiVersion": "string",
                  "content": "string",
                  "topic": "string"
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "performs the data initialization of WebServices",
        "tags": [
          "InitDataWebservice"
        ]
      }
    },
    "/webservice/jobofferdetails": {
      "get": {
        "description": "Get the detailed information of a Joboffer by id. </br>Permissions: no Permission",
        "operationId": "doGet_10",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "jobofferid": "string",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Response"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "404": {
            "description": "topic not found, joboffer not found"
          }
        },
        "summary": "Get Joboffer detail",
        "tags": [
          "JobOfferDetailWebservice"
        ]
      },
      "post": {
        "operationId": "doPost_9",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "JobOfferDetailWebservice"
        ]
      }
    },
    "/webservice/medialibrarydetails": {
      "get": {
        "description": "gets the information of a MediaLibrary according to its ID </br>Permissions: no Permission",
        "operationId": "doGet_11",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "id": "string",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "timezoneOffset": "string",
                "topic": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "categories": "string",
                  "description": {
                    "teaser": "string",
                    "text": "string",
                    "title": "string"
                  },
                  "detailThumbnail": "string",
                  "duration": "string",
                  "eventDates": {
                    "categories": "string",
                    "channel": {
                      "id": "string",
                      "name": "string",
                      "url": "string"
                    },
                    "date": "dateTime",
                    "end": "string",
                    "enddatetime": "string",
                    "id": "string",
                    "liveStreamingPreviewUrl": "string",
                    "location": "string",
                    "logoUrl": "string",
                    "name": "string",
                    "personfunction": "string",
                    "personFunction": "string",
                    "start": "dateTime",
                    "startdatetime": "string",
                    "videoOnDemandUrl": "string"
                  },
                  "id": "string",
                  "keywords": [
                    "string"
                  ],
                  "listThumbnail": "string",
                  "organization": {
                    "id": "string",
                    "name": "string",
                    "pictureURL": "string"
                  },
                  "persons": {
                    "comment": "string",
                    "email": "string",
                    "fax": "string",
                    "firstName": "string",
                    "id": "string",
                    "lastName": "string",
                    "logoUrl": "string",
                    "middleName": "string",
                    "phone": "string",
                    "position": "string"
                  },
                  "title": "string"
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the information of a MediaLibrary",
        "tags": [
          "MediaLibraryDetailWebservice"
        ]
      },
      "post": {
        "operationId": "doPost_10",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "MediaLibraryDetailWebservice"
        ]
      }
    },
    "/webservice/newsdetails": {
      "get": {
        "operationId": "doGet_14",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "NewsDetailWebservice"
        ]
      },
      "post": {
        "description": "gets the details of news according to requested one  </br>Permissions: no Permission",
        "operationId": "doPost_11",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "lang": "string",
                "newsid": "string",
                "os": "string",
                "osversion": "string",
                "rootCategories": "string",
                "showCategoryHierarchy": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "object"
              }
            }
          },
          "description": "provide the id and information of news by payload"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "alias": "string",
                  "attachments": "string",
                  "categories": "string",
                  "description": {
                    "teaser": "string",
                    "text": "string",
                    "title": "string"
                  },
                  "id": "string",
                  "initials": "string",
                  "links": "string",
                  "logoUrl": "string",
                  "name": "string",
                  "organization": "string"
                },
                "schema": {
                  "type": "encoding-UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the details of news according to requested one ",
        "tags": [
          "NewsDetailWebservice"
        ]
      }
    },
    "/webservice/openpdf": {
      "get": {
        "description": "load a pdf file by name </br>Permissions: no Permission",
        "operationId": "doGet_16",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "name": "string",
                "pdf": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "description": "successful operation and loaded Pdf"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "load a pdf file by name",
        "tags": [
          "OpenPdfWebservice"
        ]
      }
    },
    "/webservice/organization/edit/*": {
      "get": {
        "operationId": "doGet_2",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "EditOrganizationWebservice"
        ]
      },
      "post": {
        "description": "updates the Organization-information according to input xml, apiVersion is Optional </br>Permissions: accessToken )",
        "operationId": "doPost_2",
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "accessToken": "alias",
                "apiVersion": "string",
                "appUrl": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "pathInfo": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "xml": {
                  "addressConfig": {
                    "address1": "string",
                    "address2": "string",
                    "address3": "string",
                    "city": "string",
                    "countryCode": "string",
                    "postCode": "string"
                  },
                  "backgroundImageId": "string",
                  "consentText": "string",
                  "consentTextDe": "string",
                  "consentTitle": "string",
                  "consentTitleDe": "string",
                  "contactDataConfig": {
                    "email": "string",
                    "email2": "string",
                    "fax": "string",
                    "mobile": "string",
                    "phone": "string",
                    "web": "string"
                  },
                  "descriptionConfig": {
                    "description": "string",
                    "descriptionDe": "string",
                    "foundingYear": "string",
                    "industry": "string",
                    "size": "string",
                    "teaser": "string",
                    "teaserDe": "string"
                  },
                  "headerVideoFileId": "string",
                  "headerVideoImageFileId": "string",
                  "id": "string",
                  "iframeUrl": "string",
                  "iframeUrlDe": "string",
                  "logoFileId": "string",
                  "name": "string",
                  "subname": "string"
                },
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "result": {
                    "apiVersion": "string",
                    "backendVersion": "string",
                    "clientversion": "string",
                    "density": "string",
                    "lang": "string",
                    "os": "string",
                    "osversion": "string",
                    "size": "string",
                    "topic": "string"
                  }
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "updates the Organization Information",
        "tags": [
          "EditOrganizationWebservice"
        ]
      }
    },
    "/webservice/organization/get/*": {
      "get": {
        "operationId": "doGet_6",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "GetEditOrganizationWebservice"
        ]
      },
      "post": {
        "description": "... </br>Permissions: no Permission",
        "operationId": "doPost_6",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "accessToken": "alias",
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "attachments": "string",
                  "consentText": "string",
                  "consentTitle": "string",
                  "coupons": "string",
                  "description": "string",
                  "eventDates": "string",
                  "headerVideoImageUrl": "string",
                  "headerVideoUrl": "string",
                  "iframeUrl": "string",
                  "iframeUrlDe": "string",
                  "links": "string",
                  "news": "string",
                  "offices": "string",
                  "remoteLivestreams": "string",
                  "showProducts": "string",
                  "showTrademarks": "string",
                  "socialMedias": "string",
                  "stands": "string"
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "TODO_...",
        "tags": [
          "GetEditOrganizationWebservice"
        ]
      }
    },
    "/webservice/organizationdetails": {
      "get": {
        "operationId": "doGet_17",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "OrganizationDetailWebservice"
        ]
      },
      "post": {
        "description": "gets the detail configuration  of UI for an organization </br>Permissions: no Permission",
        "operationId": "doPost_12",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "companyid": "string",
                "density": "string",
                "lang": "string",
                "messeid": "string",
                "organizationid": "string",
                "os": "string",
                "osversion": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "hideNewsData": "string",
                  "rootCategories": "A,B,C,..",
                  "showAll": "string",
                  "showCategoryHierarchy": "string",
                  "showPersonsEventDates": "string"
                },
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the detail configuration of UI for an organization",
        "tags": [
          "OrganizationDetailWebservice"
        ]
      }
    },
    "/webservice/persondetails": {
      "get": {
        "operationId": "doGet_19",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "PersonDetailWebservice"
        ]
      },
      "post": {
        "description": "gets all the detail information relevant to a person including personal information, events,categories,etc. , apiVersion is Optional </br>Permissions: no Permission",
        "operationId": "doPost_14",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "id": "alias",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "categories": {
                    "badgeName": "string",
                    "badgeType": "string",
                    "code": "string",
                    "colorBooth": "string",
                    "colorBorder": "string",
                    "colorFill": "string",
                    "colorText": "string",
                    "iconLargeUrl": "string",
                    "iconMediumUrl": "string",
                    "iconSmallUrl": "string",
                    "id": "alias",
                    "key": "alias",
                    "label": "string",
                    "labelDe": "string",
                    "name": "string",
                    "nameDe": "string",
                    "orderkey": "string",
                    "orderkeyDe": "string",
                    "parent": "string",
                    "parentDe": "string"
                  },
                  "eventDates": {
                    "categories": "string",
                    "channel": {
                      "id": "string",
                      "name": "string",
                      "url": "string"
                    },
                    "date": "dateTime",
                    "end": "string",
                    "enddatetime": "string",
                    "id": "string",
                    "liveStreamingPreviewUrl": "string",
                    "location": "string",
                    "logoUrl": "string",
                    "name": "string",
                    "personfunction": "string",
                    "personFunction": "string",
                    "start": "dateTime",
                    "startdatetime": "string",
                    "videoOnDemandUrl": "string"
                  },
                  "organizations": {
                    "city": "string",
                    "country": "string",
                    "id": "string",
                    "logo": "string",
                    "name": "string",
                    "personFunction": "string"
                  },
                  "person": {
                    "adress1": "string",
                    "adress2": "string",
                    "basisPremium": "string",
                    "city": "string",
                    "consentText": "string",
                    "consentTitle": "string",
                    "countryCode": "string",
                    "description": "string",
                    "email": "string",
                    "fax": "string",
                    "firstName": "string",
                    "function": "string",
                    "id": "alias",
                    "iframeUrl": "string",
                    "iframeUrlDe": "string",
                    "initials": "string",
                    "lastName": "string",
                    "logoUrl": "string",
                    "middleName": "string",
                    "name": "string",
                    "organization": "string",
                    "phone": "string",
                    "pictureText": "string",
                    "pictureURL": "string",
                    "position": "string",
                    "postBox": "string",
                    "postBoxCity": "string",
                    "postBoxPostCode": "string",
                    "postCode": "string",
                    "region": "string",
                    "salutation": "string",
                    "showProducts": "string",
                    "showTrademarks": "string",
                    "sotUserId": "string",
                    "title": "string",
                    "web": "string"
                  }
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets all the detail information of a person",
        "tags": [
          "PersonDetailWebservice"
        ]
      }
    },
    "/webservice/printentities": {
      "get": {
        "operationId": "doGet_21",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "PrintEntitiesWebservice"
        ]
      },
      "post": {
        "description": "gets the entities information according to requested filters </br>Permissions: no Permission",
        "operationId": "doPost_16",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "catHeader": "string",
                "cHeader": "string",
                "cityHeader": "string",
                "clientversion": "string",
                "ctyHeader": "string",
                "density": "string",
                "filterlist": "string",
                "freeHeader": "string",
                "hallHeader": "string",
                "idUrl": "string",
                "lang": "string",
                "nameHeader": "string",
                "os": "string",
                "osversion": "string",
                "pHeader": "string",
                "postcodeHeader": "string",
                "quickfilterName": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "data": "string",
                  "report": {
                    "errorType": "string",
                    "url": "string"
                  },
                  "result": {
                    "apiVersion": "string",
                    "backendVersion": "string",
                    "clientVersion": "string",
                    "density": "string",
                    "lang": "string",
                    "os": "string",
                    "osVersion": "string",
                    "size": "string",
                    "topic": "string"
                  }
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the entities information according to requested filters",
        "tags": [
          "PrintEntitiesWebservice"
        ]
      }
    },
    "/webservice/printentitydetails": {
      "get": {
        "operationId": "doGet_22",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "PrintEntityDetailsWebservice"
        ]
      },
      "post": {
        "description": "gets the details information of an entity with their ID and type</br>Permissions: no Permission",
        "operationId": "doPost_17",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "entityId": "string",
                "entityType": "string",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "attachments": {
                    "contentType": "string",
                    "description": "string",
                    "largeThumbnailUrl": "string",
                    "smallThumbnailUrl": "string",
                    "title": "string",
                    "url": "string"
                  },
                  "links": {
                    "title": "string",
                    "url": "string"
                  },
                  "productDetails": {
                    "description": {
                      "teaser": "string",
                      "text": "string",
                      "title": "string"
                    },
                    "id": "string",
                    "initials": "string",
                    "name": "string",
                    "pictureText": "string",
                    "pictureURL": "string"
                  },
                  "result": {
                    "apiVersion": "string",
                    "backendVersion": "string",
                    "clientversion": "string",
                    "density": "string",
                    "lang": "string",
                    "os": "string",
                    "osversion": "string",
                    "size": "string",
                    "topic": "string"
                  }
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the details information of an entity",
        "tags": [
          "PrintEntityDetailsWebservice"
        ]
      }
    },
    "/webservice/productdetails": {
      "get": {
        "operationId": "doGet_23",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "ProductDetailWebservice"
        ]
      },
      "post": {
        "description": "gets the Products detail information through their ID, Category,..</br>Permissions: no Permission",
        "operationId": "doPost_18",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "productid": "string",
                "rootCategories": "string",
                "showCategoryHierarchy": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "alias": "string",
                  "attachments": {
                    "contentType": "string",
                    "description": "string",
                    "largeThumbnailUrl": "string",
                    "smallThumbnailUrl": "string",
                    "title": "string",
                    "url": "string"
                  },
                  "categories": {
                    "label": "string",
                    "nodes": {
                      "label": "string",
                      "nodes": "again repeated the structure"
                    }
                  },
                  "description": {
                    "teaser": "string",
                    "text": "string",
                    "title": "string"
                  },
                  "id": "string",
                  "initials": "string",
                  "links": {
                    "text": "string",
                    "url": "string"
                  },
                  "name": "string",
                  "organization": {
                    "adress1": "string",
                    "adress2": "string",
                    "adress3": "string",
                    "basisPremium": "string",
                    "city": "string",
                    "consentText": "string",
                    "consentTitle": "string",
                    "countryCode": "string",
                    "description": "string",
                    "email": "string",
                    "fax": "string",
                    "function": "string",
                    "id": "string",
                    "iframeUrl": "string",
                    "iframeUrlDe": "string",
                    "initials": "string",
                    "name": "string",
                    "phone": "string",
                    "pictureText": "string",
                    "pictureURL": "string",
                    "postBox": "string",
                    "postBoxCity": "string",
                    "postBoxPostCode": "string",
                    "postCode": "string",
                    "region": "string",
                    "showProducts": "string",
                    "showTrademarks": "string",
                    "web": "string"
                  },
                  "pictureText": "string",
                  "pictureURL": "string",
                  "trademarks": {
                    "alias": "string",
                    "id": "string",
                    "initials": "string",
                    "name": "string",
                    "pictureText": "string",
                    "pictureURL": "string"
                  }
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the Products detail information",
        "tags": [
          "ProductDetailWebservice"
        ]
      }
    },
    "/webservice/search": {
      "get": {
        "operationId": "doGet_24",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "SearchWebservice"
        ]
      },
      "post": {
        "description": "Searches and gets the information according to given Filter and give back the result in defined structure </br>Permissions: no Permission",
        "operationId": "doPost_19",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "count": "long",
                  "entities": {
                    "apiVersion": "string",
                    "Category": {
                      "entityType": "category",
                      "iconSmallUrl": "string",
                      "id": "string",
                      "name": "string",
                      "orderkey": "string"
                    },
                    "clientversion": "string",
                    "Coupon": {
                      "entityType": "coupon",
                      "id": "string",
                      "initials": "string",
                      "orderkey": "string",
                      "organization": {
                        "consentText": "string",
                        "consentTitle": "string",
                        "id": "string",
                        "logoUrl": "string",
                        "name": "string"
                      },
                      "source": "string",
                      "teaser": "string",
                      "title": "string",
                      "url": "string"
                    },
                    "density": "string",
                    "EventDate": {
                      "accessProvider": "string",
                      "categories": "string",
                      "channel": {
                        "id": "string",
                        "name": "string",
                        "organizationId": "string",
                        "organizationLogoUrl": "string",
                        "url": "string"
                      },
                      "date": "dateTime",
                      "dateTimeEnd": "string",
                      "dateTimeStart": "string",
                      "end": "string",
                      "enddatetime": "string",
                      "formattedDate": "string",
                      "formattedDateAndTime": "string",
                      "id": "string",
                      "isPrivate": "string",
                      "liveStreamingPreviewUrl": "string",
                      "location": "string",
                      "locationactiontype": "string",
                      "logoUrl": "string",
                      "name": "string",
                      "orderkey": "string",
                      "organizer": "string",
                      "persons": "string",
                      "restrictedAreaType": "string",
                      "start": "dateTime",
                      "startdatetime": "string",
                      "subtype": "string",
                      "teaser": "string",
                      "ticketUrls": "string",
                      "typeformUrl": "string",
                      "videoOnDemandUrl": "string"
                    },
                    "id": "string",
                    "lang": "string",
                    "News": {
                      "date": "string",
                      "descriptionTeaser": "string",
                      "entityType": "news",
                      "id": "string",
                      "initials": "string",
                      "logoUrl": "string",
                      "orderkey": "string"
                    },
                    "Organization": {
                      "backgroundImageURL": "string",
                      "city": "string",
                      "consentText": "string",
                      "consentTitle": "string",
                      "countryCode": "string",
                      "email": "string",
                      "id": "string",
                      "initials": "string",
                      "name": "string",
                      "orderkey": "string",
                      "pictureText": "string",
                      "pictureURL": "string",
                      "postBox": "string",
                      "postCode": "string",
                      "region": "string",
                      "teaser": "string"
                    },
                    "os": "string",
                    "osversion": "string",
                    "Person": {
                      "descriptionTeaser": "string",
                      "firstName": "string",
                      "id": "string",
                      "initials": "string",
                      "lastName": "string",
                      "logoUrl": "string",
                      "middleName": "string",
                      "orderkey": "string",
                      "organization": "string",
                      "position": "string",
                      "title": "string",
                      "userId": "string"
                    },
                    "Product": {
                      "descriptionTeaser": "string",
                      "entityType": "product",
                      "id": "string",
                      "initials": "string",
                      "orderkey": "string",
                      "pictureText": "string",
                      "pictureURL": "string"
                    },
                    "SeriesOfTopicsUser": {
                      "descriptionTeaser": "string",
                      "entityType": "networking_user",
                      "firstName": "string",
                      "id": "string",
                      "initials": "string",
                      "lastName": "string",
                      "logoUrl": "string",
                      "orderkey": "string",
                      "organization": "string",
                      "position": "string",
                      "userId": "string"
                    },
                    "size": "string",
                    "topic": "string",
                    "Trademark": {
                      "descriptionTeaser": "string",
                      "entityType": "trademark",
                      "id": "string",
                      "initials": "string",
                      "orderkey": "string",
                      "pictureText": "string",
                      "pictureURL": "string"
                    },
                    "Version": "string"
                  }
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Missing Parameter"
          },
          "403": {
            "description": "Access forbidden"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "🦾 Searches and gets the information according to given Filter",
        "tags": [
          "SearchWebservice"
        ]
      }
    },
    "/webservice/standdetailsinformation": {
      "get": {
        "operationId": "doGet_26",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "StandDetailsInformationWebservice"
        ]
      },
      "post": {
        "description": "gets the detail information of Stand </br>Permissions: no Permission",
        "operationId": "doPost_20",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "hall": "string",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "size": "string",
                "stand": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "organizations": {
                    "basisPremium": "string",
                    "city": "string",
                    "country": "string",
                    "description": "string",
                    "email": "string",
                    "id": "string",
                    "name": "string",
                    "pictureText": "string",
                    "pictureURL": "string",
                    "postCode": "string"
                  },
                  "standDetails": {
                    "depth": "string",
                    "description": "string",
                    "displaytype": "string",
                    "id": "string",
                    "name": "string",
                    "price": "string",
                    "pricesqm": "string",
                    "sqm": "string",
                    "type": "string",
                    "width": "string"
                  }
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the detail information of Stand",
        "tags": [
          "StandDetailsInformationWebservice"
        ]
      }
    },
    "/webservice/standlistinformation": {
      "get": {
        "operationId": "doGet_27",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "StandListWebservice"
        ]
      },
      "post": {
        "description": "gets the list of items in Stand according to given hall </br>Permissions: no Permission",
        "operationId": "doPost_21",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "hall": "string",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": "{\"result\": {\"backendVersion\": \"string\",\"apiVersion\": \"string\",\"topic\": \"string\",\t\"lang\": \"string\", \"os\": \"string\",\"osversion\": \"string\", \t\"clientversion\": \"string\",\"size\": \"string\",\"density\": \"string\"},\t\"standList\": [\"stand\":{\"id\": \"string\",\"type\": \"string\"}]}",
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the list of items in Stand",
        "tags": [
          "StandListWebservice"
        ]
      }
    },
    "/webservice/suggest": {
      "get": {
        "operationId": "doGet_28",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "SuggestWebservice"
        ]
      },
      "post": {
        "description": "Each group has a type and an max suggestion count (msc). For type entity the parameter entityType is needed.Suggestion groups are requested in parallel. No order is guaranteed.",
        "operationId": "doPost_22",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "query": "Z",
                  "suggestionGroups": [
                    {
                      "id": "sg1",
                      "maxSuggestions": 1,
                      "name": null,
                      "suggestions": [
                        {
                          "additionalData": null,
                          "alias": "root-cat-000064",
                          "icon": null,
                          "id": null,
                          "subtitle": null,
                          "textPrefix": "Management/Software → ",
                          "title": "Zeiterfassungssysteme",
                          "value": "cat_root-cat-000064"
                        }
                      ],
                      "trackingName": "categories"
                    },
                    {
                      "id": "sg10",
                      "maxSuggestions": 1,
                      "name": null,
                      "suggestions": [
                        {
                          "additionalData": null,
                          "alias": null,
                          "icon": "https://static-int.event-cloud.com/tectronica/newsImages/newsentry0009/logo_0fb7710db60e477d0574637ab250c82d_0apple.png",
                          "id": "newsentry0009",
                          "subtitle": null,
                          "textPrefix": null,
                          "title": "Ältere Geräte von Apple werden nicht weiter unterstützt",
                          "value": "name_Ältere Geräte von Apple werden nicht weiter unterstützt"
                        }
                      ],
                      "trackingName": "news"
                    },
                    {
                      "id": "sg14",
                      "maxSuggestions": 0,
                      "name": null,
                      "suggestions": [
                        {
                          "additionalData": null,
                          "alias": "1_1",
                          "icon": null,
                          "id": null,
                          "markSearchString": false,
                          "subtitle": null,
                          "textPrefix": null,
                          "title": "Halle 1.1",
                          "value": "hall_1_1"
                        },
                        {
                          "additionalData": null,
                          "alias": "1_2",
                          "icon": null,
                          "id": null,
                          "markSearchString": false,
                          "subtitle": null,
                          "textPrefix": null,
                          "title": "Halle 1.2",
                          "value": "hall_1_2"
                        }
                      ],
                      "trackingName": "halls"
                    },
                    {
                      "id": "sg3",
                      "maxSuggestions": 1,
                      "name": null,
                      "suggestions": [
                        {
                          "additionalData": null,
                          "alias": "Zürich",
                          "icon": null,
                          "id": null,
                          "subtitle": null,
                          "textPrefix": null,
                          "title": "Zürich",
                          "value": "city_Zürich"
                        }
                      ],
                      "trackingName": "cities"
                    },
                    {
                      "id": "sg5",
                      "maxSuggestions": 1,
                      "name": null,
                      "suggestions": [
                        {
                          "additionalData": null,
                          "alias": null,
                          "icon": "https://static-int.event-cloud.com/tectronica/productImages/prod_011/logo_0f80873ac4d8f1456e80757cac1f1373_467643365uhd.jpg",
                          "id": "prod_011",
                          "subtitle": "Ultraflacher 4K UHD-OLED-Bildschirm powered by Zyrtec\\n\\n Wunderschönes europäisches Design mit genau der richtigen Ausstattung. Der Zyrtec 27\" OLED 4K erweckt...",
                          "textPrefix": null,
                          "title": "Zyrtec 27\" OLED 4K",
                          "value": "name_Zyrtec 27\" OLED 4K"
                        }
                      ],
                      "trackingName": "product"
                    },
                    {
                      "id": "sg6",
                      "maxSuggestions": 1,
                      "name": null,
                      "suggestions": [
                        {
                          "additionalData": null,
                          "alias": null,
                          "icon": "https://static-int.event-cloud.com/tectronica/organizationImages/exhibitor5006/logo_89811b7d670112fc936223ec4f2dfc54_0Zertechno.png",
                          "id": "exhibitor5006",
                          "subtitle": "Mit mehr als 190.000 Mitarbeitern ist Zertechno GmbH in über 40 Ländern vertreten und feiert 2017 sein 10-jähriges Firmenjubiläum. Als einer der weltweit füh...",
                          "textPrefix": null,
                          "title": "Zertechno GmbH & Co. KG",
                          "value": "name_Zertechno GmbH & Co. KG"
                        }
                      ],
                      "trackingName": "organization"
                    },
                    {
                      "id": "sg8",
                      "maxSuggestions": 1,
                      "name": null,
                      "suggestions": [
                        {
                          "additionalData": null,
                          "alias": null,
                          "icon": "https://static-int.event-cloud.com/tectronica/personImages/p000050/logo_685cb3b538ec34efb85f01b4d502d913_0MHerzog.png",
                          "id": "p000050",
                          "subtitle": "centro europe Ltd.",
                          "textPrefix": null,
                          "title": " Vlad Zakharov",
                          "value": "name_ Vlad Zakharov"
                        }
                      ],
                      "trackingName": "person"
                    },
                    {
                      "id": "sg9",
                      "maxSuggestions": 1,
                      "name": null,
                      "suggestions": [
                        {
                          "additionalData": null,
                          "alias": null,
                          "icon": null,
                          "id": "zeepa",
                          "subtitle": "",
                          "textPrefix": null,
                          "title": "Zeepa",
                          "value": "name_Zeepa"
                        }
                      ],
                      "trackingName": "trademark"
                    }
                  ]
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Missing Parameter Exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "🦾 gets suggestions for the requested suggestion groups",
        "tags": [
          "SuggestWebservice"
        ]
      }
    },
    "/webservice/suppliersofstandlist": {
      "get": {
        "operationId": "doGet_18",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "OrganizationsOfStandWebservice"
        ]
      },
      "post": {
        "description": "gets the latest Version webservices relevant to an Organization , apiVersion is Optional </br>Permissions: no Permission",
        "operationId": "doPost_13",
        "requestBody": {
          "content": {
            "application/json": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "hall": "string",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "size": "string",
                "stand": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "attachments": "string",
                  "conferenceRooms": "string",
                  "consentText": "string",
                  "consentTitle": "string",
                  "coupons": "string",
                  "description": "string",
                  "eventDates": "string",
                  "headerVideoImageUrl": "string",
                  "headerVideoUrl": "string",
                  "iframeUrl": "string",
                  "iframeUrlDe": "string",
                  "links": "string",
                  "news": "string",
                  "offices": "string",
                  "remoteLivestreams": "string",
                  "result": {
                    "apiVersion": "string",
                    "backendVersion": "string",
                    "clientversion": "string",
                    "density": "string",
                    "lang": "string",
                    "os": "string",
                    "osversion": "string",
                    "size": "string",
                    "topic": "string"
                  },
                  "showProducts": "string",
                  "showTrademarks": "string",
                  "socialMedias": "string",
                  "stands": "string"
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the latest Version webservices relevant to an Organization",
        "tags": [
          "OrganizationsOfStandWebservice"
        ]
      }
    },
    "/webservice/trademarkdetails": {
      "get": {
        "operationId": "doGet_29",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "TrademarkDetailWebservice"
        ]
      },
      "post": {
        "description": "gets the information of a Product according to its TrademarkID </br>Permissions: no Permission",
        "operationId": "doPost_23",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "rootCategories": "string",
                "showCategoryHierarchy": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "trademarkid": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "attachments": {
                    "description": "string",
                    "links": {
                      "text": "string",
                      "url": "string"
                    },
                    "title": "string",
                    "url": "string"
                  },
                  "categories": {
                    "label": "string",
                    "nodes": {
                      "label": "string",
                      "nodes": "repeat the same structure"
                    }
                  },
                  "organization": {
                    "adress1": "string",
                    "adress2": "string",
                    "adress3": "string",
                    "basisPremium": "string",
                    "city": "string",
                    "consentText": "string",
                    "consentTitle": "string",
                    "countryCode": "string",
                    "description": {
                      "teaser": "string",
                      "text": "string",
                      "title": "string"
                    },
                    "email": "string",
                    "fax": "string",
                    "function": "string",
                    "id": "string",
                    "iframeUrl": "string",
                    "iframeUrlDe": "string",
                    "initials": "string",
                    "name": "string",
                    "phone": "string",
                    "pictureText": "string",
                    "pictureURL": "string",
                    "postBox": "string",
                    "postBoxCity": "string",
                    "postBoxPostCode": "string",
                    "postCode": "string",
                    "region": "string",
                    "showProducts": "string",
                    "showTrademarks": "string",
                    "web": "string"
                  },
                  "products": {
                    "description": {
                      "teaser": "string",
                      "title": "string"
                    },
                    "id": "string",
                    "initials": "string",
                    "name": "string",
                    "pictureText": "string",
                    "pictureURL": "string"
                  },
                  "result": {
                    "apiVersion": "string",
                    "backendVersion": "string",
                    "clientversion": "string",
                    "density": "string",
                    "lang": "string",
                    "os": "string",
                    "osversion": "string",
                    "size": "string",
                    "topic": "string"
                  }
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the information of a Product",
        "tags": [
          "TrademarkDetailWebservice"
        ]
      }
    },
    "/webservice/uploadfile": {
      "get": {
        "operationId": "doGet_30",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "UploadFileWebservice"
        ]
      },
      "post": {
        "description": "uploads the files, regarding the Products and their categories </br>Permissions:  Admin  User",
        "operationId": "doPost_24",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "accessToken": "alias",
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "productid": "string",
                "rootCategories": "string",
                "showCategoryHierarchy": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "uploadPurpose": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "result": {
                    "apiVersion": "string",
                    "backendVersion": "string",
                    "clientversion": "string",
                    "contentType": "string",
                    "density": "string",
                    "fileId": "string",
                    "fileName": "string",
                    "fileUrl": "string",
                    "lang": "string",
                    "os": "string",
                    "osversion": "string",
                    "size": "string",
                    "topic": "string",
                    "upload": "string"
                  }
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "uploads the files",
        "tags": [
          "UploadFileWebservice"
        ]
      }
    },
    "/webservice/user": {
      "get": {
        "deprecated": true,
        "operationId": "doGet_20",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "PersonWebservice"
        ]
      },
      "post": {
        "deprecated": true,
        "description": "Different personal services can be called through definition of kind Parameter including login, register, logout, reset password,etc. , apiVersion is Optional </br>Permissions: no Permission",
        "operationId": "doPost_15",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest, according to kind type, the relevant information are expected and  will be extracted from request"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "companies": "string",
                  "company": {
                    "id": "string"
                  },
                  "data": "string",
                  "favorites": {
                    "id": "string",
                    "type": "string"
                  },
                  "informInterests": "string",
                  "interests": {
                    "id": "string"
                  },
                  "lang": "string",
                  "links": {
                    "text": "string",
                    "type": "string",
                    "url": "string"
                  },
                  "result": {
                    "apiVersion": "string",
                    "backendVersion": "string",
                    "clientversion": "string",
                    "density": "string",
                    "lang": "string",
                    "os": "string",
                    "osversion": "string",
                    "size": "string",
                    "topic": "string"
                  },
                  "sotuser": "string",
                  "status": "string",
                  "statusCode": "string",
                  "topic": "string",
                  "user": {
                    "anrede": "string",
                    "firstName": "string",
                    "lastName": "string",
                    "position": "string"
                  }
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "MissingParameterException"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "Different personal services can be called through definition of kind Parameter",
        "tags": [
          "PersonWebservice"
        ]
      }
    },
    "/webservice/vfbpresult": {
      "get": {
        "operationId": "doGet_31",
        "requestBody": {
          "content": {
            "*/*": {
              "schema": {
                "properties": {
                  "asyncContext": {
                    "properties": {
                      "request": {
                        "properties": {
                          "asyncStarted": {
                            "type": "boolean"
                          },
                          "asyncSupported": {
                            "type": "boolean"
                          },
                          "attributeNames": {
                            "type": "object"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer"
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "dispatcherType": {
                            "enum": [
                              "ASYNC",
                              "ERROR",
                              "FORWARD",
                              "INCLUDE",
                              "REQUEST"
                            ],
                            "type": "string"
                          },
                          "inputStream": {
                            "properties": {
                              "finished": {
                                "type": "boolean"
                              },
                              "readListener": {
                                "type": "object",
                                "writeOnly": true
                              },
                              "ready": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "localAddr": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "locales": {
                            "type": "object"
                          },
                          "localName": {
                            "type": "string"
                          },
                          "localPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "parameterMap": {
                            "additionalProperties": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "type": "object"
                          },
                          "parameterNames": {
                            "type": "object"
                          },
                          "protocol": {
                            "type": "string"
                          },
                          "reader": {
                            "type": "object"
                          },
                          "remoteAddr": {
                            "type": "string"
                          },
                          "remoteHost": {
                            "type": "string"
                          },
                          "remotePort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "scheme": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          },
                          "serverName": {
                            "type": "string"
                          },
                          "serverPort": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "servletContext": {
                            "properties": {
                              "attributeNames": {
                                "type": "object"
                              },
                              "classLoader": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "parent": {
                                    "properties": {
                                      "defaultAssertionStatus": {
                                        "type": "boolean",
                                        "writeOnly": true
                                      },
                                      "definedPackages": {
                                        "items": {
                                          "properties": {
                                            "annotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "declaredAnnotations": {
                                              "items": {
                                                "type": "object"
                                              },
                                              "type": "array"
                                            },
                                            "implementationTitle": {
                                              "type": "string"
                                            },
                                            "implementationVendor": {
                                              "type": "string"
                                            },
                                            "implementationVersion": {
                                              "type": "string"
                                            },
                                            "name": {
                                              "type": "string"
                                            },
                                            "sealed": {
                                              "type": "boolean"
                                            },
                                            "specificationTitle": {
                                              "type": "string"
                                            },
                                            "specificationVendor": {
                                              "type": "string"
                                            },
                                            "specificationVersion": {
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "registeredAsParallelCapable": {
                                        "type": "boolean"
                                      },
                                      "unnamedModule": {
                                        "properties": {
                                          "annotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "declaredAnnotations": {
                                            "items": {
                                              "type": "object"
                                            },
                                            "type": "array"
                                          },
                                          "descriptor": {
                                            "properties": {
                                              "automatic": {
                                                "type": "boolean"
                                              },
                                              "open": {
                                                "type": "boolean"
                                              }
                                            },
                                            "type": "object"
                                          },
                                          "layer": {
                                            "type": "object"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "named": {
                                            "type": "boolean"
                                          },
                                          "packages": {
                                            "items": {
                                              "type": "string"
                                            },
                                            "type": "array",
                                            "uniqueItems": true
                                          }
                                        },
                                        "type": "object"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "contextPath": {
                                "type": "string"
                              },
                              "defaultSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "effectiveMajorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveMinorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "effectiveSessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "filterRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "servletNameMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "urlPatternMappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "initParameterNames": {
                                "type": "object"
                              },
                              "jspConfigDescriptor": {
                                "properties": {
                                  "jspPropertyGroups": {
                                    "items": {
                                      "properties": {
                                        "buffer": {
                                          "type": "string"
                                        },
                                        "defaultContentType": {
                                          "type": "string"
                                        },
                                        "deferredSyntaxAllowedAsLiteral": {
                                          "type": "string"
                                        },
                                        "elIgnored": {
                                          "type": "string"
                                        },
                                        "errorOnUndeclaredNamespace": {
                                          "type": "string"
                                        },
                                        "includeCodas": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "includePreludes": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        },
                                        "isXml": {
                                          "type": "string"
                                        },
                                        "pageEncoding": {
                                          "type": "string"
                                        },
                                        "scriptingInvalid": {
                                          "type": "string"
                                        },
                                        "trimDirectiveWhitespaces": {
                                          "type": "string"
                                        },
                                        "urlPatterns": {
                                          "items": {
                                            "type": "string"
                                          },
                                          "type": "array"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "taglibs": {
                                    "items": {
                                      "properties": {
                                        "taglibLocation": {
                                          "type": "string"
                                        },
                                        "taglibURI": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              },
                              "majorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "minorVersion": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "serverInfo": {
                                "type": "string"
                              },
                              "servletContextName": {
                                "type": "string"
                              },
                              "servletNames": {
                                "type": "object"
                              },
                              "servletRegistrations": {
                                "additionalProperties": {
                                  "properties": {
                                    "className": {
                                      "type": "string"
                                    },
                                    "initParameters": {
                                      "additionalProperties": {
                                        "type": "string"
                                      },
                                      "type": "object"
                                    },
                                    "mappings": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "runAsRole": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "object"
                              },
                              "servlets": {
                                "type": "object"
                              },
                              "sessionCookieConfig": {
                                "properties": {
                                  "comment": {
                                    "type": "string"
                                  },
                                  "domain": {
                                    "type": "string"
                                  },
                                  "httpOnly": {
                                    "type": "boolean"
                                  },
                                  "maxAge": {
                                    "format": "int32",
                                    "type": "integer"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "path": {
                                    "type": "string"
                                  },
                                  "secure": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "sessionTrackingModes": {
                                "items": {
                                  "enum": [
                                    "COOKIE",
                                    "SSL",
                                    "URL"
                                  ],
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true,
                                "writeOnly": true
                              },
                              "virtualServerName": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "response": {
                        "properties": {
                          "bufferSize": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "characterEncoding": {
                            "type": "string"
                          },
                          "committed": {
                            "type": "boolean"
                          },
                          "contentLength": {
                            "format": "int32",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentLengthLong": {
                            "format": "int64",
                            "type": "integer",
                            "writeOnly": true
                          },
                          "contentType": {
                            "type": "string"
                          },
                          "locale": {
                            "properties": {
                              "country": {
                                "type": "string"
                              },
                              "displayCountry": {
                                "type": "string"
                              },
                              "displayLanguage": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "displayScript": {
                                "type": "string"
                              },
                              "displayVariant": {
                                "type": "string"
                              },
                              "extensionKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "iso3Country": {
                                "type": "string"
                              },
                              "iso3Language": {
                                "type": "string"
                              },
                              "language": {
                                "type": "string"
                              },
                              "script": {
                                "type": "string"
                              },
                              "unicodeLocaleAttributes": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "unicodeLocaleKeys": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              },
                              "variant": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "outputStream": {
                            "properties": {
                              "ready": {
                                "type": "boolean"
                              },
                              "writeListener": {
                                "type": "object",
                                "writeOnly": true
                              }
                            },
                            "type": "object"
                          },
                          "writer": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "timeout": {
                        "format": "int64",
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "asyncStarted": {
                    "type": "boolean"
                  },
                  "asyncSupported": {
                    "type": "boolean"
                  },
                  "attributeNames": {
                    "type": "object"
                  },
                  "authType": {
                    "type": "string"
                  },
                  "characterEncoding": {
                    "type": "string"
                  },
                  "contentLength": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "contentLengthLong": {
                    "format": "int64",
                    "type": "integer"
                  },
                  "contentType": {
                    "type": "string"
                  },
                  "contextPath": {
                    "type": "string"
                  },
                  "cookies": {
                    "items": {
                      "properties": {
                        "comment": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "httpOnly": {
                          "type": "boolean"
                        },
                        "maxAge": {
                          "format": "int32",
                          "type": "integer"
                        },
                        "name": {
                          "type": "string"
                        },
                        "path": {
                          "type": "string"
                        },
                        "secure": {
                          "type": "boolean"
                        },
                        "value": {
                          "type": "string"
                        },
                        "version": {
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "dispatcherType": {
                    "enum": [
                      "ASYNC",
                      "ERROR",
                      "FORWARD",
                      "INCLUDE",
                      "REQUEST"
                    ],
                    "type": "string"
                  },
                  "headerNames": {
                    "type": "object"
                  },
                  "inputStream": {
                    "properties": {
                      "finished": {
                        "type": "boolean"
                      },
                      "readListener": {
                        "type": "object",
                        "writeOnly": true
                      },
                      "ready": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "localAddr": {
                    "type": "string"
                  },
                  "locale": {
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "displayCountry": {
                        "type": "string"
                      },
                      "displayLanguage": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "displayScript": {
                        "type": "string"
                      },
                      "displayVariant": {
                        "type": "string"
                      },
                      "extensionKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "iso3Country": {
                        "type": "string"
                      },
                      "iso3Language": {
                        "type": "string"
                      },
                      "language": {
                        "type": "string"
                      },
                      "script": {
                        "type": "string"
                      },
                      "unicodeLocaleAttributes": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "unicodeLocaleKeys": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "variant": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "locales": {
                    "type": "object"
                  },
                  "localName": {
                    "type": "string"
                  },
                  "localPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "method": {
                    "type": "string"
                  },
                  "parameterMap": {
                    "additionalProperties": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "type": "object"
                  },
                  "parameterNames": {
                    "type": "object"
                  },
                  "parts": {
                    "items": {
                      "properties": {
                        "contentType": {
                          "type": "string"
                        },
                        "headerNames": {
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "inputStream": {
                          "type": "object"
                        },
                        "name": {
                          "type": "string"
                        },
                        "size": {
                          "format": "int64",
                          "type": "integer"
                        },
                        "submittedFileName": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "pathInfo": {
                    "type": "string"
                  },
                  "pathTranslated": {
                    "type": "string"
                  },
                  "protocol": {
                    "type": "string"
                  },
                  "queryString": {
                    "type": "string"
                  },
                  "reader": {
                    "type": "object"
                  },
                  "remoteAddr": {
                    "type": "string"
                  },
                  "remoteHost": {
                    "type": "string"
                  },
                  "remotePort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "remoteUser": {
                    "type": "string"
                  },
                  "requestedSessionId": {
                    "type": "string"
                  },
                  "requestedSessionIdFromCookie": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromURL": {
                    "type": "boolean"
                  },
                  "requestedSessionIdFromUrl": {
                    "type": "boolean"
                  },
                  "requestedSessionIdValid": {
                    "type": "boolean"
                  },
                  "requestURI": {
                    "type": "string"
                  },
                  "requestURL": {
                    "properties": {
                      "empty": {
                        "type": "boolean"
                      },
                      "length": {
                        "format": "int32",
                        "type": "integer",
                        "writeOnly": true
                      }
                    },
                    "type": "object"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "secure": {
                    "type": "boolean"
                  },
                  "serverName": {
                    "type": "string"
                  },
                  "serverPort": {
                    "format": "int32",
                    "type": "integer"
                  },
                  "servletContext": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "classLoader": {
                        "properties": {
                          "defaultAssertionStatus": {
                            "type": "boolean",
                            "writeOnly": true
                          },
                          "definedPackages": {
                            "items": {
                              "properties": {
                                "annotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "declaredAnnotations": {
                                  "items": {
                                    "type": "object"
                                  },
                                  "type": "array"
                                },
                                "implementationTitle": {
                                  "type": "string"
                                },
                                "implementationVendor": {
                                  "type": "string"
                                },
                                "implementationVersion": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "sealed": {
                                  "type": "boolean"
                                },
                                "specificationTitle": {
                                  "type": "string"
                                },
                                "specificationVendor": {
                                  "type": "string"
                                },
                                "specificationVersion": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parent": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "registeredAsParallelCapable": {
                            "type": "boolean"
                          },
                          "unnamedModule": {
                            "properties": {
                              "annotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "declaredAnnotations": {
                                "items": {
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "descriptor": {
                                "properties": {
                                  "automatic": {
                                    "type": "boolean"
                                  },
                                  "open": {
                                    "type": "boolean"
                                  }
                                },
                                "type": "object"
                              },
                              "layer": {
                                "type": "object"
                              },
                              "name": {
                                "type": "string"
                              },
                              "named": {
                                "type": "boolean"
                              },
                              "packages": {
                                "items": {
                                  "type": "string"
                                },
                                "type": "array",
                                "uniqueItems": true
                              }
                            },
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "contextPath": {
                        "type": "string"
                      },
                      "defaultSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "effectiveMajorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveMinorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "effectiveSessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true
                      },
                      "filterRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "name": {
                              "type": "string"
                            },
                            "servletNameMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "urlPatternMappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "initParameterNames": {
                        "type": "object"
                      },
                      "jspConfigDescriptor": {
                        "properties": {
                          "jspPropertyGroups": {
                            "items": {
                              "properties": {
                                "buffer": {
                                  "type": "string"
                                },
                                "defaultContentType": {
                                  "type": "string"
                                },
                                "deferredSyntaxAllowedAsLiteral": {
                                  "type": "string"
                                },
                                "elIgnored": {
                                  "type": "string"
                                },
                                "errorOnUndeclaredNamespace": {
                                  "type": "string"
                                },
                                "includeCodas": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "includePreludes": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "isXml": {
                                  "type": "string"
                                },
                                "pageEncoding": {
                                  "type": "string"
                                },
                                "scriptingInvalid": {
                                  "type": "string"
                                },
                                "trimDirectiveWhitespaces": {
                                  "type": "string"
                                },
                                "urlPatterns": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "taglibs": {
                            "items": {
                              "properties": {
                                "taglibLocation": {
                                  "type": "string"
                                },
                                "taglibURI": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "majorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "minorVersion": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "serverInfo": {
                        "type": "string"
                      },
                      "servletContextName": {
                        "type": "string"
                      },
                      "servletNames": {
                        "type": "object"
                      },
                      "servletRegistrations": {
                        "additionalProperties": {
                          "properties": {
                            "className": {
                              "type": "string"
                            },
                            "initParameters": {
                              "additionalProperties": {
                                "type": "string"
                              },
                              "type": "object"
                            },
                            "mappings": {
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "name": {
                              "type": "string"
                            },
                            "runAsRole": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "object"
                      },
                      "servlets": {
                        "type": "object"
                      },
                      "sessionCookieConfig": {
                        "properties": {
                          "comment": {
                            "type": "string"
                          },
                          "domain": {
                            "type": "string"
                          },
                          "httpOnly": {
                            "type": "boolean"
                          },
                          "maxAge": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "name": {
                            "type": "string"
                          },
                          "path": {
                            "type": "string"
                          },
                          "secure": {
                            "type": "boolean"
                          }
                        },
                        "type": "object"
                      },
                      "sessionTrackingModes": {
                        "items": {
                          "enum": [
                            "COOKIE",
                            "SSL",
                            "URL"
                          ],
                          "type": "string"
                        },
                        "type": "array",
                        "uniqueItems": true,
                        "writeOnly": true
                      },
                      "virtualServerName": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "servletPath": {
                    "type": "string"
                  },
                  "session": {
                    "properties": {
                      "attributeNames": {
                        "type": "object"
                      },
                      "creationTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "id": {
                        "type": "string"
                      },
                      "lastAccessedTime": {
                        "format": "int64",
                        "type": "integer"
                      },
                      "maxInactiveInterval": {
                        "format": "int32",
                        "type": "integer"
                      },
                      "new": {
                        "type": "boolean"
                      },
                      "servletContext": {
                        "properties": {
                          "attributeNames": {
                            "type": "object"
                          },
                          "classLoader": {
                            "properties": {
                              "defaultAssertionStatus": {
                                "type": "boolean",
                                "writeOnly": true
                              },
                              "definedPackages": {
                                "items": {
                                  "properties": {
                                    "annotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "declaredAnnotations": {
                                      "items": {
                                        "type": "object"
                                      },
                                      "type": "array"
                                    },
                                    "implementationTitle": {
                                      "type": "string"
                                    },
                                    "implementationVendor": {
                                      "type": "string"
                                    },
                                    "implementationVersion": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "sealed": {
                                      "type": "boolean"
                                    },
                                    "specificationTitle": {
                                      "type": "string"
                                    },
                                    "specificationVendor": {
                                      "type": "string"
                                    },
                                    "specificationVersion": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parent": {
                                "properties": {
                                  "defaultAssertionStatus": {
                                    "type": "boolean",
                                    "writeOnly": true
                                  },
                                  "definedPackages": {
                                    "items": {
                                      "properties": {
                                        "annotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "declaredAnnotations": {
                                          "items": {
                                            "type": "object"
                                          },
                                          "type": "array"
                                        },
                                        "implementationTitle": {
                                          "type": "string"
                                        },
                                        "implementationVendor": {
                                          "type": "string"
                                        },
                                        "implementationVersion": {
                                          "type": "string"
                                        },
                                        "name": {
                                          "type": "string"
                                        },
                                        "sealed": {
                                          "type": "boolean"
                                        },
                                        "specificationTitle": {
                                          "type": "string"
                                        },
                                        "specificationVendor": {
                                          "type": "string"
                                        },
                                        "specificationVersion": {
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "registeredAsParallelCapable": {
                                    "type": "boolean"
                                  },
                                  "unnamedModule": {
                                    "properties": {
                                      "annotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "declaredAnnotations": {
                                        "items": {
                                          "type": "object"
                                        },
                                        "type": "array"
                                      },
                                      "descriptor": {
                                        "properties": {
                                          "automatic": {
                                            "type": "boolean"
                                          },
                                          "open": {
                                            "type": "boolean"
                                          }
                                        },
                                        "type": "object"
                                      },
                                      "layer": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "string"
                                      },
                                      "named": {
                                        "type": "boolean"
                                      },
                                      "packages": {
                                        "items": {
                                          "type": "string"
                                        },
                                        "type": "array",
                                        "uniqueItems": true
                                      }
                                    },
                                    "type": "object"
                                  }
                                },
                                "type": "object"
                              },
                              "registeredAsParallelCapable": {
                                "type": "boolean"
                              },
                              "unnamedModule": {
                                "properties": {
                                  "annotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "declaredAnnotations": {
                                    "items": {
                                      "type": "object"
                                    },
                                    "type": "array"
                                  },
                                  "descriptor": {
                                    "properties": {
                                      "automatic": {
                                        "type": "boolean"
                                      },
                                      "open": {
                                        "type": "boolean"
                                      }
                                    },
                                    "type": "object"
                                  },
                                  "layer": {
                                    "type": "object"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "named": {
                                    "type": "boolean"
                                  },
                                  "packages": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array",
                                    "uniqueItems": true
                                  }
                                },
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "contextPath": {
                            "type": "string"
                          },
                          "defaultSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "effectiveMajorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveMinorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "effectiveSessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true
                          },
                          "filterRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "servletNameMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "urlPatternMappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "initParameterNames": {
                            "type": "object"
                          },
                          "jspConfigDescriptor": {
                            "properties": {
                              "jspPropertyGroups": {
                                "items": {
                                  "properties": {
                                    "buffer": {
                                      "type": "string"
                                    },
                                    "defaultContentType": {
                                      "type": "string"
                                    },
                                    "deferredSyntaxAllowedAsLiteral": {
                                      "type": "string"
                                    },
                                    "elIgnored": {
                                      "type": "string"
                                    },
                                    "errorOnUndeclaredNamespace": {
                                      "type": "string"
                                    },
                                    "includeCodas": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "includePreludes": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    },
                                    "isXml": {
                                      "type": "string"
                                    },
                                    "pageEncoding": {
                                      "type": "string"
                                    },
                                    "scriptingInvalid": {
                                      "type": "string"
                                    },
                                    "trimDirectiveWhitespaces": {
                                      "type": "string"
                                    },
                                    "urlPatterns": {
                                      "items": {
                                        "type": "string"
                                      },
                                      "type": "array"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              },
                              "taglibs": {
                                "items": {
                                  "properties": {
                                    "taglibLocation": {
                                      "type": "string"
                                    },
                                    "taglibURI": {
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "majorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "minorVersion": {
                            "format": "int32",
                            "type": "integer"
                          },
                          "serverInfo": {
                            "type": "string"
                          },
                          "servletContextName": {
                            "type": "string"
                          },
                          "servletNames": {
                            "type": "object"
                          },
                          "servletRegistrations": {
                            "additionalProperties": {
                              "properties": {
                                "className": {
                                  "type": "string"
                                },
                                "initParameters": {
                                  "additionalProperties": {
                                    "type": "string"
                                  },
                                  "type": "object"
                                },
                                "mappings": {
                                  "items": {
                                    "type": "string"
                                  },
                                  "type": "array"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "runAsRole": {
                                  "type": "string"
                                }
                              },
                              "type": "object"
                            },
                            "type": "object"
                          },
                          "servlets": {
                            "type": "object"
                          },
                          "sessionCookieConfig": {
                            "properties": {
                              "comment": {
                                "type": "string"
                              },
                              "domain": {
                                "type": "string"
                              },
                              "httpOnly": {
                                "type": "boolean"
                              },
                              "maxAge": {
                                "format": "int32",
                                "type": "integer"
                              },
                              "name": {
                                "type": "string"
                              },
                              "path": {
                                "type": "string"
                              },
                              "secure": {
                                "type": "boolean"
                              }
                            },
                            "type": "object"
                          },
                          "sessionTrackingModes": {
                            "items": {
                              "enum": [
                                "COOKIE",
                                "SSL",
                                "URL"
                              ],
                              "type": "string"
                            },
                            "type": "array",
                            "uniqueItems": true,
                            "writeOnly": true
                          },
                          "virtualServerName": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "sessionContext": {
                        "properties": {
                          "ids": {
                            "type": "object"
                          }
                        },
                        "type": "object"
                      },
                      "valueNames": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "userPrincipal": {
                    "properties": {
                      "name": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "default": {
            "content": {
              "*/*": {}
            },
            "description": "default response"
          }
        },
        "tags": [
          "VfbpResultWebservice"
        ]
      },
      "post": {
        "description": "gets the results of Value for Budget Planner</br>Permissions: no Permission",
        "operationId": "doPost_25",
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "example": {
                "apiVersion": "string",
                "browserLang": "string",
                "clientversion": "string",
                "density": "string",
                "lang": "string",
                "os": "string",
                "osversion": "string",
                "productid": "string",
                "rootCategories": "string",
                "sendMail": "string",
                "showCategoryHierarchy": "string",
                "size": "string",
                "subject": "string",
                "timezoneOffset": "string",
                "topic": "string",
                "xml": "string",
                "year": "string"
              },
              "schema": {
                "type": "Encoding =UTF-8"
              }
            }
          },
          "description": "HttpRequest"
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "errorMessage": "string",
                  "result": {
                    "apiVersion": "string",
                    "backendVersion": "string",
                    "clientversion": "string",
                    "density": "string",
                    "lang": "string",
                    "os": "string",
                    "osversion": "string",
                    "size": "string",
                    "topic": "string"
                  },
                  "resultUrl": "string"
                },
                "schema": {
                  "type": "object-Encoding =UTF-8"
                }
              }
            },
            "description": "successful operation"
          },
          "400": {
            "description": "Invalid key supplied"
          },
          "403": {
            "description": "Access forbidden"
          },
          "404": {
            "description": "seriesOfTopicsName/pushNotificationId not found"
          },
          "405": {
            "description": "Validation exception"
          }
        },
        "security": [
          {
            "CustomerAccessKey": []
          },
          {
            "CustomerAccessToken": []
          }
        ],
        "summary": "gets the results of Value for Budget Planner",
        "tags": [
          "VfbpResultWebservice"
        ]
      }
    }
  },
  "servers": [
    {
      "description": "dev",
      "url": "http://localhost:8080"
    },
    {
      "description": "integration",
      "url": "https://integration.messebackend.aws.corussoft.de"
    },
    {
      "description": "staging",
      "url": "https://staging.messebackend.aws.corussoft.de"
    },
    {
      "description": "live",
      "url": "https://live.messebackend.aws.corussoft.de"
    }
  ],
  "tags": [
    {
      "description": "accessToken informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "AccessTokens"
    },
    {
      "description": "admin functions",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Admin"
    },
    {
      "description": "ad informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Ads"
    },
    {
      "description": "appDevice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "AppDevices"
    },
    {
      "name": "Articles"
    },
    {
      "name": "Category"
    },
    {
      "description": "Online Guide Webservices - CategoryStandListWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "CategoryStandListWebservice"
    },
    {
      "name": "Channel"
    },
    {
      "name": "Collection"
    },
    {
      "description": "Online Guide Webservices - CouponDetailWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "CouponDetailWebservice"
    },
    {
      "description": "documentation informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Documentations"
    },
    {
      "name": "ECC-Reporting"
    },
    {
      "description": "Online Guide Webservices - EditOrganizationWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "EditOrganizationWebservice"
    },
    {
      "description": "Online Guide Webservices - EventDateDatesWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "EventDateDatesWebservice"
    },
    {
      "description": "Online Guide Webservices - EventDateDetailWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "EventDateDetailWebservice"
    },
    {
      "description": "eventDate informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "EventDates"
    },
    {
      "description": "eventOrganizer informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "EventOrganizers"
    },
    {
      "name": "Events"
    },
    {
      "description": "exporter informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Exporters"
    },
    {
      "name": "FeUserManagement"
    },
    {
      "name": "FeUserQuestion"
    },
    {
      "description": "Online Guide Webservices - GetEditOrganizationWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "GetEditOrganizationWebservice"
    },
    {
      "description": "general Data - IconWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "IconWebservice"
    },
    {
      "description": "icon informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Icons"
    },
    {
      "description": "importer informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Importers"
    },
    {
      "description": "Online Guide Webservices - InitDataWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "InitDataWebservice"
    },
    {
      "name": "Joboffer"
    },
    {
      "name": "JobOfferDetailWebservice"
    },
    {
      "name": "LocalNotifications"
    },
    {
      "description": "meeting informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Meetings"
    },
    {
      "name": "MediaLibraryDetailWebservice"
    },
    {
      "description": "mikaTiming informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "MikaTimings"
    },
    {
      "name": "Mixie"
    },
    {
      "description": "general Data - NavigationDemoWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "NavigationDemoWebservice"
    },
    {
      "description": "general Data - NavigationWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "NavigationWebservice"
    },
    {
      "description": "news informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "News"
    },
    {
      "description": "Online Guide Webservices - NewsDetailWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "NewsDetailWebservice"
    },
    {
      "description": "ogBranding informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "OgBrandings"
    },
    {
      "description": "Online Guide Webservices - OpenPdfWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "OpenPdfWebservice"
    },
    {
      "description": "Online Guide Webservices - OrganizationDetailWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "OrganizationDetailWebservice"
    },
    {
      "description": "organization informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Organizations"
    },
    {
      "description": "Online Guide Webservices - OrganizationsOfStandWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "OrganizationsOfStandWebservice"
    },
    {
      "description": "Online Guide Webservices - PersonDetailWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "PersonDetailWebservice"
    },
    {
      "name": "PersonFunctions"
    },
    {
      "name": "Persons"
    },
    {
      "description": "Online Guide Webservices - PersonWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "PersonWebservice"
    },
    {
      "name": "PrintCatalog"
    },
    {
      "description": "Online Guide Webservices - PrintEntitiesWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "PrintEntitiesWebservice"
    },
    {
      "description": "Online Guide Webservices - PrintEntityDetailsWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "PrintEntityDetailsWebservice"
    },
    {
      "description": "privacyPolicy informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "PrivacyPolicies"
    },
    {
      "description": "Online Guide Webservices - ProductDetailWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "ProductDetailWebservice"
    },
    {
      "name": "Products"
    },
    {
      "name": "Programplanner"
    },
    {
      "description": "pushNotification informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "PushNotifications"
    },
    {
      "description": "qrCode informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "QrCodes"
    },
    {
      "description": "qrCreator informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "QrCreators"
    },
    {
      "description": "qrRouter informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "QrRouters"
    },
    {
      "description": "requirement informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Requirements"
    },
    {
      "description": "resizeImageUpload informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "ResizeImageUploads"
    },
    {
      "name": "Scope"
    },
    {
      "description": "Online Guide Webservices - SearchWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "SearchWebservice"
    },
    {
      "name": "Selfservice"
    },
    {
      "description": "seriesOfTopicUser informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "SeriesOfTopicUsers"
    },
    {
      "description": "seriesOfTopic informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "SeriesOfTopics"
    },
    {
      "name": "ServiceKeys"
    },
    {
      "name": "ServiceKeysV2"
    },
    {
      "description": "general Data - SponsorWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "SponsorWebservice"
    },
    {
      "description": "Hallplane tool - StandDetailsInformationWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "StandDetailsInformationWebservice"
    },
    {
      "description": "Hallplane tool - StandListWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "StandListWebservice"
    },
    {
      "description": "stat informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Stats"
    },
    {
      "description": "Online Guide Webservices - SuggestWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "SuggestWebservice"
    },
    {
      "description": "sync informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Syncs"
    },
    {
      "description": "task informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Tasks"
    },
    {
      "description": "Test and Systemstatus Endpoints",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Test"
    },
    {
      "description": "thirdParty informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "ThirdParties"
    },
    {
      "description": "ticket informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Tickets"
    },
    {
      "description": "topic informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Topics"
    },
    {
      "description": "tracking informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Trackings"
    },
    {
      "description": "Online Guide Webservices - TrademarkDetailWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "TrademarkDetailWebservice"
    },
    {
      "description": "twitter informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Twitter"
    },
    {
      "description": "Online Guide Webservices - UploadFileWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "UploadFileWebservice"
    },
    {
      "name": "UserConferenceRoomAccesses"
    },
    {
      "name": "UserEventDateAccesses"
    },
    {
      "description": "userPool informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "UserPools"
    },
    {
      "description": "userRoundTableAccess informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "UserRoundTableAccesses"
    },
    {
      "description": "userVirtualCafeAccess informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "UserVirtualCafeAccesses"
    },
    {
      "description": "user informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Users"
    },
    {
      "description": "validation informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Validations"
    },
    {
      "description": "vfbpBranding informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "VfbpBrandings"
    },
    {
      "description": "Online Guide Webservices - VfbpResultWebservice informations",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "VfbpResultWebservice"
    },
    {
      "description": "Service for managing segments, which are used to define target groups.",
      "externalDocs": {
        "description": "Find out more",
        "url": "https://corussoft.atlassian.net/wiki/spaces/EVENTCLOUD/overview"
      },
      "name": "Segments"
    }
  ]
}