PostHog · Schema

BatchCheckResponse

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
summaries array
View JSON Schema on GitHub

JSON Schema

posthog-batchcheckresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BatchCheckResponse",
  "title": "BatchCheckResponse",
  "type": "object",
  "properties": {
    "summaries": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CachedSummary"
      }
    }
  },
  "required": [
    "summaries"
  ]
}