syntax = "proto3"; message BitmapBuild { repeated BitmapBuildAttribute attributes = 1 [packed=true]; } message BitmapBuildAttribute { repeated int32 blocks = 1 [packed=true]; required string type = 2; required string value = 3; }