Pipedream · Schema

AppAuthType

The authentication type used by the app

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents
View JSON Schema on GitHub

JSON Schema

pipedream-appauthtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AppAuthType",
  "title": "AppAuthType",
  "type": "string",
  "enum": [
    "keys",
    "oauth",
    "none"
  ],
  "description": "The authentication type used by the app",
  "nullable": true
}