Webex · Schema

CustomizationDeviceLevelObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
ata object Applicable device settings for an ATA device.
mpp object Applicable device settings for an MPP device.
wifi object Applicable device settings for a WiFi device.
View JSON Schema on GitHub

JSON Schema

webex-customizationdevicelevelobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomizationDeviceLevelObject",
  "title": "CustomizationDeviceLevelObject",
  "type": "object",
  "properties": {
    "ata": {
      "$ref": "#/components/schemas/ataObject",
      "description": "Applicable device settings for an ATA device."
    },
    "mpp": {
      "$ref": "#/components/schemas/mppObject",
      "description": "Applicable device settings for an MPP device."
    },
    "wifi": {
      "$ref": "#/components/schemas/wifiObject",
      "description": "Applicable device settings for a WiFi device."
    }
  }
}