Pipedream · Schema

ComponentStash

Indicates if a File Stash ID is optional or required to run the component

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents
View JSON Schema on GitHub

JSON Schema

pipedream-componentstash-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ComponentStash",
  "title": "ComponentStash",
  "type": "string",
  "enum": [
    "optional",
    "required"
  ],
  "description": "Indicates if a File Stash ID is optional or required to run the component",
  "nullable": true
}