apicollective / apibuilder

Simple, Comprehensive Tooling for Modern APIs
https://www.apibuilder.io/
MIT License
565 stars 83 forks source link

Support OpenAPI3 #876

Open barryoneill opened 2 years ago

barryoneill commented 2 years ago

It looks like the swagger parser library has moved to openapi 3 https://github.com/swagger-api/swagger-parser

APIBuilder is still on the v1 branch of this project, we should consider implementing a parser that uses the v2 version of this library

barryoneill commented 2 years ago

I'll start hacking at this as a side project, but it may take some time before I make serious progress.

gheine commented 2 years ago

\m/>_<\m/ Thanks Barry!

screwyprof commented 2 years ago

Any update on this? I'd really want to have this feature. We've got a few projects which rely on open api 3 schemas.

chrishough commented 1 year ago

Is there plans to incorporate OpenAPI v3.1.0?