PostHog · Schema

PageURL

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
url string
View JSON Schema on GitHub

JSON Schema

posthog-pageurl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PageURL",
  "title": "PageURL",
  "additionalProperties": false,
  "properties": {
    "url": {
      "title": "Url",
      "type": "string"
    }
  },
  "required": [
    "url"
  ],
  "type": "object"
}