func (vehicleJourney *VehicleJourney) UnmarshalJSON(data []byte) error {
    type Alias VehicleJourney
    aux := &struct {
        Codes      map[string]string
        References map[string]Reference