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