Auth0 · Schema

FormStepConfig

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
components object
next_node object
View JSON Schema on GitHub

JSON Schema

auth0-formstepconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormStepConfig",
  "title": "FormStepConfig",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "components": {
      "$ref": "#/components/schemas/FormStepComponentList"
    },
    "next_node": {
      "$ref": "#/components/schemas/FormNodePointer"
    }
  }
}