PostHog · Schema
StructuredSummary
A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording
Properties
| Name | Type | Description |
|---|---|---|
| title | string | Concise title (no longer than 10 words) summarizing the trace/event |
| flow_diagram | string | Mermaid flowchart code showing the main flow |
| summary_bullets | array | Main summary bullets |
| interesting_notes | array | Interesting notes (0-2 for minimal, more for detailed) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/StructuredSummary",
"title": "StructuredSummary",
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "Concise title (no longer than 10 words) summarizing the trace/event"
},
"flow_diagram": {
"type": "string",
"description": "Mermaid flowchart code showing the main flow"
},
"summary_bullets": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SummaryBullet"
},
"description": "Main summary bullets"
},
"interesting_notes": {
"type": "array",
"items": {
"$ref": "#/components/schemas/InterestingNote"
},
"description": "Interesting notes (0-2 for minimal, more for detailed)"
}
},
"required": [
"flow_diagram",
"interesting_notes",
"summary_bullets",
"title"
]
}
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-structuredsummary"
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.