Describes a rule for an IP access control group.
{ "type": "object", "properties": { "ipRule": { "allOf": [ { "$ref": "#/components/schemas/IpRule" }, { "description": "The IP address range, in CIDR notation." } ] }, "ruleDesc": { "allOf": [ { "$ref": "#/components/schemas/IpRuleDesc" }, { "description": "The description." } ] } }, "description": "Describes a rule for an IP access control group.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "IpRuleItem", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-ip-rule-item-schema.json" }