Webex · Schema

ResponseMetaEnvelopeGeneratedSummariesDTOMetaDataPagedInfo

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
meta object Metadata about response.
data array List of items matching the entity type.
View JSON Schema on GitHub

JSON Schema

webex-responsemetaenvelopegeneratedsummariesdtometadatapagedinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResponseMetaEnvelopeGeneratedSummariesDTOMetaDataPagedInfo",
  "title": "ResponseMetaEnvelopeGeneratedSummariesDTOMetaDataPagedInfo",
  "type": "object",
  "properties": {
    "meta": {
      "$ref": "#/components/schemas/MetaDataPagedInfo",
      "description": "Metadata about response."
    },
    "data": {
      "type": "array",
      "description": "List of items matching the entity type.",
      "items": {
        "$ref": "#/components/schemas/GeneratedSummariesDTO"
      }
    }
  }
}