{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventGatewayACLPolicyConfig", "title": "EventGatewayACLPolicyConfig", "description": "Apply ACLs to virtual cluster traffic.", "type": "object", "properties": { "rules": { "description": "Every ACL rule in this list applies independently.", "type": "array", "items": { "$ref": "#/components/schemas/EventGatewayACLRule" }, "minItems": 1 } }, "required": [ "rules" ] }