email_rule_catchall-matcher

Matcher for catch-all routing rule.

APIs.ioEngineeringPlatform

Properties

Name Type Description
type string Type of matcher. Default is 'all'.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-rule-catchall-matcher-schema.json Raw ↑
{
  "$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"
}