-
Notifications
You must be signed in to change notification settings - Fork 232
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
Nullable response have a weird behavior right now #356
Comments
I agree with @timotheeguerin that a return type of
|
|
Asking for re-triaqge here. As soon as someone mentions the word "null" in a meeting, we go down a rabbit hole and it is harder to dig out of it when our own code doesn't actually interpret "null" as it should in some cases. |
Current state of this issue is we do produce the right(expected) responses but the body is not marked as nullable: true |
Currently, the OpenAPI emitter wraps trivial nullability in an unnecessary |
Playground link
Resulting is a
204
no content before PR #355 which remove ignorenull
responses.Feel like it should be making the string body nullable
The text was updated successfully, but these errors were encountered: