|
9319 | 9319 | "SyncSourceUpdate" : {
|
9320 | 9320 | "description" : "Sync Source Update Definition",
|
9321 | 9321 | "properties" : {
|
9322 |
| - "path" : { |
9323 |
| - "$ref" : "#/components/schemas/SyncPluginPath" |
9324 |
| - }, |
9325 |
| - "version" : { |
9326 |
| - "description" : "Version of the plugin", |
9327 |
| - "example" : "v1.2.3", |
9328 |
| - "type" : "string" |
9329 |
| - }, |
9330 | 9322 | "tables" : {
|
9331 | 9323 | "description" : "Tables to sync. Wildcards are supported. Note that child tables are excluded by default, and need to be explicitly specified.",
|
9332 | 9324 | "items" : {
|
|
9341 | 9333 | },
|
9342 | 9334 | "type" : "array"
|
9343 | 9335 | },
|
9344 |
| - "spec" : { |
9345 |
| - "additionalProperties" : false, |
9346 |
| - "format" : "Plugin parameters, specific to each plugin", |
9347 |
| - "type" : "object" |
9348 |
| - }, |
9349 |
| - "env" : { |
9350 |
| - "description" : "Environment variables for the plugin. All environment variables will be stored as secrets.", |
9351 |
| - "items" : { |
9352 |
| - "$ref" : "#/components/schemas/SyncEnvCreate" |
9353 |
| - }, |
9354 |
| - "type" : "array" |
9355 |
| - }, |
9356 | 9336 | "last_update_source" : {
|
9357 | 9337 | "$ref" : "#/components/schemas/SyncLastUpdateSource"
|
9358 |
| - }, |
9359 |
| - "connector_id" : { |
9360 |
| - "$ref" : "#/components/schemas/ConnectorID" |
9361 | 9338 | }
|
9362 | 9339 | },
|
9363 | 9340 | "title" : "Sync Source definition for updating a source"
|
|
9394 | 9371 | "SyncDestinationUpdate" : {
|
9395 | 9372 | "description" : "Sync Destination Update Definition",
|
9396 | 9373 | "properties" : {
|
9397 |
| - "path" : { |
9398 |
| - "$ref" : "#/components/schemas/SyncPluginPath" |
9399 |
| - }, |
9400 |
| - "version" : { |
9401 |
| - "description" : "Version of the plugin", |
9402 |
| - "example" : "v1.2.3", |
9403 |
| - "type" : "string" |
9404 |
| - }, |
9405 | 9374 | "write_mode" : {
|
9406 | 9375 | "$ref" : "#/components/schemas/SyncDestinationWriteMode"
|
9407 | 9376 | },
|
9408 | 9377 | "migrate_mode" : {
|
9409 | 9378 | "$ref" : "#/components/schemas/SyncDestinationMigrateMode"
|
9410 | 9379 | },
|
9411 |
| - "spec" : { |
9412 |
| - "additionalProperties" : false, |
9413 |
| - "format" : "Plugin parameters, specific to each plugin", |
9414 |
| - "type" : "object" |
9415 |
| - }, |
9416 |
| - "env" : { |
9417 |
| - "description" : "Environment variables for the plugin. All environment variables will be stored as secrets.", |
9418 |
| - "items" : { |
9419 |
| - "$ref" : "#/components/schemas/SyncEnvCreate" |
9420 |
| - }, |
9421 |
| - "type" : "array" |
9422 |
| - }, |
9423 | 9380 | "last_update_source" : {
|
9424 | 9381 | "$ref" : "#/components/schemas/SyncLastUpdateSource"
|
9425 |
| - }, |
9426 |
| - "connector_id" : { |
9427 |
| - "$ref" : "#/components/schemas/ConnectorID" |
9428 | 9382 | }
|
9429 | 9383 | },
|
9430 | 9384 | "title" : "Sync Destination definition for updating a destination"
|
|
0 commit comments