Library enabling json schema creation from scala case classes.
to use current stable version add it to your sbt project: "pl.pkazenas" %% "jsonschema4s" % "0.1.5"
Limitations:
- Building schema for scala immutable.Map is not possible right now
- This library works for case classes only!