Amazon Payment Cryptography · JSON Structure

Openapi Export Key Output Structure

ExportKeyOutput schema from Amazon Payment Cryptography

Type: object Properties: 1
CryptographyFinancial ServicesPayment ProcessingPCI

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

Properties

WrappedKey

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-export-key-output-structure.json",
  "name": "ExportKeyOutput",
  "description": "ExportKeyOutput schema from Amazon Payment Cryptography",
  "type": "object",
  "properties": {
    "WrappedKey": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WrappedKey"
        },
        {
          "description": "The key material under export as a TR-34 or TR-31 wrapped key block."
        }
      ]
    }
  }
}