How to define model property as nullable in openapi spec #9478
Unanswered
tokidoki11
asked this question in
Q&A
Replies: 0 comments
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.
-
Currently i write
it generates
{"$ref":"#/components/schemas/UserAdditional"},
with no nullable presentif I remove the type, nullable is present but type is object
Beta Was this translation helpful? Give feedback.
All reactions