{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SuspiciousIPThrottlingAllowlist", "title": "SuspiciousIPThrottlingAllowlist", "type": "array", "description": "List of trusted IP addresses that will not have attack protection enforced against them.", "items": { "$ref": "#/components/schemas/SuspiciousIPThrottlingAllowlistItem" } }