package zones // ZoneRecord describes the json format for a zone type ZoneRecord struct { ID string `json:"id"` Name string `json:"name"` }