{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_components-schemas-rule", "title": "firewall_components-schemas-rule", "properties": { "action": { "example": "route" }, "action_parameters": { "$ref": "#/components/schemas/firewall_action_parameters" }, "description": { "example": "change the host header, origin, and SNI" }, "expression": { "example": "http.cookie contains \"something\"" }, "id": { "example": "3a03d665bac047339bb530ecb439a90d" }, "version": { "example": "1" } } }