message Person { String name = 1; Int32 id = 2; String email = 3; Car? car = 4; } message Car { String make = 1; String color = 2; }