{ "$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." } ] } } }