type JSONCoverageZoneCacheGroup struct {
Coordinates tc.CRConfigLatitudeLongitude // TODO rename CRConfigLatitudeLongitude Network []string// TODO change to IPNet with Unmarshal func Network6 []string}
type JSONCoverageZones struct {
CoverageZones map[tc.CacheGroupName]JSONCoverageZoneCacheGroup `json:"coverageZones"`
CustomerName string `json:"customerName"`
Revision string `json:"revision"` // TODO change to Time with Marshal func?}