{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-describe-alias-input-schema.json", "title": "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" ] }