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 am trying to create a schema that validates a set of pre-defined keys, and also accept any other keys that starts by the word custom (any other keys that are not part of the schema or do not start with custom should simply be ignored). From what I've found, and due to merge deprecation, this is how it is supports to work:
Hello,
I am trying to create a schema that validates a set of pre-defined keys, and also accept any other keys that starts by the word custom (any other keys that are not part of the schema or do not start with custom should simply be ignored). From what I've found, and due to merge deprecation, this is how it is supports to work:
Unfortunately, upon validation I have this rather cryptic error:
Is this a bug of the V4?
The text was updated successfully, but these errors were encountered: