apigee-127 / swagger-tools

A Node.js and browser module that provides tooling around Swagger.
MIT License
701 stars 374 forks source link

swagger 3.0? #628

Open walshe opened 3 years ago

walshe commented 3 years ago

does this lib support swagger 3 ? or can anyone point me to the correct swagger libs in order to display swagger ui and still get schema validation etc

didac-wh commented 2 years ago

Any updates on this matter?

tuunit commented 2 years ago

@walshe @didac-wh For Swagger/OpenApi 3.0 you should try to use oas-tools https://github.com/oas-tools/oas-tools It is based on this swagger-tools implementation and the setup and options are quite similar.