package api type Tag struct { Name string `json:"name"` Type string `json:"type"` }