Pipedream · Schema

ConfiguredProps

The configured properties of the component

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents
View JSON Schema on GitHub

JSON Schema

pipedream-configuredprops-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfiguredProps",
  "title": "ConfiguredProps",
  "type": "object",
  "description": "The configured properties of the component",
  "additionalProperties": {
    "$ref": "#/components/schemas/ConfiguredPropValue"
  }
}