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
which support plan is this issue covered by? (e.g. Community, Core, Plus, or Enterprise):
Community
is this issue currently blocking your project? (yes/no):
No
is this issue affecting a production system? (yes/no):
No
Context
node version: v12
module version with issue: 16.1.7
last module version without issue: v15
environment (e.g. node, browser, native): node
used with (e.g. hapi application, another framework, standalone, ...): standalone
any other relevant information:
What are you trying to achieve or the steps to reproduce?
Confidence takes a json object with special purpose $-prefixed keys as input, using joi to validate it. I'm moving confidence store schema to joi v16 from v15. New implementation of methods such as object.with and object.without don't support $-prefixed keys or peers.
Support plan
which support plan is this issue covered by? (e.g. Community, Core, Plus, or Enterprise):
Community
is this issue currently blocking your project? (yes/no):
No
is this issue affecting a production system? (yes/no):
No
Context
What are you trying to achieve or the steps to reproduce?
Confidence takes a json object with special purpose $-prefixed keys as input, using joi to validate it. I'm moving confidence store schema to joi v16 from v15. New implementation of methods such as
object.with
andobject.without
don't support $-prefixed keys or peers.What was the result you got?
Schema throws an error
What result did you expect?
handle $-prefixed keys
The text was updated successfully, but these errors were encountered: