{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-describe-matchmaking-output-structure.json", "name": "DescribeMatchmakingOutput", "description": "DescribeMatchmakingOutput schema from Amazon GameLift API", "type": "object", "properties": { "TicketList": { "allOf": [ { "$ref": "#/components/schemas/MatchmakingTicketList" }, { "description": "A collection of existing matchmaking ticket objects matching the request." } ] } } }