Webex · Schema

NumberStateOptions

* `ACTIVE` - The number is activated and has calling capability. * `INACTIVE` - A number is not yet activated and has no calling capability.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-numberstateoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NumberStateOptions",
  "title": "NumberStateOptions",
  "type": "string",
  "enum": [
    "ACTIVE",
    "INACTIVE"
  ],
  "description": " * `ACTIVE` - The number is activated and has calling capability.\n * `INACTIVE` - A number is not yet activated and has no calling capability.\n"
}