Webex · Schema

CustomizationObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
ata object Settings that are applicable to ATA devices.
dect object Settings that are applicable to DECT devices.
mpp object Settings that are applicable to MPP devices.
wifi object Settings that are applicable to WiFi.
View JSON Schema on GitHub

JSON Schema

webex-customizationobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomizationObject",
  "title": "CustomizationObject",
  "type": "object",
  "properties": {
    "ata": {
      "$ref": "#/components/schemas/ataObject",
      "description": "Settings that are applicable to ATA devices."
    },
    "dect": {
      "$ref": "#/components/schemas/dectObject",
      "description": "Settings that are applicable to DECT devices."
    },
    "mpp": {
      "$ref": "#/components/schemas/mppObject",
      "description": "Settings that are applicable to MPP devices."
    },
    "wifi": {
      "$ref": "#/components/schemas/wifiObject",
      "description": "Settings that are applicable to WiFi."
    }
  }
}