message JsonFileRequest { required string path = 1; required string filename = 2; optional string target_path = 3; optional string target_filename = 4; repeated string fields = 5; repeated bytes value_strs = 6; optional bytes json_str = 7; optional bool overwrite = 8 [default = true]; }