@@ -156,11 +156,14 @@ type References struct {
156
156
}
157
157
158
158
type TeamReference struct {
159
- ID * int `json:"id"`
160
- City * string `json:"city"`
161
- Name * string `json:"name"`
162
- Abbreviation * string `json:"abbreviation"`
163
- HomeVenue * HomeVenue `json:"homeVenue"`
159
+ ID * int `json:"id"`
160
+ City * string `json:"city"`
161
+ Name * string `json:"name"`
162
+ Abbreviation * string `json:"abbreviation"`
163
+ HomeVenue * HomeVenue `json:"homeVenue"`
164
+ TeamColoursHex []interface {} `json:"teamColoursHex"`
165
+ SocialMediaAccounts []interface {} `json:"socialMediaAccounts"`
166
+ OfficialLogoImageSrc interface {} `json:"officialLogoImageSrc"`
164
167
}
165
168
166
169
type HomeVenue struct {
@@ -169,10 +172,16 @@ type HomeVenue struct {
169
172
}
170
173
171
174
type VenueReference struct {
172
- ID * int `json:"id"`
173
- Name * string `json:"name"`
174
- City * string `json:"city"`
175
- Country * string `json:"country"`
175
+ ID * int `json:"id"`
176
+ Name * string `json:"name"`
177
+ City * string `json:"city"`
178
+ Country * string `json:"country"`
179
+ GeoCoordinates interface {} `json:"geoCoordinates"`
180
+ CapacitiesByEventType []interface {} `json:"capacitiesByEventType"`
181
+ PlayingSurface interface {} `json:"playingSurface"`
182
+ BaseballDimensions []interface {} `json:"baseballDimensions"`
183
+ HasRoof interface {} `json:"hasRoof"`
184
+ HasRetractableRoof interface {} `json:"hasRetractableRoof"`
176
185
}
177
186
178
187
type GameReference struct {
0 commit comments