PostHog · Schema

_SymbolSetDownloadResponse

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
url string Presigned URL to download the source map file
View JSON Schema on GitHub

JSON Schema

posthog-symbolsetdownloadresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/_SymbolSetDownloadResponse",
  "title": "_SymbolSetDownloadResponse",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Presigned URL to download the source map file"
    }
  },
  "required": [
    "url"
  ]
}