Auth0 · Schema

FormStartNode

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
hidden_fields array
next_node object
coordinates object
View JSON Schema on GitHub

JSON Schema

auth0-formstartnode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormStartNode",
  "title": "FormStartNode",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "hidden_fields": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FormHiddenField"
      }
    },
    "next_node": {
      "$ref": "#/components/schemas/FormNodePointer"
    },
    "coordinates": {
      "$ref": "#/components/schemas/FormNodeCoordinates"
    }
  }
}