{ "type": "object", "required": [ "GroupId", "UserRules" ], "name": "UpdateRulesOfIpGroupRequest", "properties": { "GroupId": { "allOf": [ { "$ref": "#/components/schemas/IpGroupId" }, { "description": "The identifier of the group." } ] }, "UserRules": { "allOf": [ { "$ref": "#/components/schemas/IpRuleList" }, { "description": "One or more rules." } ] } }, "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-update-rules-of-ip-group-request-structure.json", "description": "UpdateRulesOfIpGroupRequest schema from Amazon WorkSpaces API" }