{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-structure/openapi-restore-key-input-structure.json", "name": "RestoreKeyInput", "description": "RestoreKeyInput schema from Amazon Payment Cryptography", "type": "object", "properties": { "KeyIdentifier": { "allOf": [ { "$ref": "#/components/schemas/KeyArnOrKeyAliasType" }, { "description": "The KeyARN of the key to be restored within Amazon Web Services Payment Cryptography." } ] } }, "required": [ "KeyIdentifier" ] }