{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-start-matchmaking-output-structure.json", "name": "StartMatchmakingOutput", "description": "StartMatchmakingOutput schema from Amazon GameLift API", "type": "object", "properties": { "MatchmakingTicket": { "allOf": [ { "$ref": "#/components/schemas/MatchmakingTicket" }, { "description": "Ticket representing the matchmaking request. This object include the information included in the request, ticket status, and match results as generated during the matchmaking process." } ] } } }