1struct RequiredField {
2  1: required string name
3}
4
5struct OtherThing {
6  1: required i16 value
7}
8