{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-structure/openapi-import-key-output-structure.json", "name": "ImportKeyOutput", "description": "ImportKeyOutput schema from Amazon Payment Cryptography", "type": "object", "properties": { "Key": { "allOf": [ { "$ref": "#/components/schemas/Key" }, { "description": "The KeyARN of the key material imported within Amazon Web Services Payment Cryptography." } ] } }, "required": [ "Key" ] }