Skip to content

Commit

Permalink
Update services/tables/src/main/java/com/linkedin/openhouse/tables/ap…
Browse files Browse the repository at this point in the history
…i/spec/v0/request/components/Replication.java

Co-authored-by: Abhishek Nath <[email protected]>
  • Loading branch information
chenselena and abhisheknath2011 authored Oct 18, 2024
1 parent f471453 commit 44e3186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Replication {
@Schema(
description =
"Replication config for the destination cluster name and replication job interval",
example = "{destination: clusterA, interval: 12H}, {destination: clusterB, interval: 12H}")
example = "[{destination: clusterA, interval: 12H}, {destination: clusterB, interval: 12H}]")
@NotNull(message = "Incorrect replication policy specified. Replication config cannot be null.")
@Valid
List<ReplicationConfig> config;
Expand Down

0 comments on commit 44e3186

Please sign in to comment.