Icebob
Icebob
In CRUD methods, the `PUT` is used to update an existing record (entirely) and the `PATCH` is used to update an existing record (partly). `POST` is the common mutation method....
I fear I don't understand your issue. You don't need to define all messages in all fields, just what you want to override.
The validation schema is not a user input data, so it's not a real issue and we also [don't recommend to do it](https://github.com/icebob/fastest-validator#approach)
Great job, thanks!
Could you show an example when it causes issue?
What is the use-case?
Same issue. The etcd3 patch version upgrade (1.1.0 -> 1.1.2) breaks my library. Changing the [minimum Node version](https://github.com/microsoft/etcd3/commit/d9013a82585bffe44c7d0803b088394ef93fa139) from v10 to v16 is a very big breaking change and needs...
What's your suggestion?
This suggestion works for you only, it's not a common solution. By the way, I think for your case, `$$strict: false` can be enough.