Skip to content

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

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

Labels

bugSomething isn't working

Projects

  • Status

    Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions