Webex · Schema

CloudOverflowTrend2

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

webex-cloudoverflowtrend2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CloudOverflowTrend2",
  "title": "CloudOverflowTrend2",
  "type": "object",
  "properties": {
    "timestamp": {
      "type": "string",
      "example": "2022-03-23T10:40:00Z",
      "description": "Timestamp."
    },
    "overflowDetails": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/OverflowDetails3"
      },
      "description": "Overflow Details."
    }
  }
}