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