salilbc / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Add Json Schema support #284

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This should probably be a different project and should provide a Hamcrest 
matcher that looks something like this:

get("/x").then().assertThat().body(matchesJsonSchema("/some_schema.json"));

Original issue reported on code.google.com by johan.ha...@gmail.com on 3 Dec 2013 at 1:47

GoogleCodeExporter commented 8 years ago
https://github.com/fge/json-schema-validator

Original comment by johan.ha...@gmail.com on 3 Dec 2013 at 1:48

GoogleCodeExporter commented 8 years ago

Original comment by johan.ha...@gmail.com on 5 Dec 2013 at 7:38

GoogleCodeExporter commented 8 years ago

Original comment by johan.ha...@gmail.com on 6 Dec 2013 at 3:12