Turn Prismatic schemas into generated data.
Check out Prismatic's automatic, test-generation from schemas (currently experimental). Also look at the previous thread/issue.
All good things here attributed to @reiddraper, @davegolland, @w01fe, @MichaelBlume, @gfredericks.
All not-good things can be attributed to me.
- Descendent of Gary Frederick's schema->gen gist
- Forked from, originally, Michael Blume's repo
- Shares/uses a ton of code from Dave Golland's trial/gist w/ test.check and Prismatic schema
- Prismatic schema - declarative data description
- John Hughes's keynote at ClojureWest 2014
- Reid Draper's test.check talk at ClojureWest 2014
- schema-typer - core.typed w/ Prismatic schema
- @philandstuff's EuroClojure slides/talk
- Multimethod approach shares ideas w/ ring-swagger's approach w/ Prismatic schema.
- schema-contrib - additional validators (and generators) for Prismatic schema.
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.