Amazon Payment Cryptography · JSON Structure

Openapi Get Alias Output Structure

GetAliasOutput schema from Amazon Payment Cryptography

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

GetAliasOutput 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

Alias

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-alias-output-structure.json",
  "name": "GetAliasOutput",
  "description": "GetAliasOutput schema from Amazon Payment Cryptography",
  "type": "object",
  "properties": {
    "Alias": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Alias"
        },
        {
          "description": "The alias of the Amazon Web Services Payment Cryptography key."
        }
      ]
    }
  },
  "required": [
    "Alias"
  ]
}