Pipedream · Schema

EmitterType

The type of the event emitting interface

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents
View JSON Schema on GitHub

JSON Schema

pipedream-emittertype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmitterType",
  "title": "EmitterType",
  "type": "string",
  "description": "The type of the event emitting interface",
  "enum": [
    "email",
    "http",
    "source",
    "timer"
  ]
}