Webex · Schema

CloudOverflowTrend1

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
timestamp string Timestamp.
overflowDetails array Overflow Details.
View JSON Schema on GitHub

JSON Schema

webex-cloudoverflowtrend1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CloudOverflowTrend1",
  "title": "CloudOverflowTrend1",
  "type": "object",
  "properties": {
    "timestamp": {
      "type": "string",
      "example": "2022-03-23T10:30:00Z",
      "description": "Timestamp."
    },
    "overflowDetails": {
      "type": "array",
      "items": {
        "anyOf": [
          {
            "$ref": "#/components/schemas/OverflowDetails1"
          },
          {
            "$ref": "#/components/schemas/OverflowDetails2"
          }
        ]
      },
      "description": "Overflow Details."
    }
  }
}