Matching patterns to forward to your actions.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/email_rule_matchers", "title": "email_rule_matchers", "description": "Matching patterns to forward to your actions.", "items": { "$ref": "#/components/schemas/email_rule_matcher" }, "type": "array" }