Auth0 · Schema

FormEndingNodeAfterSubmit

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
flow_id string
View JSON Schema on GitHub

JSON Schema

auth0-formendingnodeaftersubmit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormEndingNodeAfterSubmit",
  "title": "FormEndingNodeAfterSubmit",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "flow_id": {
      "type": "string",
      "maxLength": 30,
      "format": "flow-id"
    }
  }
}