StartKeyUsageOutput 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-start-key-usage-output-schema.json", "title": "StartKeyUsageOutput", "description": "StartKeyUsageOutput schema from Amazon Payment Cryptography", "type": "object", "properties": { "Key": { "allOf": [ { "$ref": "#/components/schemas/Key" }, { "description": "The <code>KeyARN</code> of the Amazon Web Services Payment Cryptography key activated for use." } ] } }, "required": [ "Key" ] }