-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description and summary properties support for referenceObject #4013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@avantipande1 No it is not |
Still not fixed I guess, I would like to have a look. @frantuma which is the branch developing OAS3.1 compatibility? |
@gcatanese swagger-core oas 3.1 effort has been merged into master branch (and is part of latest release). This means that a ref with However the original question refer to |
@frantuma Thanks for letting me know, I am happy to help if there are open issues (core, parser) and you would like some help. Great effort so far! |
I'm still under the impression that we can not generate $refs with descriptions using 2.2.7. I'm trying to get the swagger-gradle-plugin to generate 3.1 specs by calling ResolveTask#setOpenAPI31() but that isn't working for me. Is there a README or instructions on how to generate these if this feature is indeed supported? |
@jackoneall have you found a way to generate a description as sibling for $refs? |
No, I have not. I've given up on the prospect so the answer won't be coming from me. |
Maybe we should also wait for #4398 Not only |
Uh oh!
There was an error while loading. Please reload this page.
Open Api Specification 3.1.0 allows description and summary properties for referenceObject, so schema like in example is valid:
But it is not supported either by swagger-ui nor swagger-edior.
The text was updated successfully, but these errors were encountered: