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