Pipedream · Schema

ConfigurablePropDirAccessMode

The mode in which the component may access File Stash

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents
View JSON Schema on GitHub

JSON Schema

pipedream-configurablepropdiraccessmode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfigurablePropDirAccessMode",
  "title": "ConfigurablePropDirAccessMode",
  "type": "string",
  "enum": [
    "read",
    "write",
    "read-write"
  ],
  "x-fern-enum": {
    "read-write": {
      "name": "ReadWrite"
    }
  },
  "description": "The mode in which the component may access File Stash"
}