{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PatchedReviewQueueItemUpdate", "title": "PatchedReviewQueueItemUpdate", "type": "object", "properties": { "queue_id": { "type": "string", "format": "uuid", "description": "Review queue ID that should own this pending trace." } } }