Properties
| Name | Type | Description |
|---|---|---|
| actions | object | |
| enabled | object | |
| id | object | |
| matchers | object | |
| name | object | |
| priority | object | |
| tag | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/email_rule_properties",
"title": "email_rule_properties",
"properties": {
"actions": {
"$ref": "#/components/schemas/email_rule_actions"
},
"enabled": {
"$ref": "#/components/schemas/email_rule_enabled"
},
"id": {
"$ref": "#/components/schemas/email_rule_identifier"
},
"matchers": {
"$ref": "#/components/schemas/email_rule_matchers"
},
"name": {
"$ref": "#/components/schemas/email_rule_name"
},
"priority": {
"$ref": "#/components/schemas/email_rule_priority"
},
"tag": {
"$ref": "#/components/schemas/email_rule_tag"
}
},
"type": "object"
}