ElSnoMan / pyclinic

A library to test services in Python
MIT License
5 stars 1 forks source link

Use openapi-spec-validator to check v2 and v3 specs #48

Open ElSnoMan opened 2 years ago

ElSnoMan commented 2 years ago

https://pypi.org/project/openapi-spec-validator/

We should use this library to make sure that that the spec we're loading follows the schema. Otherwise we could get errors or weird results.