Skip to content

Commit 3acb7e7

Browse files
authored
XXS CL to add a hash field to the Schema proto (#4752)
1 parent 337b7b2 commit 3acb7e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/arcs/core/data/proto/recipe.proto

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ message TypeVariableProto {
121121
message SchemaProto {
122122
repeated string names = 1;
123123
map<string, TypeProto> fields = 2;
124+
string hash = 3;
124125
}
125126

126127
enum OPERATOR {

0 commit comments

Comments
 (0)