Webex · Schema

NumberTypeOptions

* `TOLLFREE` - A toll-free PSTN number. * `DID` - A normal Direct Inward Dial (DID) PSTN number. * `MOBILE` - A mobile number.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-numbertypeoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NumberTypeOptions",
  "title": "NumberTypeOptions",
  "type": "string",
  "enum": [
    "TOLLFREE",
    "DID",
    "MOBILE"
  ],
  "description": " * `TOLLFREE` - A toll-free PSTN number.\n * `DID` - A normal Direct Inward Dial (DID) PSTN number.\n * `MOBILE` - A mobile number.\n"
}