syntax = "proto3"; package whirl; import "network_property.proto"; message OldPropertyList { repeated NetworkProperty properties = 1; }