firewall_schemas-mode

The action to apply to a matched request.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-schemas-mode-schema.json Raw ↑
{
  "$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"
}