namespace vectorPointClusters; table PointClusters{ x:float; y:float; yaw:float; from:uint; to:uint; } table PointClusterVec{ pointcluster_vec: [PointClusters]; } root_type PointClusterVec;