{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BotDetectionAllowlist", "title": "BotDetectionAllowlist", "type": "array", "description": "List of IP addresses or CIDR blocks to allowlist", "items": { "$ref": "#/components/schemas/BotDetectionIPAddressOrCidrBlock" } }