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