PostHog · Schema

ExternalDataSourceBulkUpdateSchema

A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording

Properties

Name Type Description
id string Schema identifier to update.
should_sync boolean Whether the schema should be queryable/synced.
sync_type object Requested sync mode for the schema. * `full_refresh` - full_refresh * `incremental` - incremental * `append` - append * `webhook` - webhook * `cdc` - cdc
incremental_field string Incremental cursor field for incremental or append syncs.
incremental_field_type string Type of the incremental cursor field.
sync_frequency string Human-readable sync frequency value.
sync_time_of_day string UTC anchor time for scheduled syncs.
cdc_table_mode object How CDC-backed tables should be exposed. * `consolidated` - consolidated * `cdc_only` - cdc_only * `both` - both
View JSON Schema on GitHub

JSON Schema

posthog-externaldatasourcebulkupdateschema-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExternalDataSourceBulkUpdateSchema",
  "title": "ExternalDataSourceBulkUpdateSchema",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Schema identifier to update."
    },
    "should_sync": {
      "type": "boolean",
      "description": "Whether the schema should be queryable/synced."
    },
    "sync_type": {
      "nullable": true,
      "description": "Requested sync mode for the schema.\n\n* `full_refresh` - full_refresh\n* `incremental` - incremental\n* `append` - append\n* `webhook` - webhook\n* `cdc` - cdc",
      "oneOf": [
        {
          "$ref": "#/components/schemas/SyncTypeEnum"
        },
        {
          "$ref": "#/components/schemas/NullEnum"
        }
      ]
    },
    "incremental_field": {
      "type": "string",
      "nullable": true,
      "description": "Incremental cursor field for incremental or append syncs."
    },
    "incremental_field_type": {
      "type": "string",
      "nullable": true,
      "description": "Type of the incremental cursor field."
    },
    "sync_frequency": {
      "type": "string",
      "nullable": true,
      "description": "Human-readable sync frequency value."
    },
    "sync_time_of_day": {
      "type": "string",
      "format": "time",
      "nullable": true,
      "description": "UTC anchor time for scheduled syncs."
    },
    "cdc_table_mode": {
      "nullable": true,
      "description": "How CDC-backed tables should be exposed.\n\n* `consolidated` - consolidated\n* `cdc_only` - cdc_only\n* `both` - both",
      "oneOf": [
        {
          "$ref": "#/components/schemas/CdcTableModeEnum"
        },
        {
          "$ref": "#/components/schemas/NullEnum"
        }
      ]
    }
  },
  "required": [
    "id"
  ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/posthog-externaldatasourcebulkupdateschema"
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.