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
responses:
200:
$ref: '#/components/responses/UserResponse'
description: The updated user.
I use this project to resolve references to external files and to convert to JSON. While doing so, I saw that the description is dropped. The result is like this:
I know that before, no siblings of $ref were allowed. In 3.1 however, some (like description and summary) are. It would be nice to have support for that in this project.
The text was updated successfully, but these errors were encountered:
I'm working with an OpenAPI spec like this:
I use this project to resolve references to external files and to convert to JSON. While doing so, I saw that the
description
is dropped. The result is like this:I know that before, no siblings of
$ref
were allowed. In 3.1 however, some (likedescription
andsummary
) are. It would be nice to have support for that in this project.The text was updated successfully, but these errors were encountered: