Webex · Schema

PersonSecondaryAvailableNumberListGetObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

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