Pipedream · Schema

ConfigurableProp

A configuration or input field for a component. This is a discriminated union based on the type field.

Pro-Code-API-CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents
View JSON Schema on GitHub

JSON Schema

pipedream-configurableprop-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfigurableProp",
  "title": "ConfigurableProp",
  "description": "A configuration or input field for a component. This is a discriminated union based on the type field.",
  "oneOf": [
    {
      "$ref": "#/components/schemas/ConfigurablePropAlert"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropAny"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropApp"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropBoolean"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropDataStore"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropDir"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropTimer"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropApphook"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropIntegerArray"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropHttp"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropHttpRequest"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropDb"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropSql"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropAirtableBaseId"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropAirtableTableId"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropAirtableViewId"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropAirtableFieldId"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropDiscordChannel"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropDiscordChannelArray"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropDiscord"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropInteger"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropObject"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropString"
    },
    {
      "$ref": "#/components/schemas/ConfigurablePropStringArray"
    }
  ],
  "discriminator": {
    "propertyName": "type",
    "mapping": {
      "alert": "#/components/schemas/ConfigurablePropAlert",
      "any": "#/components/schemas/ConfigurablePropAny",
      "app": "#/components/schemas/ConfigurablePropApp",
      "boolean": "#/components/schemas/ConfigurablePropBoolean",
      "data_store": "#/components/schemas/ConfigurablePropDataStore",
      "dir": "#/components/schemas/ConfigurablePropDir",
      "$.interface.timer": "#/components/schemas/ConfigurablePropTimer",
      "$.interface.apphook": "#/components/schemas/ConfigurablePropApphook",
      "integer[]": "#/components/schemas/ConfigurablePropIntegerArray",
      "$.interface.http": "#/components/schemas/ConfigurablePropHttp",
      "http_request": "#/components/schemas/ConfigurablePropHttpRequest",
      "$.service.db": "#/components/schemas/ConfigurablePropDb",
      "sql": "#/components/schemas/ConfigurablePropSql",
      "$.airtable.baseId": "#/components/schemas/ConfigurablePropAirtableBaseId",
      "$.airtable.tableId": "#/components/schemas/ConfigurablePropAirtableTableId",
      "$.airtable.viewId": "#/components/schemas/ConfigurablePropAirtableViewId",
      "$.airtable.fieldId": "#/components/schemas/ConfigurablePropAirtableFieldId",
      "$.discord.channel": "#/components/schemas/ConfigurablePropDiscordChannel",
      "$.discord.channel[]": "#/components/schemas/ConfigurablePropDiscordChannelArray",
      "integer": "#/components/schemas/ConfigurablePropInteger",
      "object": "#/components/schemas/ConfigurablePropObject",
      "string": "#/components/schemas/ConfigurablePropString",
      "string[]": "#/components/schemas/ConfigurablePropStringArray"
    }
  }
}

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-configurableprop"
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.