Amazon GameLift · JSON Structure

Gamelift Validate Matchmaking Rule Set Output Structure

ValidateMatchmakingRuleSetOutput schema from Amazon GameLift API

Type: object Properties: 1
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

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

Properties

Valid

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-output-structure.json",
  "name": "ValidateMatchmakingRuleSetOutput",
  "description": "ValidateMatchmakingRuleSetOutput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "Valid": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BooleanModel"
        },
        {
          "description": "A response indicating whether the rule set is valid."
        }
      ]
    }
  }
}