The phase where the ruleset is executed.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_phase", "title": "firewall_phase", "description": "The phase where the ruleset is executed.", "enum": [ "http_request_transform", "http_request_late_transform", "http_response_headers_transform" ], "type": "string" }