codello / Motor-ODM

A MongoDB ODM based on Motor and Pydantic.
MIT License
17 stars 5 forks source link

Schema Validation #5

Open codello opened 4 years ago

codello commented 4 years ago

Pydantic supports the generation of JSON Schema. This can be used to automatically support the validation of collections. The implementation should support the following: