Pipedream · Schema

ProjectInfoResponse

Response received when retrieving project info

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Properties

Name Type Description
apps array
View JSON Schema on GitHub

JSON Schema

pipedream-projectinforesponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProjectInfoResponse",
  "title": "ProjectInfoResponse",
  "type": "object",
  "description": "Response received when retrieving project info",
  "required": [
    "apps"
  ],
  "properties": {
    "apps": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ProjectInfoResponseApp"
      },
      "required": [
        "name_slug"
      ]
    }
  }
}