biocad / openapi3

OpenAPI 3.0 data model
BSD 3-Clause "New" or "Revised" License
39 stars 53 forks source link

Fix bug parsing set of valid OpenApi spec versions #68

Closed tonicebrian closed 1 year ago

tonicebrian commented 1 year ago

The library was lacking the mandatory field openapi as a root element. This wasn't required before because version was fixed at 3.0.0. This PR is intended to allow parsing all versions in the 3.0.x range and closes #64

maksbotan commented 1 year ago

Thanks! I'll release this on Hackage after #43 is merged.