Pipedream · Schema

PropOptionNested

A configuration option for a component's prop (nested under `__lv`)

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Properties

Name Type Description
__lv object
View JSON Schema on GitHub

JSON Schema

pipedream-propoptionnested-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PropOptionNested",
  "title": "PropOptionNested",
  "type": "object",
  "description": "A configuration option for a component's prop (nested under `__lv`)",
  "required": [
    "__lv"
  ],
  "properties": {
    "__lv": {
      "$ref": "#/components/schemas/PropOption"
    }
  }
}