{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-structure/openapi-update-alias-input-structure.json", "name": "UpdateAliasInput", "description": "UpdateAliasInput schema from Amazon Payment Cryptography", "type": "object", "properties": { "AliasName": { "allOf": [ { "$ref": "#/components/schemas/AliasName" }, { "description": "The alias whose associated key is changing." } ] }, "KeyArn": { "allOf": [ { "$ref": "#/components/schemas/KeyArn" }, { "description": "The KeyARN for the key that you are updating or removing from the alias." } ] } }, "required": [ "AliasName" ] }