Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Safer handling of multipart nested JSON body props (#878)
If a multipart request body has schema oneOf, anyOf, or allOf, then automatic parsing of JSON properties throws. An object is expected. Fix the error today and add a TODO to add support for nested JSON props in multipart requests that utilize oneOf, anyOf, or allOf.
- Loading branch information