PostHog · Schema

PatchedUpdateRepoRequestInput

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording

Properties

Name Type Description
baseline_file_paths object
enable_pr_comments boolean
View JSON Schema on GitHub

JSON Schema

posthog-patchedupdatereporequestinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatchedUpdateRepoRequestInput",
  "title": "PatchedUpdateRepoRequestInput",
  "type": "object",
  "properties": {
    "baseline_file_paths": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "nullable": true
    },
    "enable_pr_comments": {
      "type": "boolean",
      "nullable": true
    }
  }
}