Auth0 · Schema

NetworkACLMatchIpv6Cidr

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-networkaclmatchipv6cidr-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NetworkACLMatchIpv6Cidr",
  "title": "NetworkACLMatchIpv6Cidr",
  "type": "string",
  "oneOf": [
    {
      "type": "string",
      "format": "ipv6"
    },
    {
      "type": "string",
      "format": "ipv6_cidr"
    }
  ]
}