Amazon Payment Cryptography · JSON Structure

Openapi Key Material Type Structure

KeyMaterialType schema from Amazon Payment Cryptography

Type: string Properties: 0
CryptographyFinancial ServicesPayment ProcessingPCI

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

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-key-material-type-structure.json",
  "name": "KeyMaterialType",
  "description": "KeyMaterialType schema from Amazon Payment Cryptography",
  "type": "string",
  "enum": [
    "TR34_KEY_BLOCK",
    "TR31_KEY_BLOCK",
    "ROOT_PUBLIC_KEY_CERTIFICATE",
    "TRUSTED_PUBLIC_KEY_CERTIFICATE"
  ]
}