Amazon GameLift · Schema

StartMatchmakingOutput

StartMatchmakingOutput schema from Amazon GameLift API

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Properties

Name Type Description
MatchmakingTicket object
View JSON Schema on GitHub

JSON Schema

gamelift-start-matchmaking-output-schema.json Raw ↑
{
  "$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."
        }
      ]
    }
  }
}