email_catch_all_rule

APIs.ioEngineeringPlatform

Properties

Name Type Description
actions object
enabled object
id object
matchers object
name object
tag object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-catch-all-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email_catch_all_rule",
  "title": "email_catch_all_rule",
  "properties": {
    "actions": {
      "$ref": "#/components/schemas/email_rule_catchall-actions"
    },
    "enabled": {
      "$ref": "#/components/schemas/email_rule_enabled"
    },
    "id": {
      "$ref": "#/components/schemas/email_rule_identifier"
    },
    "matchers": {
      "$ref": "#/components/schemas/email_rule_catchall-matchers"
    },
    "name": {
      "$ref": "#/components/schemas/email_rule_name"
    },
    "tag": {
      "$ref": "#/components/schemas/email_rule_tag"
    }
  },
  "type": "object"
}