We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a fairly complex object that is being sent and validated through an http query. Object schema.
Here how it looks with nestjs/swagger@8. Looks like a plain deep object, which it isn't:
https://github.com/vladkrasn/nest-swagger-8-bug
Here's how it looks when rendered by nestjs/swagger@7:
I tried to search for stuff that was changed in 8 that would've affected this, but couldn't find it. Might be a regression.
8.1.3
10.4.4
22.6.0
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Current behavior
I have a fairly complex object that is being sent and validated through an http query. Object schema.
Here how it looks with nestjs/swagger@8. Looks like a plain deep object, which it isn't:
Minimum reproduction code
https://github.com/vladkrasn/nest-swagger-8-bug
Steps to reproduce
Expected behavior
Here's how it looks when rendered by nestjs/swagger@7:
I tried to search for stuff that was changed in 8 that would've affected this, but couldn't find it. Might be a regression.
Package version
8.1.3
NestJS version
10.4.4
Node.js version
22.6.0
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: