{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PutPersonPlaceVirtualLineAgentObject", "title": "PutPersonPlaceVirtualLineAgentObject", "type": "object", "required": [ "id", "action" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS81OGVkZTIwNi0yNTM5LTQ1ZjQtODg4Ny05M2E3ZWIwZWI3ZDI", "description": "ID of person, workspace or virtual line. **WARNING**: The `id` returned is always of type `PEOPLE` even if the agent is a workspace or virtual line. The `type` of the agent `id` will be corrected in a future release." }, "action": { "$ref": "#/components/schemas/AgentAction", "description": "Enumeration that indicates whether an agent needs to be added (`ADD`) or deleted (`DELETE`) from a supervisor." } } }