Amazon Payment Cryptography · JSON Structure

Openapi Create Key Output Structure

CreateKeyOutput schema from Amazon Payment Cryptography

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

CreateKeyOutput 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-create-key-output-structure.json",
  "name": "CreateKeyOutput",
  "description": "CreateKeyOutput schema from Amazon Payment Cryptography",
  "type": "object",
  "properties": {
    "Key": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Key"
        },
        {
          "description": "The key material that contains all the key attributes."
        }
      ]
    }
  },
  "required": [
    "Key"
  ]
}