syntax = "proto3"; package testdata; message Person { string name = 1; int32 age = 2; string address = 3; map children = 10; }