You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MongoDB provides some level of built-in validation checking. With that along with Joi for admin check validation we likely no longer have a need for AJV validation. The validations it provides can be replaced by mongos built-in validations. We should devise a plan on how best to remove it and how to move its validations to Mongo's built-ins
This task is done when...
Determine best path forward for validation architecture
Remove/update validations based on new validation architecture
The text was updated successfully, but these errors were encountered:
MongoDB provides some level of built-in validation checking. With that along with Joi for admin check validation we likely no longer have a need for AJV validation. The validations it provides can be replaced by mongos built-in validations. We should devise a plan on how best to remove it and how to move its validations to Mongo's built-ins
This task is done when...
The text was updated successfully, but these errors were encountered: