{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventGatewayACLRuleResourceNamesStaticArray", "title": "EventGatewayACLRuleResourceNamesStaticArray", "description": "A static list of resource name globs to match against resources when applying an ACL policy.", "type": "array", "items": { "$ref": "#/components/schemas/EventGatewayACLResourceName" }, "example": [ { "match": "orders-*" }, { "match": "payments-*" } ], "maxItems": 50 }