Skip to content

Commit

Permalink
rename uuid to coverage_object
Browse files Browse the repository at this point in the history
  • Loading branch information
maplant committed Feb 26, 2024
1 parent 5757735 commit 5f130eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ message invalid_data_transfer_ingest_report_v1 {

message oracle_boosting_report_v1 {
// UUID of the coverage object for the given hex
bytes uuid = 1;
bytes coverage_object = 1;
// H3 resolution 12 hex tile
string location = 2;
// Whether or not the hex tile is classified as urbanized
Expand Down

0 comments on commit 5f130eb

Please sign in to comment.