Webex · Schema

AllowedServiceTypesFromHydra

* `MOBILE_NUMBERS` - PSTN service type for mobile numbers.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-allowedservicetypesfromhydra-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AllowedServiceTypesFromHydra",
  "title": "AllowedServiceTypesFromHydra",
  "type": "string",
  "enum": [
    "MOBILE_NUMBERS"
  ],
  "description": " * `MOBILE_NUMBERS` - PSTN service type for mobile numbers.\n"
}