func (apiReferential *APIReferential) UnmarshalJSON(data []byte) error {
    type Alias APIReferential
    aux := &struct {
        Settings map[string]string
        *Alias