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

Does it calculate probability? #48

Open goldbergyoni opened 5 years ago

goldbergyoni commented 5 years ago

Thanks for the great work. I wonder if it's possible to provide multiple JSON docs, and it will conclude the field types based on all of them. For example, if the field "zip" contains number for most document but one of them has a value with string "4334-23" then the inferred type will be string and not number