Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ public enum Type {
private Type type;

// Schema definition stored here
@ProtoField(id = 4)
private Map<String, Object> data;

// Externalized schema definition (eg. via AVRO, Protobuf registry)
// If using Orkes Schema registry, this points to the name of the schema in the registry
@ProtoField(id = 5)
private String externalRef;
}
Loading
Loading