Auth0 · Schema

FlowActionAuth0SendRequestParamsPayload

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-flowactionauth0sendrequestparamspayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionAuth0SendRequestParamsPayload",
  "title": "FlowActionAuth0SendRequestParamsPayload",
  "oneOf": [
    {
      "type": "string"
    },
    {
      "type": "array",
      "items": {}
    },
    {
      "$ref": "#/components/schemas/FlowActionAuth0SendRequestParamsPayloadObject"
    }
  ]
}