package model type Common struct { //Description string `json:"description"` //Name string `json:"name"` Symbol string `json:"symbol"` } type CommonType struct { Type string `json:"type"` }