fix: if the ParseSchema has nullable elements and these elements are not passed in the request then they should be considered as null by the Schema. #45
Closed
Description
What happened
If the parse schema contains nullable elements and the request doesn't exposes these elements then the request fail with a 400
What should have happened
Since the elements are nullable the Schema shouldn't care about the missing elements.
!!! This should be used only on query parameters
Metadata
Assignees
Labels
Projects
Status
Closed