{ "$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" ] }