PostHog · Schema

PatchedMCPServerInstallationUpdate

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
display_name string
description string
is_enabled boolean
View JSON Schema on GitHub

JSON Schema

posthog-patchedmcpserverinstallationupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatchedMCPServerInstallationUpdate",
  "title": "PatchedMCPServerInstallationUpdate",
  "type": "object",
  "properties": {
    "display_name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "is_enabled": {
      "type": "boolean"
    }
  }
}