By default, it seems that when I create a schema, it’s flexible. Someone can add a new field as follows:
anythingHere: "anything here"
.
if I wanted to make a collection 100% strict, where people cannot add anything new, how do I lock it down?
Note - I am working from the Mongosh shell.