JSON array payloads are converted into objects by formidable. This prevents HttpBody/HttpBodyValidator from properly validating the data (it doesn't pass the isIterable check, so body ends up being undefined after serialization).
Relinquishment of Rights
Please mark following checkbox to confirm that you relinquish all rights of your changes:
[X] I waive and relinquish all rights regarding this changes (including code, text, and images) to Deepkit UG (limited), Germany. This changes (including code, text, and images) are under MIT license without name attribution, copyright notice, and permission notice requirement.
Summary of changes
JSON array payloads are converted into objects by formidable. This prevents HttpBody/HttpBodyValidator from properly validating the data (it doesn't pass the
isIterable
check, sobody
ends up beingundefined
after serialization).Relinquishment of Rights
Please mark following checkbox to confirm that you relinquish all rights of your changes: