firewall_description

An informative summary of the rate limit. This value is sanitized and any tags will be removed.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-description-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_description",
  "title": "firewall_description",
  "description": "An informative summary of the rate limit. This value is sanitized and any tags will be removed.",
  "example": "Prevent multiple login failures to mitigate brute force attacks",
  "maxLength": 1024,
  "type": "string"
}