{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BulkRequestDTOContactServiceQueueDTO", "title": "BulkRequestDTOContactServiceQueueDTO", "type": "object", "description": "Bulk request DTO containing a list of Contact Service Queue items for bulk operations.", "properties": { "items": { "type": "array", "description": "List of items in the bulk request.", "items": { "$ref": "#/components/schemas/BulkRequestItemDTOContactServiceQueueDTO" } } } }