Webex · Schema

HotelingHostLocation

Location information for the hoteling host.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Unique identifier of the hoteling host location.
name string Name of the hoteling host location.
View JSON Schema on GitHub

JSON Schema

webex-hotelinghostlocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HotelingHostLocation",
  "title": "HotelingHostLocation",
  "type": "object",
  "required": [
    "id",
    "name"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzU0MDQ5NzQzLTIwM2MtNDM5OS1iN2NjLTU4ZmNkYzIwNjA3Zg",
      "description": "Unique identifier of the hoteling host location."
    },
    "name": {
      "type": "string",
      "example": "San Jose",
      "description": "Name of the hoteling host location."
    }
  },
  "description": "Location information for the hoteling host."
}