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
Is your feature request related to a problem? Please describe.
I attempted to generate a client from one of my OpenAPI specs, and the nullable keyword is not yet supported
Describe the solution you'd like
I think nullable: true should make a object type Optional, even if it is required 🤔
Additional context
No pressure, I'm just documenting gaps as I come across them. 😅
Thanks, and great project!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I attempted to generate a client from one of my OpenAPI specs, and the
nullable
keyword is not yet supportedDescribe the solution you'd like
I think
nullable: true
should make a object typeOptional
, even if it is required 🤔Additional context
No pressure, I'm just documenting gaps as I come across them. 😅
Thanks, and great project!
The text was updated successfully, but these errors were encountered: