namespace message; table Message { command:string; broker:string; topics:[string]; payload:[byte]; } root_type Message;