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!
Is your feature request related to a problem? Please describe.
I attempted to generate a client from one of my OpenAPI specs, and the
nullablekeyword is not yet supportedDescribe the solution you'd like
I think
nullable: trueshould 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!