{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/uipath/refs/heads/main/json-schema/orchestrator-o-data-queue-item-collection-schema.json", "title": "ODataQueueItemCollection", "description": "OData collection response containing queue items", "type": "object", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/QueueItem" }, "example": [] } } }