Auth0 · Schema

FlowActionFlowMapValueParams

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
input object
cases object
fallback object
View JSON Schema on GitHub

JSON Schema

auth0-flowactionflowmapvalueparams-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionFlowMapValueParams",
  "title": "FlowActionFlowMapValueParams",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "input"
  ],
  "properties": {
    "input": {
      "$ref": "#/components/schemas/FlowActionFlowMapValueParamsInput"
    },
    "cases": {
      "$ref": "#/components/schemas/FlowActionFlowMapValueParamsCases"
    },
    "fallback": {
      "$ref": "#/components/schemas/FlowActionFlowMapValueParamsFallback"
    }
  }
}