PostHog · Schema

PatchedJsSnippetVersion

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
js_snippet_version string Version pin: null for latest, "1.358.0" for exact, "1" for major, "1.358" for minor
View JSON Schema on GitHub

JSON Schema

posthog-patchedjssnippetversion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatchedJsSnippetVersion",
  "title": "PatchedJsSnippetVersion",
  "type": "object",
  "properties": {
    "js_snippet_version": {
      "type": "string",
      "nullable": true,
      "description": "Version pin: null for latest, \"1.358.0\" for exact, \"1\" for major, \"1.358\" for minor",
      "maxLength": 50
    }
  }
}