You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think the changes in 4eba3f9 have the intended result, as any Joi schema with .unknown will end up as a single Mongoose property with type mixed, and children will not be processed due to early return on line #82.
The text was updated successfully, but these errors were encountered:
leobudima
added a commit
to leobudima/joigoose
that referenced
this issue
Aug 11, 2020
I don't think the changes in 4eba3f9 have the intended result, as any Joi schema with .unknown will end up as a single Mongoose property with type mixed, and children will not be processed due to early return on line #82.
The text was updated successfully, but these errors were encountered: