{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-structure/openapi-delete-key-output-structure.json", "name": "DeleteKeyOutput", "description": "DeleteKeyOutput schema from Amazon Payment Cryptography", "type": "object", "properties": { "Key": { "allOf": [ { "$ref": "#/components/schemas/Key" }, { "description": "The KeyARN of the key that is scheduled for deletion." } ] } }, "required": [ "Key" ] }