{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ManuallyAssignableQueuesRequest", "title": "ManuallyAssignableQueuesRequest", "type": "object", "description": "Request body for fetching manually assignable Contact Service Queues.", "properties": { "agentId": { "type": "string", "description": "The ID of the agent to check queue assignments for." }, "teamId": { "type": "string", "description": "The ID of the team to check queue assignments for." } } }