{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_rewrite_action", "title": "firewall_rewrite_action", "description": "Specifies that, when a WAF rule matches, its configured action will be replaced by the action configured in this object.", "properties": { "block": { "$ref": "#/components/schemas/firewall_waf_rewrite_action" }, "challenge": { "$ref": "#/components/schemas/firewall_waf_rewrite_action" }, "default": { "$ref": "#/components/schemas/firewall_waf_rewrite_action" }, "disable": { "$ref": "#/components/schemas/firewall_waf_rewrite_action" }, "simulate": { "$ref": "#/components/schemas/firewall_waf_rewrite_action" } }, "type": "object" }