{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-start-match-backfill-output-schema.json", "title": "StartMatchBackfillOutput", "description": "StartMatchBackfillOutput schema from Amazon GameLift API", "type": "object", "properties": { "MatchmakingTicket": { "allOf": [ { "$ref": "#/components/schemas/MatchmakingTicket" }, { "description": "Ticket representing the backfill matchmaking request. This object includes the information in the request, ticket status, and match results as generated during the matchmaking process." } ] } } }