The action to apply to a matched request.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_schemas-mode", "title": "firewall_schemas-mode", "description": "The action to apply to a matched request.", "enum": [ "block", "challenge", "whitelist", "js_challenge", "managed_challenge" ], "example": "challenge", "type": "string" }