DeleteTapePoolInput schema from Amazon Storage Gateway API
{ "$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-delete-tape-pool-input-schema.json", "title": "DeleteTapePoolInput", "description": "DeleteTapePoolInput schema from Amazon Storage Gateway API", "type": "object", "properties": { "PoolARN": { "allOf": [ { "$ref": "#/components/schemas/PoolARN" }, { "description": "The Amazon Resource Name (ARN) of the custom tape pool to delete." } ] } }, "required": [ "PoolARN" ] }