Skip to content

Commit

Permalink
Add children
Browse files Browse the repository at this point in the history
  • Loading branch information
jdheyburn committed Jul 9, 2020
1 parent 3ba661e commit c307a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type StopPointAPIResponse struct {
CommonName string `json:"commonName"`
PlaceType string `json:"placeType"`
AdditionalProperties []AdditionalProperties `json:"additionalProperties"`
// Children string `json:"children"` // TODO define
Children []StopPointAPIResponse `json:"children"`
// Lat float64 `json:"lat"`
// Lon float64 `json:"lon"`
}
Expand Down

0 comments on commit c307a31

Please sign in to comment.