Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 319 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 319 Bytes

Model Validator

Just started - Not much to see here yet :(

This repository is a trial project to validate form data that will be inserted MongoDb.

Goals:

  • check data type is of expected type
  • check that required fields are present
  • maybe: check shape for nested data (but we don't currently have any thankfully)