email_rule_catchall-matchers

List of matchers for the catch-all routing rule.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-rule-catchall-matchers-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email_rule_catchall-matchers",
  "title": "email_rule_catchall-matchers",
  "description": "List of matchers for the catch-all routing rule.",
  "items": {
    "$ref": "#/components/schemas/email_rule_catchall-matcher"
  },
  "type": "array"
}