Auth0 · Schema

FormEndingNode

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
redirection object
after_submit object
coordinates object
resume_flow object
View JSON Schema on GitHub

JSON Schema

auth0-formendingnode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormEndingNode",
  "title": "FormEndingNode",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "redirection": {
      "$ref": "#/components/schemas/FormEndingNodeRedirection"
    },
    "after_submit": {
      "$ref": "#/components/schemas/FormEndingNodeAfterSubmit"
    },
    "coordinates": {
      "$ref": "#/components/schemas/FormNodeCoordinates"
    },
    "resume_flow": {
      "$ref": "#/components/schemas/FormEndingNodeResumeFlowTrueConst"
    }
  }
}