Webex · Schema

ListMessageCollectionResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
items array
View JSON Schema on GitHub

JSON Schema

webex-listmessagecollectionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListMessageCollectionResponse",
  "title": "ListMessageCollectionResponse",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ListMessage"
      }
    }
  }
}