{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ReviewedItems_Base", "title": "ReviewedItems_Base", "type": "array", "items": { "type": "object", "properties": { "item_id": { "type": "integer", "format": "int64", "description": "The ID of the item for which reviewed status was updated." }, "authorized_quantity": { "type": "integer", "format": "int64", "description": "The quantity of items marked as authorized." }, "rejected_quantity": { "type": "integer", "format": "int64", "description": "The quantity of items marked as rejected." }, "pending_quantity": { "type": "integer", "format": "int64", "description": "The quantity of items marked as pending." } } }, "x-internal": false }