syntax = "proto3"; package sarus_data_spec; message Path { string label = 1; repeated Path paths = 2; map properties = 3; }