{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/firewall_action_mode",
"title": "firewall_action_mode",
"default": "challenge",
"description": "The default action performed by the rules in the WAF package.",
"enum": [
"simulate",
"block",
"challenge"
],
"type": "string"
}