syntax = "proto3"; package whirl; import "network_2_property.proto"; message PropertyList { repeated Network2Property properties = 1; }