null type #345
null type
#345
-
Is there a way to generate json-schema including type "null" for properties not required? in the json-schema it becomes: I would to generate: Is it possible? |
Beta Was this translation helpful? Give feedback.
Answered by
CarstenWickner
Apr 20, 2023
Replies: 1 comment
-
Hi @giugallo, Please enable the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CarstenWickner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @giugallo,
Please enable the
Option.NULLABLE_FIELDS_BY_DEFAULT
.That should give you the desired output.