nijikokun / generate-schema

🧞 Convert JSON Objects to MySQL, JSON Schema, Mongoose, Google BigQuery, Swagger, and more.
MIT License
1.04k stars 135 forks source link

support MongoDB Schema Validation output (--mongodb) #72

Closed gregfenton closed 1 year ago

gregfenton commented 1 year ago

MongoDB Schema Validation format is non-trivially different from JSON Schema and not at all the same as Mongoose Schema

gregfenton commented 1 year ago

Also fixed a bug with the command line script.

gregfenton commented 1 year ago

Consider adding a test for testing the command-line script 😺