Amazon Payment Cryptography · JSON Structure

Openapi Restore Key Output Structure

RestoreKeyOutput schema from Amazon Payment Cryptography

Type: object Properties: 1 Required: 1
CryptographyFinancial ServicesPayment ProcessingPCI

RestoreKeyOutput is a JSON Structure definition published by Amazon Payment Cryptography, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Key

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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 <code>KeyState</code> will change to <code>CREATE_COMPLETE</code> and value for <code>DeletePendingTimestamp</code> gets removed. "
        }
      ]
    }
  },
  "required": [
    "Key"
  ]
}