{ "$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-output-structure.json", "name": "RestoreKeyOutput", "description": "RestoreKeyOutput schema from Amazon Payment Cryptography", "type": "object", "properties": { "Key": { "allOf": [ { "$ref": "#/components/schemas/Key" }, { "description": "The key material of the restored key. The KeyState will change to CREATE_COMPLETE and value for DeletePendingTimestamp gets removed. " } ] } }, "required": [ "Key" ] }