Webex · Schema

ECBNQualityType

* `RECOMMENDED` - An activated number, associated with a User or Workspace. * `NOT_RECOMMENDED` - An activated number, associated with anything else, like Auto Attendant or Hunt Group. * `INVALID` - An inactive or non-existent number.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-ecbnqualitytype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ECBNQualityType",
  "title": "ECBNQualityType",
  "type": "string",
  "enum": [
    "RECOMMENDED",
    "NOT_RECOMMENDED",
    "INVALID"
  ],
  "description": " * `RECOMMENDED` - An activated number, associated with a User or Workspace.\n * `NOT_RECOMMENDED` - An activated number, associated with anything else, like Auto Attendant or Hunt Group.\n * `INVALID` - An inactive or non-existent number.\n"
}