Webex · Schema

CustomizationDeviceLevelObjectDevice

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-customizationdevicelevelobjectdevice-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomizationDeviceLevelObjectDevice",
  "title": "CustomizationDeviceLevelObjectDevice",
  "type": "object",
  "properties": {
    "ata": {
      "$ref": "#/components/schemas/ataObjectDevice",
      "description": "Applicable device settings for an ATA device."
    },
    "mpp": {
      "$ref": "#/components/schemas/mppObjectDevice",
      "description": "Applicable device settings for an MPP device."
    },
    "wifi": {
      "$ref": "#/components/schemas/wifiObjectDevice",
      "description": "Applicable device settings for a WiFi device."
    }
  }
}