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
We shouldn't be forced to use "is" in schemas because we could use schema based condition with our alternatives statement so please remove behavior with throwing error when (!match.is)
The text was updated successfully, but these errors were encountered:
This package uses the 'joi-to-json-schema' to convert the Joi schemas. It is in that package the 'throw error when (!match.is)' is located.
I see there's already an open issue. I will update the dependency when it's fixed.
We shouldn't be forced to use "is" in schemas because we could use schema based condition with our alternatives statement so please remove behavior with throwing error when (!match.is)
The text was updated successfully, but these errors were encountered: