Pipedream · Schema

ConfigurablePropSqlAuth

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Properties

Name Type Description
app string The app that provides SQL authentication
View JSON Schema on GitHub

JSON Schema

pipedream-configurablepropsqlauth-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfigurablePropSqlAuth",
  "title": "ConfigurablePropSqlAuth",
  "type": "object",
  "properties": {
    "app": {
      "type": "string",
      "description": "The app that provides SQL authentication"
    }
  },
  "nullable": true
}