Pipedream · Schema

GetAppResponse

Response received when retrieving a single app

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

pipedream-getappresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetAppResponse",
  "title": "GetAppResponse",
  "type": "object",
  "description": "Response received when retrieving a single app",
  "required": [
    "data"
  ],
  "properties": {
    "data": {
      "$ref": "#/components/schemas/App"
    }
  }
}