{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EndConsultRequest", "title": "EndConsultRequest", "description": "Request body for ending a consult.", "properties": { "queueId": { "description": "The unique ID of a particular queue, maximum length 36 characters.", "type": "string", "example": "315fbb91-2288-427c-9588-ec764cd46ea4" } }, "type": "object" }