Auth0 · Schema

FormNodeList

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-formnodelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormNodeList",
  "title": "FormNodeList",
  "type": "array",
  "minItems": 0,
  "items": {
    "$ref": "#/components/schemas/FormNode"
  }
}