{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-schema/amazon-storage-gateway-cancel-retrieval-input-schema.json", "title": "CancelRetrievalInput", "description": "CancelRetrievalInput", "type": "object", "properties": { "GatewayARN": { "$ref": "#/components/schemas/GatewayARN" }, "TapeARN": { "allOf": [ { "$ref": "#/components/schemas/TapeARN" }, { "description": "The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for." } ] } }, "required": [ "GatewayARN", "TapeARN" ] }