Webex · Schema

ReportCollectionResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
Report Attributes array An array of report objects.
View JSON Schema on GitHub

JSON Schema

webex-reportcollectionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReportCollectionResponse",
  "title": "ReportCollectionResponse",
  "type": "object",
  "properties": {
    "Report Attributes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Report"
      },
      "description": "An array of report objects."
    }
  }
}