The action to perform when the rule matches.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_components-schemas-action", "title": "firewall_components-schemas-action", "description": "The action to perform when the rule matches.", "example": "execute", "pattern": "^[a-z_]+$", "type": "string" }