func (vehicle *Vehicle) UnmarshalJSON(data []byte) error {
    type Alias Vehicle
    aux := &struct {
        Codes map[string]string
        *Alias