Pipedream · Schema

ConfiguredPropValueApp

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Properties

Name Type Description
authProvisionId object
View JSON Schema on GitHub

JSON Schema

pipedream-configuredpropvalueapp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfiguredPropValueApp",
  "title": "ConfiguredPropValueApp",
  "type": "object",
  "required": [
    "authProvisionId"
  ],
  "properties": {
    "authProvisionId": {
      "$ref": "#/components/schemas/AccountId"
    }
  }
}