Webex · Schema

VoicemailGroupFaxMessageAvailableNumberListGetObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
phoneNumbers array Array of phone numbers.
View JSON Schema on GitHub

JSON Schema

webex-voicemailgroupfaxmessageavailablenumberlistgetobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VoicemailGroupFaxMessageAvailableNumberListGetObject",
  "title": "VoicemailGroupFaxMessageAvailableNumberListGetObject",
  "type": "object",
  "required": [
    "phoneNumbers"
  ],
  "properties": {
    "phoneNumbers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/VoicemailGroupFaxMessageAvailableNumberObject"
      },
      "description": "Array of phone numbers."
    }
  }
}