Webex · Schema

STATE

* `ACTIVE` - Phone number is in the active state. * `INACTIVE` - Phone number is in the inactive state.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-state-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/STATE",
  "title": "STATE",
  "type": "string",
  "enum": [
    "ACTIVE",
    "INACTIVE"
  ],
  "description": " * `ACTIVE` - Phone number is in the active state.\n * `INACTIVE` - Phone number is in the inactive state.\n"
}