Webex · Schema

PostPersonPlaceVirtualLineSupervisorObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Identifier of the person, workspace or virtual line.
View JSON Schema on GitHub

JSON Schema

webex-postpersonplacevirtuallinesupervisorobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PostPersonPlaceVirtualLineSupervisorObject",
  "title": "PostPersonPlaceVirtualLineSupervisorObject",
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1BMQUNFLzE3NzczMWRiLWE1YzEtNGI2MC05ZTMwLTNhM2MxMGFiM2IxMQ",
      "description": "Identifier of the person, workspace or virtual line."
    }
  }
}