Airbyte · JSON Structure

Airbyte Connection Sync Mode Enum Structure

ConnectionSyncModeEnum schema from Airbyte API

Type: Properties: 0
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

ConnectionSyncModeEnum is a JSON Structure definition published by Airbyte. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-connection-sync-mode-enum-structure.json",
  "name": "ConnectionSyncModeEnum",
  "description": "ConnectionSyncModeEnum schema from Airbyte API",
  "enum": [
    "full_refresh_overwrite",
    "full_refresh_overwrite_deduped",
    "full_refresh_append",
    "full_refresh_update",
    "full_refresh_soft_delete",
    "incremental_append",
    "incremental_deduped_history",
    "incremental_update",
    "incremental_soft_delete"
  ]
}