Amazon Payment Cryptography · JSON Structure

Openapi Get Key Output Structure

GetKeyOutput schema from Amazon Payment Cryptography

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

GetKeyOutput 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-get-key-output-structure.json",
  "name": "GetKeyOutput",
  "description": "GetKeyOutput schema from Amazon Payment Cryptography",
  "type": "object",
  "properties": {
    "Key": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Key"
        },
        {
          "description": "The key material, including the immutable and mutable data for the key."
        }
      ]
    }
  },
  "required": [
    "Key"
  ]
}