Skip to content

Commit 62bd3f0

Browse files
authored
doc: add description for realtimetrigger output (#89)
1 parent 630a146 commit 62bd3f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin-debezium/src/main/java/io/kestra/plugin/debezium/AbstractDebeziumRealtimeTrigger.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,10 @@ private void stop(boolean wait) {
245245
@Getter
246246
public static class StreamOutput implements io.kestra.core.models.tasks.Output {
247247

248+
@Schema(title = "Stream.", description = "Stream source")
248249
private String stream;
249250

251+
@Schema(title = "Data.", description = "Data extracted.")
250252
private Map<String, Object> data;
251253

252254
}

0 commit comments

Comments
 (0)