Pipedream · Schema

GetComponentResponse

Response received when retrieving a specific component

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

pipedream-getcomponentresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetComponentResponse",
  "title": "GetComponentResponse",
  "type": "object",
  "description": "Response received when retrieving a specific component",
  "required": [
    "data"
  ],
  "properties": {
    "data": {
      "$ref": "#/components/schemas/Component"
    }
  }
}