blob: bd2bc120f1f033ae1294bdbf84bd31d23f4443b2 [file] [log] [blame]
syntax = "proto3";
package Proto;
message Tire {
string type = 1;
int32 width = 2;
int32 aspect_ratio = 3;
string construction = 4;
int32 diameter = 5;
int32 load_index = 6;
string speed_rating = 7;
}