Pipedream · Schema

ConfigurePropOptions

Available options (with labels) for the configured prop

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents
View JSON Schema on GitHub

JSON Schema

pipedream-configurepropoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfigurePropOptions",
  "title": "ConfigurePropOptions",
  "type": "array",
  "items": {
    "anyOf": [
      {
        "$ref": "#/components/schemas/PropOption"
      },
      {
        "$ref": "#/components/schemas/PropOptionNested"
      }
    ]
  },
  "description": "Available options (with labels) for the configured prop",
  "nullable": true
}