syntax = "proto3";

message TestType { 
	double timestamp = 1;
	float foo = 2;
	bool bar = 3;
	string test = 4;
	bool no_more_snake_case = 5;
}
