{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PostPersonPlaceVirtualLineHuntGroupObject", "title": "PostPersonPlaceVirtualLineHuntGroupObject", "type": "object", "required": [ "id" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS80NDVkMzMzMC1mNjE3LTExZWItOWQyZS01NzViODE3ZGE1NmE", "description": "ID of person, workspace or virtual line." }, "weight": { "type": "string", "example": "50", "description": "Weight of person, workspace or virtual line. Only applied when call policy is `WEIGHTED`." } } }