{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/email_update_catch_all_rule_properties", "title": "email_update_catch_all_rule_properties", "properties": { "actions": { "$ref": "#/components/schemas/email_rule_catchall-actions" }, "enabled": { "$ref": "#/components/schemas/email_rule_enabled" }, "matchers": { "$ref": "#/components/schemas/email_rule_catchall-matchers" }, "name": { "$ref": "#/components/schemas/email_rule_name" } }, "required": [ "actions", "matchers" ], "type": "object" }