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
When the type option is a custom object type (or array of them), and that custom type exposes a simpleSchema() method, we should validate custom objects during validation, and merge any errors into the main invalidKeys array.
In addition to being generically useful, this will specifically help with collection2 development to support relationships between collections.
The text was updated successfully, but these errors were encountered:
When the
type
option is a custom object type (or array of them), and that custom type exposes asimpleSchema()
method, we should validate custom objects during validation, and merge any errors into the maininvalidKeys
array.In addition to being generically useful, this will specifically help with collection2 development to support relationships between collections.
The text was updated successfully, but these errors were encountered: