eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
132 stars 82 forks source link

[OAS 3.1.0] Summary and description now valid when $ref is set #589

Closed Azquelt closed 4 months ago

Azquelt commented 8 months ago

Previously, when $ref was used, nothing else should be set. Now, Reference objects allow summary and description to be set along with $ref.

We should: