PostHog · Schema

PinnedSceneTab

A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording

Properties

Name Type Description
id string Stable identifier for the tab. Generated client-side; safe to omit on create.
pathname string URL pathname the tab points at — for example `/project/123/dashboard/45` or `/project/123/insights`. Combined with `search` and `hash` to reconstruct the destination.
search string Query string portion of the URL, including the leading `?`. Empty string when there is no query.
hash string Fragment portion of the URL, including the leading `#`. Empty string when there is no fragment.
title string Default tab title derived from the destination scene. Used when `customTitle` is not set.
customTitle string Optional user-provided title that overrides `title` in the navigation UI.
iconType string Icon key shown next to the tab in the sidebar — for example `dashboard`, `insight`, `blank`.
sceneId string Scene identifier resolved from the pathname when known — used by the frontend for icon/title hints.
sceneKey string Scene key (logic key) for the destination, paired with `sceneParams` for deeper routing context.
sceneParams object Free-form scene parameters captured at pin time, used by the frontend to rehydrate the destination.
pinned boolean Whether this entry is pinned. Always coerced to true on save — pass true or omit.
View JSON Schema on GitHub

JSON Schema

posthog-pinnedscenetab-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PinnedSceneTab",
  "title": "PinnedSceneTab",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Stable identifier for the tab. Generated client-side; safe to omit on create."
    },
    "pathname": {
      "type": "string",
      "description": "URL pathname the tab points at \u2014 for example `/project/123/dashboard/45` or `/project/123/insights`. Combined with `search` and `hash` to reconstruct the destination."
    },
    "search": {
      "type": "string",
      "description": "Query string portion of the URL, including the leading `?`. Empty string when there is no query."
    },
    "hash": {
      "type": "string",
      "description": "Fragment portion of the URL, including the leading `#`. Empty string when there is no fragment."
    },
    "title": {
      "type": "string",
      "description": "Default tab title derived from the destination scene. Used when `customTitle` is not set."
    },
    "customTitle": {
      "type": "string",
      "nullable": true,
      "description": "Optional user-provided title that overrides `title` in the navigation UI."
    },
    "iconType": {
      "type": "string",
      "description": "Icon key shown next to the tab in the sidebar \u2014 for example `dashboard`, `insight`, `blank`."
    },
    "sceneId": {
      "type": "string",
      "nullable": true,
      "description": "Scene identifier resolved from the pathname when known \u2014 used by the frontend for icon/title hints."
    },
    "sceneKey": {
      "type": "string",
      "nullable": true,
      "description": "Scene key (logic key) for the destination, paired with `sceneParams` for deeper routing context."
    },
    "sceneParams": {
      "description": "Free-form scene parameters captured at pin time, used by the frontend to rehydrate the destination."
    },
    "pinned": {
      "type": "boolean",
      "description": "Whether this entry is pinned. Always coerced to true on save \u2014 pass true or omit."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/posthog-pinnedscenetab"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.