Amazon GameLift · Schema

DescribeMatchmakingInput

DescribeMatchmakingInput schema from Amazon GameLift API

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Properties

Name Type Description
TicketIds object
View JSON Schema on GitHub

JSON Schema

gamelift-describe-matchmaking-input-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-describe-matchmaking-input-schema.json",
  "title": "DescribeMatchmakingInput",
  "description": "DescribeMatchmakingInput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "TicketIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MatchmakingIdList"
        },
        {
          "description": "A unique identifier for a matchmaking ticket. You can include up to 10 ID values. "
        }
      ]
    }
  },
  "required": [
    "TicketIds"
  ]
}