Auth0 · Schema

FlowActionFlowBooleanConditionParams

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
if object
then array
else array
View JSON Schema on GitHub

JSON Schema

auth0-flowactionflowbooleanconditionparams-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionFlowBooleanConditionParams",
  "title": "FlowActionFlowBooleanConditionParams",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "if"
  ],
  "properties": {
    "if": {},
    "then": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FlowAction"
      }
    },
    "else": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FlowAction"
      }
    }
  }
}