1 2 3 4 5 6 7
vector String <byte>; vector StringVec <String>; table ProtocolInfo { name: String, support_versions: StringVec, }