List actions for the catch-all routing rule.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/email_rule_catchall-actions", "title": "email_rule_catchall-actions", "description": "List actions for the catch-all routing rule.", "items": { "$ref": "#/components/schemas/email_rule_catchall-action" }, "type": "array" }