Webex · Schema

ResponseEnvelopeAddressBookWithEntriesDTO

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
meta object
data array
View JSON Schema on GitHub

JSON Schema

webex-responseenvelopeaddressbookwithentriesdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResponseEnvelopeAddressBookWithEntriesDTO",
  "title": "ResponseEnvelopeAddressBookWithEntriesDTO",
  "type": "object",
  "properties": {
    "meta": {
      "type": "object",
      "additionalProperties": {
        "type": "object"
      }
    },
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AddressBookWithEntriesDTO"
      }
    }
  }
}