Auth0 · Schema

Auth0 Flow

JSON Schema for Auth0 Flow entity, extracted from the Auth0 Management API OpenAPI v2.0 spec (component: FlowAction).

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-flow-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/auth0/main/json-schema/auth0-flow-schema.json",
  "title": "Auth0 Flow",
  "description": "JSON Schema for Auth0 Flow entity, extracted from the Auth0 Management API OpenAPI v2.0 spec (component: FlowAction).",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/FlowActionActivecampaign"
    },
    {
      "$ref": "#/components/schemas/FlowActionAirtable"
    },
    {
      "$ref": "#/components/schemas/FlowActionAuth0"
    },
    {
      "$ref": "#/components/schemas/FlowActionBigquery"
    },
    {
      "$ref": "#/components/schemas/FlowActionClearbit"
    },
    {
      "$ref": "#/components/schemas/FlowActionEmail"
    },
    {
      "$ref": "#/components/schemas/FlowActionFlow"
    },
    {
      "$ref": "#/components/schemas/FlowActionGoogleSheets"
    },
    {
      "$ref": "#/components/schemas/FlowActionHttp"
    },
    {
      "$ref": "#/components/schemas/FlowActionHubspot"
    },
    {
      "$ref": "#/components/schemas/FlowActionJson"
    },
    {
      "$ref": "#/components/schemas/FlowActionJwt"
    },
    {
      "$ref": "#/components/schemas/FlowActionMailchimp"
    },
    {
      "$ref": "#/components/schemas/FlowActionMailjet"
    },
    {
      "$ref": "#/components/schemas/FlowActionOtp"
    },
    {
      "$ref": "#/components/schemas/FlowActionPipedrive"
    },
    {
      "$ref": "#/components/schemas/FlowActionSalesforce"
    },
    {
      "$ref": "#/components/schemas/FlowActionSendgrid"
    },
    {
      "$ref": "#/components/schemas/FlowActionSlack"
    },
    {
      "$ref": "#/components/schemas/FlowActionStripe"
    },
    {
      "$ref": "#/components/schemas/FlowActionTelegram"
    },
    {
      "$ref": "#/components/schemas/FlowActionTwilio"
    },
    {
      "$ref": "#/components/schemas/FlowActionWhatsapp"
    },
    {
      "$ref": "#/components/schemas/FlowActionXml"
    },
    {
      "$ref": "#/components/schemas/FlowActionZapier"
    }
  ]
}