chore: remove location from asset property #25
@ -211,11 +211,10 @@ message PropertyMeta {
|
|||||||
string usage_type = 9;
|
string usage_type = 9;
|
||||||
string completion_date = 10;
|
string completion_date = 10;
|
||||||
string user_agreement_url = 11;
|
string user_agreement_url = 11;
|
||||||
string location = 12;
|
float lat = 12;
|
||||||
float lat = 13;
|
float lng = 13;
|
||||||
float lng = 14;
|
string map_link = 14;
|
||||||
string map_link = 15;
|
PropertyDetail detail = 15;
|
||||||
PropertyDetail detail = 16;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message PropertyDetail {
|
message PropertyDetail {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user