PostHog · Schema
BaselineEntry
A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording
Properties
| Name | Type | Description |
|---|---|---|
| sparkline | array | |
| identifier | string | |
| run_type | string | |
| browser | string | |
| thumbnail_hash | string | |
| width | integer | |
| height | integer | |
| tolerate_count_30d | integer | |
| tolerate_count_90d | integer | |
| is_quarantined | boolean | |
| last_run_at | string | |
| recent_diff_avg | number |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/BaselineEntry",
"title": "BaselineEntry",
"type": "object",
"properties": {
"sparkline": {
"type": "array",
"items": {
"$ref": "#/components/schemas/BaselineSparklineDay"
}
},
"identifier": {
"type": "string"
},
"run_type": {
"type": "string"
},
"browser": {
"type": "string",
"nullable": true
},
"thumbnail_hash": {
"type": "string",
"nullable": true
},
"width": {
"type": "integer",
"nullable": true
},
"height": {
"type": "integer",
"nullable": true
},
"tolerate_count_30d": {
"type": "integer"
},
"tolerate_count_90d": {
"type": "integer"
},
"is_quarantined": {
"type": "boolean"
},
"last_run_at": {
"type": "string",
"format": "date-time"
},
"recent_diff_avg": {
"type": "number",
"format": "double",
"nullable": true
}
},
"required": [
"browser",
"height",
"identifier",
"is_quarantined",
"last_run_at",
"recent_diff_avg",
"run_type",
"sparkline",
"thumbnail_hash",
"tolerate_count_30d",
"tolerate_count_90d",
"width"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/posthog-baselineentry"
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.