Pipedream · Schema

ComponentType

The type of component (trigger or action)

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents
View JSON Schema on GitHub

JSON Schema

pipedream-componenttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ComponentType",
  "title": "ComponentType",
  "type": "string",
  "enum": [
    "trigger",
    "action"
  ],
  "description": "The type of component (trigger or action)"
}