{ "$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-retrieve-tape-recovery-point-output-schema.json", "title": "RetrieveTapeRecoveryPointOutput", "description": "RetrieveTapeRecoveryPointOutput", "type": "object", "properties": { "TapeARN": { "allOf": [ { "$ref": "#/components/schemas/TapeARN" }, { "description": "The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved." } ] } } }