{
"$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-matchmaking-output-schema.json",
"title": "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."
}
]
}
}
}