syntax = "proto3"; // name changed so automated .proto tools don't see it package filepb; message FakeFile { string uuid = 1; // `autogenpb:uuid:` string version = 2; // `autogenpb:version:` }