Webex · Schema

BillingReportsListResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
items array An array of reports objects.
View JSON Schema on GitHub

JSON Schema

webex-billingreportslistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingReportsListResponse",
  "title": "BillingReportsListResponse",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ListReport"
      },
      "description": "An array of reports objects."
    }
  }
}