Pipedream · Schema

StartConnectOpts

Options for starting the connection process

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Properties

Name Type Description
iframe string ID of the iframe element to use
View JSON Schema on GitHub

JSON Schema

pipedream-startconnectopts-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StartConnectOpts",
  "title": "StartConnectOpts",
  "type": "object",
  "description": "Options for starting the connection process",
  "properties": {
    "iframe": {
      "type": "string",
      "description": "ID of the iframe element to use"
    }
  }
}