|
9383 | 9383 | },
|
9384 | 9384 | "title" : "Sync Destination definition for updating a destination"
|
9385 | 9385 | },
|
| 9386 | + "SyncIncremental" : { |
| 9387 | + "description" : "Managed Sync Incremental Options definition", |
| 9388 | + "properties" : { |
| 9389 | + "table" : { |
| 9390 | + "description" : "Name of the table in which to store incremental sync data", |
| 9391 | + "pattern" : "^([a-zA-Z_][a-zA-Z0-9_]*)?$", |
| 9392 | + "type" : "string" |
| 9393 | + }, |
| 9394 | + "destination" : { |
| 9395 | + "description" : "Name of the destination in which to store incremental sync data", |
| 9396 | + "pattern" : "^([a-zA-Z][a-zA-Z0-9_-]*)?$", |
| 9397 | + "type" : "string" |
| 9398 | + } |
| 9399 | + }, |
| 9400 | + "required" : [ "destination", "table" ] |
| 9401 | + }, |
9386 | 9402 | "Sync" : {
|
9387 | 9403 | "description" : "Managed Sync definition",
|
9388 | 9404 | "properties" : {
|
|
9422 | 9438 | "example" : "2Gi",
|
9423 | 9439 | "type" : "string"
|
9424 | 9440 | },
|
| 9441 | + "incremental" : { |
| 9442 | + "$ref" : "#/components/schemas/SyncIncremental" |
| 9443 | + }, |
9425 | 9444 | "created_at" : {
|
9426 | 9445 | "description" : "Time when the sync was created",
|
9427 | 9446 | "format" : "date-time",
|
|
9479 | 9498 | "default" : "2Gi",
|
9480 | 9499 | "description" : "Memory quota for the sync",
|
9481 | 9500 | "type" : "string"
|
| 9501 | + }, |
| 9502 | + "incremental" : { |
| 9503 | + "$ref" : "#/components/schemas/SyncIncremental" |
9482 | 9504 | }
|
9483 | 9505 | },
|
9484 | 9506 | "required" : [ "destinations", "name", "source" ]
|
9485 | 9507 | },
|
| 9508 | + "SyncIncrementalUpdate" : { |
| 9509 | + "description" : "Managed Sync Incremental Options Update definition", |
| 9510 | + "properties" : { |
| 9511 | + "table" : { |
| 9512 | + "description" : "Name of the table in which to store incremental sync data", |
| 9513 | + "pattern" : "^([a-zA-Z_][a-zA-Z0-9_]*)?$", |
| 9514 | + "type" : "string" |
| 9515 | + }, |
| 9516 | + "destination" : { |
| 9517 | + "description" : "Name of the destination in which to store incremental sync data", |
| 9518 | + "pattern" : "^([a-zA-Z][a-zA-Z0-9_-]*)?$", |
| 9519 | + "type" : "string" |
| 9520 | + } |
| 9521 | + } |
| 9522 | + }, |
9486 | 9523 | "SyncUpdate" : {
|
9487 | 9524 | "description" : "Managed Sync definition",
|
9488 | 9525 | "properties" : {
|
|
9526 | 9563 | "default" : "2Gi",
|
9527 | 9564 | "description" : "Memory quota for the sync",
|
9528 | 9565 | "type" : "string"
|
| 9566 | + }, |
| 9567 | + "incremental" : { |
| 9568 | + "$ref" : "#/components/schemas/SyncIncrementalUpdate" |
9529 | 9569 | }
|
9530 | 9570 | }
|
9531 | 9571 | },
|
|
0 commit comments