Queue ranking data for bulk export.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/QueueRankingBulkExportDTO", "title": "QueueRankingBulkExportDTO", "type": "object", "description": "Queue ranking data for bulk export.", "properties": { "queueName": { "type": "string", "description": "Name of the queue." }, "rank": { "type": "integer", "format": "int32", "description": "Rank assigned to the queue." } } }