-
Notifications
You must be signed in to change notification settings - Fork 440
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
fix(openapi): Improve empty array cases #13830
Conversation
9fbe4d2
to
a9be671
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if openapi-extractor should skip the response type when the only type is null
just like it already does with array<empty>
. Both essentially mean "there is nothing to look at" and it would make the spec a bit cleaner (and remove almost all spec changes in this PR).
a9be671
to
7d9f7e3
Compare
90b6a0c
to
b3eec44
Compare
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
…sent Signed-off-by: Joas Schilling <coding@schilljs.com>
ca580a2
to
1c7b81f
Compare
Signed-off-by: Joas Schilling <coding@schilljs.com>
1c7b81f
to
15410d5
Compare
/backport ad5f9a5,15410d5e447b969be926e50ccefdbc5f786c5c7e,ff438bc23bb75156fc6c3a7101ea35e392c16a24 to stable30 |
☑️ Resolves
🏁 Checklist
docs/
has been updated or is not required