1 2 3 4 5 6 7 8 9 10 11 12
syntax = "proto3"; package unit.info.v0; message SwVersion { string name = 1; string version = 2; } message SwVersions { repeated SwVersion versions = 1; }