Auth0 · Schema

FormNodePointer

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-formnodepointer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormNodePointer",
  "title": "FormNodePointer",
  "oneOf": [
    {
      "type": "string",
      "format": "forms-custom-identifier"
    },
    {
      "$ref": "#/components/schemas/FormEndingNodeId"
    }
  ]
}