syntax = "proto3"; message Model { string key = 1; int64 timestamp =2; map data =3; }