syntax = "proto3"; package whirl; message NetworkProperty { int32 property_id = 1; string value = 2; }