A Meteor package that extends Mongo.Collection to provide support for specifying a schema and then validating against that schema when inserting and updating.
I am using SimpleSchema to a collection .One of the doc has a value which is not mentioned in schema and when I am trying to update the issue I am getting error [field] is not allowed by schema
I am using SimpleSchema to a collection .One of the doc has a value which is not mentioned in schema and when I am trying to update the issue I am getting error
[field] is not allowed by schema