Pipedream · Schema

PropOptionValue

The value of a prop option

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents
View JSON Schema on GitHub

JSON Schema

pipedream-propoptionvalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PropOptionValue",
  "title": "PropOptionValue",
  "description": "The value of a prop option",
  "oneOf": [
    {
      "type": "string"
    },
    {
      "type": "integer"
    },
    {
      "type": "boolean"
    }
  ],
  "nullable": true
}