Auth0 · Schema

FlowActionFlowDelayFlowParams

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
number object
units string
View JSON Schema on GitHub

JSON Schema

auth0-flowactionflowdelayflowparams-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionFlowDelayFlowParams",
  "title": "FlowActionFlowDelayFlowParams",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "number"
  ],
  "properties": {
    "number": {
      "$ref": "#/components/schemas/FlowActionFlowDelayFlowParamsNumber"
    },
    "units": {
      "type": "string",
      "enum": [
        "SECONDS",
        "MINUTES",
        "HOURS",
        "DAYS"
      ]
    }
  }
}