Need equivalent proto syntax for Map<String, Object>
map<string, object/Value> is failed during the generate phase
You can either use an Any or a struct to accomplish this
map<string, google.protobuf.Any>
Struct https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/struct.proto#L51