Allow fields to be excluded from automatic typing #13
Labels
enhancement
New or additional functionality
high priority
Should be prioritised over all other issues
Feature description
On insert/update data will be parsed for strings that match ObjectIds. This is not always desirable, for example
_friendlyId
is defined as a string by its schema not an ObjectId. Is there a way to work around this?This also leads to a question: should this module be mutating data at all given that the function of validation/sanitisation is handled by
jsonschema
?The text was updated successfully, but these errors were encountered: