func (m *GenericResource) validateSku(formats strfmt.Registry) error {

    if swag.IsZero(m.Sku) { // not required
        return nil
    }