ahx / openapi_first

openapi_first is a Ruby gem for request / response validation and contract-testing against an OpenAPI API description. It makes APIFirst easy and reliable.
MIT License
97 stars 12 forks source link

Validate OpenAPI file #259

Open ahx opened 2 months ago

ahx commented 2 months ago

Being able to (optionally) validate the structure of a given OpenAPI file would be handy.

Solution idea:

Make use of the meta schemas included in json_schemer