Webex · Schema

PeopleOrPlaceOrVirtualLineType

* `PEOPLE` - Person or list of people. * `PLACE` - Workspace that is not assigned to a specific person such as for a shared device in a common area. * `VIRTUAL_LINE` - Virtual line or list of virtual lines.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-peopleorplaceorvirtuallinetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PeopleOrPlaceOrVirtualLineType",
  "title": "PeopleOrPlaceOrVirtualLineType",
  "type": "string",
  "enum": [
    "PEOPLE",
    "PLACE",
    "VIRTUAL_LINE"
  ],
  "description": " * `PEOPLE` - Person or list of people.\n * `PLACE` - Workspace that is not assigned to a specific person such as for a shared device in a common area.\n * `VIRTUAL_LINE` - Virtual line or list of virtual lines.\n"
}