Webex · Schema

NonBlockingDisableCallingLocation

Non blocking reasons for disabling a calling location that do not prevent the operation from proceeding

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
numbersPresent boolean Indicates if there are phone numbers at this location.
View JSON Schema on GitHub

JSON Schema

webex-nonblockingdisablecallinglocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NonBlockingDisableCallingLocation",
  "title": "NonBlockingDisableCallingLocation",
  "type": "object",
  "description": "Non blocking reasons for disabling a calling location that do not prevent the operation from proceeding",
  "properties": {
    "numbersPresent": {
      "type": "boolean",
      "description": "Indicates if there are phone numbers at this location."
    }
  }
}