ltonetwork / mongodb-rest

JSON REST server for MongoDB (using node.js)
MIT License
405 stars 143 forks source link

JSON Schema support #67

Closed jasny closed 5 years ago

jasny commented 6 years ago

Add JSON Schema support. For each endpoint / collection you should be able to configure a schema.

When adding / updating return a 400 bad request if document doesn't validate.