PostHog · Schema

PatchedTaskRunSetOutputRequest

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
output object Output data from the run. Validated against the task's json_schema if one is set.
View JSON Schema on GitHub

JSON Schema

posthog-patchedtaskrunsetoutputrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatchedTaskRunSetOutputRequest",
  "title": "PatchedTaskRunSetOutputRequest",
  "type": "object",
  "properties": {
    "output": {
      "description": "Output data from the run. Validated against the task's json_schema if one is set."
    }
  }
}