Amazon Payment Cryptography · JSON Structure

Openapi Start Key Usage Output Structure

StartKeyUsageOutput schema from Amazon Payment Cryptography

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

StartKeyUsageOutput 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-start-key-usage-output-structure.json",
  "name": "StartKeyUsageOutput",
  "description": "StartKeyUsageOutput schema from Amazon Payment Cryptography",
  "type": "object",
  "properties": {
    "Key": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Key"
        },
        {
          "description": "The <code>KeyARN</code> of the Amazon Web Services Payment Cryptography key activated for use."
        }
      ]
    }
  },
  "required": [
    "Key"
  ]
}