Webex · Schema

DeviceSettingsGroupTag

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
tagBlock array Array of tags associated with the settings group.
View JSON Schema on GitHub

JSON Schema

webex-devicesettingsgrouptag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeviceSettingsGroupTag",
  "title": "DeviceSettingsGroupTag",
  "type": "object",
  "properties": {
    "tagBlock": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Array of tags associated with the settings group.",
      "example": [
        "%G711U_ORDER%"
      ]
    }
  }
}