smallrye / smallrye-open-api

SmallRye implementation of Eclipse MicroProfile OpenAPI
Apache License 2.0
112 stars 87 forks source link

Support summary attribute on Info annotation #1815

Closed benjamin-confino closed 1 month ago

benjamin-confino commented 2 months ago

This is part of the schema changes under https://github.com/eclipse/microprofile-open-api/issues/584

Specifically it adds the attribute summary to the annotation Info, as per this issue https://github.com/eclipse/microprofile-open-api/issues/435

I built these changes on a branch including the commits in this PR: https://github.com/smallrye/smallrye-open-api/pull/1801 - I don't think this PR depends on it, but I plan to wait for those commits to be delivered and main-4.0 to be in a compilable state for testing.