nijikokun / generate-schema

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

Enhacements For JSON Schema #39

Open rbrisita opened 6 years ago

rbrisita commented 6 years ago

This is in regard to JSON Schema file generation.

More Flexible Command Line

It would be great if the draft schema could be set for the generated file.

Testing integers and numbers

It seems that numeric data is always "number", which is used to denote floats. JSON Schema also has integers and would help in data verification.

nijikokun commented 6 years ago

Draft schema would require transformers for each draft, unless I have a misunderstanding with that request.

The second would be a great addition, would definitely accept a PR with that functionality.

legend80s commented 3 years ago

Thanks for taking integer into account. But why this feature still not in the master branch? @nijikokun @rbrisita