Webex · JSON Structure

Ucm Acd Object Structure

AcdObject schema from Webex API

Type: object Properties: 2 Required: 2
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

AcdObject is a JSON Structure definition published by Webex, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

enabled displayCallqueueAgentSoftkeys

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-structure/ucm-acd-object-structure.json",
  "name": "AcdObject",
  "description": "AcdObject schema from Webex API",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean",
      "example": true,
      "description": "Indicates whether the ACD object is enabled."
    },
    "displayCallqueueAgentSoftkeys": {
      "$ref": "#/components/schemas/DisplayCallqueueAgentSoftkeysObject",
      "description": "Indicates the call queue agent soft key value of an ACD object."
    }
  },
  "required": [
    "enabled",
    "displayCallqueueAgentSoftkeys"
  ]
}