GetKeyOutput

GetKeyOutput schema from Amazon Payment Cryptography

CryptographyFinancial ServicesPayment ProcessingPCI

Properties

Name Type Description
Key object
View JSON Schema on GitHub

JSON Schema

openapi-get-key-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-schema/openapi-get-key-output-schema.json",
  "title": "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"
  ]
}