Auth0 · Schema

FlowActionFlow

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-flowactionflow-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionFlow",
  "title": "FlowActionFlow",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/FlowActionFlowBooleanCondition"
    },
    {
      "$ref": "#/components/schemas/FlowActionFlowDelayFlow"
    },
    {
      "$ref": "#/components/schemas/FlowActionFlowDoNothing"
    },
    {
      "$ref": "#/components/schemas/FlowActionFlowErrorMessage"
    },
    {
      "$ref": "#/components/schemas/FlowActionFlowMapValue"
    },
    {
      "$ref": "#/components/schemas/FlowActionFlowReturnJson"
    },
    {
      "$ref": "#/components/schemas/FlowActionFlowStoreVars"
    }
  ]
}