I am using FlatBuffers and here is my schema:
namespace Vibranium; table AccountRole_Packet { id:int; name:string; } table AccountRole_Packet_Response {