firewall_products

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-products-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_products",
  "title": "firewall_products",
  "items": {
    "description": "A list of products to bypass for a request when using the `bypass` action.",
    "enum": [
      "zoneLockdown",
      "uaBlock",
      "bic",
      "hot",
      "securityLevel",
      "rateLimit",
      "waf"
    ],
    "example": "waf",
    "type": "string"
  },
  "type": "array"
}