Webex · Schema

ClusterClientTypeDistributionDetailsBlr2

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
deviceType string The type of device.
description string The description of the device type.
count number The count of the device type.
View JSON Schema on GitHub

JSON Schema

webex-clusterclienttypedistributiondetailsblr2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClusterClientTypeDistributionDetailsBlr2",
  "title": "ClusterClientTypeDistributionDetailsBlr2",
  "type": "object",
  "properties": {
    "deviceType": {
      "type": "string",
      "example": "webexForMobile",
      "description": "The type of device."
    },
    "description": {
      "type": "string",
      "example": "Webex App Mobile",
      "description": "The description of the device type."
    },
    "count": {
      "type": "number",
      "example": 4,
      "description": "The count of the device type."
    }
  }
}