Skip to content

Commit

Permalink
update name and bucket name entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhl1111 committed Jul 16, 2024
1 parent 45520d7 commit 4f9614f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions proto/schema.proto
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,12 @@ message ArrayArray {

message JSONArray { repeated bytes data = 1; }

message BlobFile {
string source_uri = 1;
message BlobRefFile {
string bucket = 1;
string source_uri = 2;
}

message BlobArray {repeated BlobFile data = 1;}
message BlobRefFileArray {repeated BlobRefFile data = 1;}

message ValueField {
oneof data {
Expand All @@ -131,7 +132,7 @@ message ScalarField {
BytesArray bytes_data = 7;
ArrayArray array_data = 8;
JSONArray json_data = 9;
BlobArray blob_data = 10;
BlobRefFileArray blob_data = 10;
}
}

Expand Down

0 comments on commit 4f9614f

Please sign in to comment.