nullable field throw validation error if null #1736
Labels
bug
good first issue
This issue could be an easy PR for those looking to help contribute
help wanted
The request body is types
The generated schema is as expected, the field is required but nullable, but when I send a body with a null value in the field I get this error
It works fine when there is a value but not when it's null
The text was updated successfully, but these errors were encountered: