{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-create-matchmaking-rule-set-output-structure.json", "name": "CreateMatchmakingRuleSetOutput", "description": "CreateMatchmakingRuleSetOutput schema from Amazon GameLift API", "type": "object", "properties": { "RuleSet": { "allOf": [ { "$ref": "#/components/schemas/MatchmakingRuleSet" }, { "description": "The newly created matchmaking rule set." } ] } }, "required": [ "RuleSet" ] }