{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-structure/openapi-delete-alias-input-structure.json", "name": "DeleteAliasInput", "description": "DeleteAliasInput schema from Amazon Payment Cryptography", "type": "object", "properties": { "AliasName": { "allOf": [ { "$ref": "#/components/schemas/AliasName" }, { "description": "A friendly name that you can use to refer Amazon Web Services Payment Cryptography key. This value must begin with alias/ followed by a name, such as alias/ExampleAlias." } ] } }, "required": [ "AliasName" ] }