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