Pipedream · Schema

DeployedComponent

A deployed component instance

Pro-Code-API-CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Properties

Name Type Description
id string The unique ID of the deployed component
owner_id string The ID of the owner
component_id string The ID of the component that was deployed
component_key string The component key (name) that was deployed
configurable_props array The configurable properties of the component
configured_props object
active boolean Whether the deployed component is active
created_at integer The timestamp when the component was deployed (epoch milliseconds)
updated_at integer The timestamp when the component was last updated (epoch milliseconds)
name string The name of the deployed component
name_slug string The name slug of the deployed component
callback_observations object Callback observations for the deployed component
emit_on_deploy boolean Whether the trigger emits events during the deploy hook execution. When false, the $emit function is disabled during deploy hook execution. Defaults to true.
type string The discriminator field
webhook_signing_key string The webhook signing key. Only returned for OAuth-authenticated requests when `webhook_url` is supplied.
View JSON Schema on GitHub

JSON Schema

pipedream-deployedcomponent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeployedComponent",
  "title": "DeployedComponent",
  "type": "object",
  "description": "A deployed component instance",
  "required": [
    "id",
    "created_at",
    "updated_at",
    "active",
    "component_id",
    "configurable_props",
    "configured_props",
    "name",
    "name_slug",
    "owner_id",
    "type"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique ID of the deployed component",
      "pattern": "^dc_[a-zA-Z0-9]+$"
    },
    "owner_id": {
      "type": "string",
      "description": "The ID of the owner"
    },
    "component_id": {
      "type": "string",
      "description": "The ID of the component that was deployed"
    },
    "component_key": {
      "type": "string",
      "description": "The component key (name) that was deployed",
      "nullable": true
    },
    "configurable_props": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ConfigurableProp"
      },
      "description": "The configurable properties of the component"
    },
    "configured_props": {
      "$ref": "#/components/schemas/ConfiguredProps"
    },
    "active": {
      "type": "boolean",
      "description": "Whether the deployed component is active"
    },
    "created_at": {
      "type": "integer",
      "description": "The timestamp when the component was deployed (epoch milliseconds)"
    },
    "updated_at": {
      "type": "integer",
      "description": "The timestamp when the component was last updated (epoch milliseconds)"
    },
    "name": {
      "type": "string",
      "description": "The name of the deployed component"
    },
    "name_slug": {
      "type": "string",
      "description": "The name slug of the deployed component"
    },
    "callback_observations": {
      "description": "Callback observations for the deployed component",
      "nullable": true
    },
    "emit_on_deploy": {
      "type": "boolean",
      "description": "Whether the trigger emits events during the deploy hook execution. When false, the $emit function is disabled during deploy hook execution. Defaults to true.",
      "nullable": false
    },
    "type": {
      "type": "string",
      "description": "The discriminator field",
      "enum": [
        "DeployedComponent"
      ]
    },
    "webhook_signing_key": {
      "type": "string",
      "description": "The webhook signing key. Only returned for OAuth-authenticated requests when `webhook_url` is supplied.",
      "nullable": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/pipedream-deployedcomponent"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.