PostHog · Schema

SentimentBatchResponse

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
results object
View JSON Schema on GitHub

JSON Schema

posthog-sentimentbatchresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SentimentBatchResponse",
  "title": "SentimentBatchResponse",
  "type": "object",
  "properties": {
    "results": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/components/schemas/SentimentResult"
      }
    }
  },
  "required": [
    "results"
  ]
}