package openstates type ContactDetailNode struct { Type string `json:"type"` Value string `json:"value"` Note string `json:"note"` Label string `json:"label"` }