syntax = "proto3"; import "VersionFileDestination.proto"; package Tango.PMR.FirmwareUpgrade; option java_package = "com.twine.tango.pmr.firmwareupgrade"; message VersionFileDescriptor { string FileName = 1; string Version = 2; VersionFileDestination Destination = 3; } //Do not put type 'bytes' in this file. It will cause the json deserialization to fail !!!