{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResponseEnvelopeRoutingBasedQueueDTO", "title": "ResponseEnvelopeRoutingBasedQueueDTO", "type": "object", "description": "Response envelope containing routing-based Contact Service Queue data.", "properties": { "meta": { "type": "object", "description": "Metadata about the response.", "additionalProperties": {} }, "data": { "type": "array", "description": "List of routing-based Contact Service Queue items.", "items": { "$ref": "#/components/schemas/RoutingBasedQueueDTO" } } } }