Auth0 · Schema

AnomalyIPFormat

IP address to check.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-anomalyipformat-schema.json Raw ↑
{
  "$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."
}