Webex · Schema

HotelingInfo

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
enabled boolean When `true`, allow this person to connect to a Hoteling host device.
View JSON Schema on GitHub

JSON Schema

webex-hotelinginfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HotelingInfo",
  "title": "HotelingInfo",
  "type": "object",
  "required": [
    "enabled"
  ],
  "properties": {
    "enabled": {
      "type": "boolean",
      "example": true,
      "description": "When `true`, allow this person to connect to a Hoteling host device."
    }
  }
}