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 (at least) response part of the API specification.
It would allow me to specify generic response that could be refined for every 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.
I know that it is not allowed by the specification, byt by my opinion (and according my experiences) it helps to simplify the API and make documentation more readable and useful.