mirror of https://github.com/vernonkeenan/lib
parent
7e1f6bbe91
commit
808af752b3
|
@ -103,6 +103,9 @@ type Account struct {
|
|||
// location
|
||||
Location string `json:"Location,omitempty"`
|
||||
|
||||
// logo
|
||||
Logo string `json:"Logo,omitempty"`
|
||||
|
||||
// market capitalization
|
||||
MarketCapitalization float64 `json:"MarketCapitalization,omitempty"`
|
||||
|
||||
|
|
|
@ -103,6 +103,9 @@ type Account struct {
|
|||
// location
|
||||
Location string `json:"Location,omitempty"`
|
||||
|
||||
// logo
|
||||
Logo string `json:"Logo,omitempty"`
|
||||
|
||||
// market capitalization
|
||||
MarketCapitalization float64 `json:"MarketCapitalization,omitempty"`
|
||||
|
||||
|
|
|
@ -1111,6 +1111,8 @@ definitions:
|
|||
type: string
|
||||
Location:
|
||||
type: string
|
||||
Logo:
|
||||
type: string
|
||||
MarketCapitalization:
|
||||
type: number
|
||||
Name:
|
||||
|
|
Loading…
Reference in New Issue