IP address to check.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AnomalyIPFormat", "title": "AnomalyIPFormat", "type": "string", "oneOf": [ { "type": "string", "format": "ipv4" }, { "type": "string", "format": "ipv6" } ], "description": "IP address to check." }