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