{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SuspiciousIPThrottlingAllowlistItem", "title": "SuspiciousIPThrottlingAllowlistItem", "type": "string", "anyOf": [ { "type": "string", "format": "ipv4" }, { "type": "string", "format": "cidr" }, { "type": "string", "format": "ipv6" }, { "type": "string", "format": "ipv6_cidr" } ] }