Matcher for catch-all routing rule.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/email_rule_catchall-matcher", "title": "email_rule_catchall-matcher", "description": "Matcher for catch-all routing rule.", "properties": { "type": { "description": "Type of matcher. Default is 'all'.", "enum": [ "all" ], "example": "all", "type": "string" } }, "required": [ "type" ], "type": "object" }