{ "$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-output-structure.json", "name": "ResolveAliasOutput", "description": "ResolveAliasOutput schema from Amazon GameLift API", "type": "object", "properties": { "FleetId": { "allOf": [ { "$ref": "#/components/schemas/FleetId" }, { "description": "The fleet identifier that the alias is pointing to." } ] }, "FleetArn": { "allOf": [ { "$ref": "#/components/schemas/FleetArn" }, { "description": " The Amazon Resource Name (ARN) associated with the GameLift fleet resource that this alias points to. " } ] } } }