syntax = "proto3"; package unit.info.v0; message EnvVar { string name = 1; string value = 2; } message UbootEnv { repeated EnvVar vars = 1; }