CreateTapeOutput
{ "$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-create-tapes-output-schema.json", "title": "CreateTapesOutput", "description": "CreateTapeOutput", "type": "object", "properties": { "TapeARNs": { "allOf": [ { "$ref": "#/components/schemas/TapeARNs" }, { "description": "A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created." } ] } } }