blob: a7de133aa3d0665e36580545fb58b88d3eb7cf5c [file] [log] [blame]
syntax = "proto3";
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;
}