Webex · Schema

CapabilityResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
capabilities object
View JSON Schema on GitHub

JSON Schema

webex-capabilityresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CapabilityResponse",
  "title": "CapabilityResponse",
  "type": "object",
  "example": {
    "capabilities": {
      "occupancyDetection": {
        "supported": true,
        "configured": true
      },
      "presenceDetection": {
        "supported": true,
        "configured": true
      },
      "ambientNoise": {
        "supported": true,
        "configured": true
      },
      "soundLevel": {
        "supported": true,
        "configured": true
      },
      "temperature": {
        "supported": true,
        "configured": true
      },
      "airQuality": {
        "supported": true,
        "configured": true
      },
      "relativeHumidity": {
        "supported": true,
        "configured": true
      }
    }
  },
  "properties": {
    "capabilities": {
      "$ref": "#/components/schemas/CapabilityMap"
    }
  }
}