Pipedream · Schema

ProjectEnvironment

The environment in which the server client is running

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents
View JSON Schema on GitHub

JSON Schema

pipedream-projectenvironment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProjectEnvironment",
  "title": "ProjectEnvironment",
  "type": "string",
  "description": "The environment in which the server client is running",
  "enum": [
    "development",
    "production"
  ]
}