{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-delete-alias-input-structure.json", "name": "DeleteAliasInput", "description": "DeleteAliasInput schema from Amazon GameLift API", "type": "object", "properties": { "AliasId": { "allOf": [ { "$ref": "#/components/schemas/AliasIdOrArn" }, { "description": "A unique identifier of the alias that you want to delete. You can use either the alias ID or ARN value." } ] } }, "required": [ "AliasId" ] }