Pipedream · Schema

ProjectInfoResponseApp

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Properties

Name Type Description
id string ID of the app. Only applies for OAuth apps.
name_slug string The name slug of the target app
View JSON Schema on GitHub

JSON Schema

pipedream-projectinforesponseapp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProjectInfoResponseApp",
  "title": "ProjectInfoResponseApp",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the app. Only applies for OAuth apps.",
      "nullable": true
    },
    "name_slug": {
      "type": "string",
      "description": "The name slug of the target app"
    }
  }
}