StopKeyUsageOutput schema from Amazon Payment Cryptography
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-schema/openapi-stop-key-usage-output-schema.json", "title": "StopKeyUsageOutput", "description": "StopKeyUsageOutput schema from Amazon Payment Cryptography", "type": "object", "properties": { "Key": { "allOf": [ { "$ref": "#/components/schemas/Key" }, { "description": "The <code>KeyARN</code> of the key." } ] } }, "required": [ "Key" ] }