firewall_body

The response body to return. The value must conform to the configured content type.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_body",
  "title": "firewall_body",
  "description": "The response body to return. The value must conform to the configured content type.",
  "example": "<error>This request has been rate-limited.</error>",
  "maxLength": 10240,
  "type": "string"
}