You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the refactoring, requestBody is missing content as a nested property. To doublecheck that it is supposed to be there, I tried generating it with the npm version vs the one in github.
Thanks so much for taking the time to test the in-progress work! And thanks for being willing to open a PR. But there are some other things changing in the codebase in anticipation of v6 and I wouldn’t want you to deal with that right now so I can make that change. But next time a PR would be very much appreciated! 🙂
Thank you so much for working on this library :) I was stoked to finally find something that can handle my OpenAPI 3.1 declaration files, and the types have already helped me find a bunch of bugs! Very grateful for the work.
Description
After the refactoring,
requestBody
is missingcontent
as a nested property. To doublecheck that it is supposed to be there, I tried generating it with the npm version vs the one in github.NPM version (what I expected):
Current version (what I believe is wrong):
Reproduction
Sync with the current codebase and run the generator. Note that the test is also missing this property.
Checklist
The text was updated successfully, but these errors were encountered: