syntax = "proto3"; package novus.p6.customer.v2; message Customer { string id = 1; int32 age = 2; }