Repository URL to install this package:
|
Version:
4.5.4.dev1 ▾
|
syntax = "proto3";
package sarus_data_spec;
message Path {
string label = 1;
repeated Path paths = 2;
map<string, string> properties = 3;
}