dwickern / sbt-swagger-play

sbt plugin for swagger-play
MIT License
12 stars 2 forks source link

Is there any plans to support Swagger v3 annotations? #16

Open gusthavosouza opened 3 weeks ago

gusthavosouza commented 3 weeks ago

We have a project that we have annotation based on Swagger v3 with the new annotations from Swagger 2.x?

https://github.com/swagger-api/swagger-core/wiki/Swagger-2.X---Annotations#operation-annotations

dwickern commented 3 weeks ago

I don't have plans to make a library for it. That said, it's possible using Swagger directly without any special Play Framework integration: https://github.com/dwickern/playframework-openapi-example