Webex · Schema

CallTypeEnum

* `location` - The party is within the same location. * `organization` - The party is within the same organization but not within the same location. * `external` - The party is outside the organization. * `emergency` - The party is an emergency call destination. * `repair` - The party is a repair call destination. * `other` - The party does not belong to one of the defined call types. For example, a call to a Call Forwarding Always feature activation code.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-calltypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallTypeEnum",
  "title": "CallTypeEnum",
  "type": "string",
  "enum": [
    "location",
    "organization",
    "external",
    "emergency",
    "repair",
    "other"
  ],
  "description": " * `location` - The party is within the same location.\n * `organization` - The party is within the same organization but not within the same location.\n * `external` - The party is outside the organization.\n * `emergency` - The party is an emergency call destination.\n * `repair` - The party is a repair call destination.\n * `other` - The party does not belong to one of the defined call types. For example, a call to a Call Forwarding Always feature activation code.\n"
}