Iterate over a document fields and run a callback with side effect Works recursively for nested fields and arrays of objects (but excluding blackboxed objects, native JSON, and arrays of native values)
Current document
Document schema
Called on each field with the corresponding field schema, including fields of nested objects and arrays of nested object
Global path of the document (to track recursive calls)
Get all readable fields of a schema
// NOTE: this include fields that should'n't go into the default fragment (pure virtual fields and resolved fields) // use getFragmentFieldNames for fragments
Convert the Vulcan schema to an evaluated schema Calling new SimpleSchema around a Vulcan is not sufficient We also need to call it for children fields
/!\ Supports only one level of nesting
Generated using TypeDoc