Add option to validate against custom schema objects.
0.1.0b8
0.1.0b7
Added `validate_json_string` method to validate json strings. This is especially useful if your project uses a custom json encoder or if you work with raw json strings.
0.1.0b6
From this version on all id's and rerences need to be absolute. Id's and references have to be absolute with respect to the base schema path. So with the following file structure:
schemas/foo.json schemas/sub/bar.json
The ids and $refs will become `/foo.json` and `/sub/bar.json`.