Webex · Schema

DeviceConfigurationCollectionResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
deviceId string ID of the device that the configurations are for.
items object
View JSON Schema on GitHub

JSON Schema

webex-deviceconfigurationcollectionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeviceConfigurationCollectionResponse",
  "title": "DeviceConfigurationCollectionResponse",
  "type": "object",
  "required": [
    "deviceId"
  ],
  "properties": {
    "deviceId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMl9hL0RFVklDRS9hNmYwYjhkMi01ZjdkLTQzZDItODAyNi0zM2JkNDg3NjYzMTg=",
      "description": "ID of the device that the configurations are for."
    },
    "items": {
      "$ref": "#/components/schemas/DeviceConfiguration"
    }
  }
}