{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/firewall_schemas-action", "title": "firewall_schemas-action", "description": "The action to apply to a matched request. The `log` action is only available on an Enterprise plan.", "enum": [ "block", "challenge", "js_challenge", "managed_challenge", "allow", "log", "bypass" ], "example": "block", "type": "string" }