-
Notifications
You must be signed in to change notification settings - Fork 251
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
Expand support for nullable objects and default to any for empty/unknown schemas #452
Conversation
Size Change: +2.55 kB (0%) Total Size: 6.25 MB
ℹ️ View Unchanged
|
Visit the preview URL for this PR (updated for commit 316035b): https://docusaurus-openapi-36b86--pr452-1assmove.web.app (expires Fri, 24 Mar 2023 17:30:46 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
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.
Tested with sample spec provided in #447 🚀
Description
Addresses #448
Also, this PR introduces a change to how we capture the
firstBody
which will allow mime types with noschema
to render as "any" instead ofundefined
.