1 2 3 4 5 6 7 8 9 10
namespace message; table Message { command:string; broker:string; topics:[string]; payload:[byte]; } root_type Message;