westfieldlabs / apivore

Tests your rails API against its Swagger description of end-points, models, and query parameters.
Apache License 2.0
213 stars 66 forks source link

[CNTR-746] Allow swagger validation against custom schemata #54

Closed hornc closed 9 years ago

hornc commented 9 years ago

In order to enforce the requirements from CNTR-743, add a method to validate swagger.json against additional (organisational specifc) json schemata.

CNTR-743 requirements:

gingermusketeer commented 9 years ago

Be good to add a test that ensures this raises an error when the schema is incorrect

hornc commented 9 years ago

Test added, thanks @gingermusketeer !

gingermusketeer commented 9 years ago

LGTM