Webex · Schema

LineOwnerType

* `PEOPLE` - The line is owned by a person. * `PLACE` - The line is owned by a workspace. * `VIRTUAL_LINE` - The line is owned by a virtual line.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-lineownertype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LineOwnerType",
  "title": "LineOwnerType",
  "type": "string",
  "enum": [
    "PEOPLE",
    "PLACE",
    "VIRTUAL_LINE"
  ],
  "description": " * `PEOPLE` - The line is owned by a person.\n * `PLACE` - The line is owned by a workspace.\n * `VIRTUAL_LINE` - The line is owned by a virtual line.\n"
}