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
Is your feature request related to a problem? Please describe.
The example keyword has been deprecated in OpenAPI 3.1 in favor of examples:
Describe the solution you'd like
When the example tag is parsed, place it in a list under examples. Defining a valid separator between examples would be good, but it will also need to be escapable.
Is your feature request related to a problem? Please describe.
The
example
keyword has been deprecated in OpenAPI 3.1 in favor ofexamples
:Describe the solution you'd like
When the example tag is parsed, place it in a list under
examples
. Defining a valid separator between examples would be good, but it will also need to be escapable.Additional context
Blog post for 3.1 - you'll need to scroll down to the "Use examples not example" section
https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0
The text was updated successfully, but these errors were encountered: