codecentric / hikaku

A library that tests if the implementation of a REST-API meets its specification.
Apache License 2.0
197 stars 19 forks source link

Support OpenAPI 3.1 #112

Open aSemy opened 2 years ago

aSemy commented 2 years ago

Describe the solution you'd like

I have an OpenAPI spec version 3.1.

I'd like to use hikaku with it, but when I do, it fails without a clear error message. I changed the OpenAPI spec to say it was version 3.0.3, and it works without issue.