Schema Validation in MongoDB
Though MongoDB offers no restriction on the schema of the documents, we may need some restrictions on it as per our use-cases. MongoDB provides validators for this specific purpose.
There are two validation levels:
Strict (default): It means to vali...
itsadityagupta.hashnode.dev2 min read