func (bc *BrandingColors) UnmarshalJSON(data []byte) error {

    type brandingColors BrandingColors
    type brandingColorsWrapper struct {
        *brandingColors