-
Notifications
You must be signed in to change notification settings - Fork 36
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
Examples Stop Working with Swashbuckle v5.6.0 #8
Comments
mattfrear
added a commit
that referenced
this issue
Sep 15, 2017
…s the correct behavior as per the Swagger spec.
I have undone this change and released a new version, as wrapping the response in application/json mime type is the correct behaviour as per the Swagger spec. I suspect it may be a bug in Swagger-UI that is causing it to be displayed. Released: https://www.nuget.org/packages/Swashbuckle.Examples/3.3.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Love this nugget package! been working great until I upgrated to v5.6.0 and now the response examples are not loading correctly. My default serialization is getting overrwritten (defaulting back to camelCase) and all request payloads are getting wrapped in an outer object with a single "application/json" property.
The text was updated successfully, but these errors were encountered: