Amazon GameLift · JSON Structure

Gamelift Validate Matchmaking Rule Set Input Structure

ValidateMatchmakingRuleSetInput schema from Amazon GameLift API

Type: object Properties: 1 Required: 1
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

ValidateMatchmakingRuleSetInput is a JSON Structure definition published by Amazon GameLift, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

RuleSetBody

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-validate-matchmaking-rule-set-input-structure.json",
  "name": "ValidateMatchmakingRuleSetInput",
  "description": "ValidateMatchmakingRuleSetInput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "RuleSetBody": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuleSetBody"
        },
        {
          "description": "A collection of matchmaking rules to validate, formatted as a JSON string."
        }
      ]
    }
  },
  "required": [
    "RuleSetBody"
  ]
}