ConnectionSyncModeEnum schema from Airbyte API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-schema/airbyte-connection-sync-mode-enum-schema.json", "title": "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" ] }