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
-
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