Webex · Schema

TelephonyType

* `PSTN_NUMBER` - The object is a PSTN number.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-telephonytype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TelephonyType",
  "title": "TelephonyType",
  "type": "string",
  "enum": [
    "PSTN_NUMBER"
  ],
  "description": " * `PSTN_NUMBER` - The object is a PSTN number.\n"
}