Hacker News new | ask | show | jobs
Generate fake data using your own schema (github.com)
3 points by uehtesham90 3263 days ago
1 comments

Too bad it doesn't support http://json-schema.org/
I think thats for a difference use case. In my project the schema refers to available data types in the faker library where the types refer to real-world data rather than data types like int, float, string etc.

Can you give some examples how json-schema can be used? What I am thinking is that for JSON types, we find the relevant faker method for e.g. if someone defines an int, faker-schema calls random_int from faker