Amazon GameLift · Schema

ValidateMatchmakingRuleSetInput

ValidateMatchmakingRuleSetInput schema from Amazon GameLift API

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Properties

Name Type Description
RuleSetBody object
View JSON Schema on GitHub

JSON Schema

gamelift-validate-matchmaking-rule-set-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-validate-matchmaking-rule-set-input-schema.json",
  "title": "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"
  ]
}