You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very useful to be able to add (at least) description to the $ref in case of (at least) response part of the API specification.
It would allow me to specify generic reusable response that could be refined for every concrete use case. Because there are a lot of cases of responses that have the same structure, only the difference is the information why / when the error occurred.
Oxample of the use case:
In more generic perspective, it could be useful to allow to "override" some parts of references (examples, parameters ...).