allOf with nullable item #2733
Unanswered
guillaumeLamanda
asked this question in
Q&A
Replies: 1 comment
-
|
@guillaumeLamanda Share your full spec? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following problem:
I have a OpenAPI spec with objects that look like that:
Openapi-ts then generate:
I would like to have
SomeObject | null, since this empty nullable object represent a "null" value.I don't know if this is something that should be handled by the library, or by myself. And if I should handle it, it don't really know how to do so 😬
Beta Was this translation helpful? Give feedback.
All reactions