firewall_components-schemas-mode

The action to apply to a matched request.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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