The schema or subschema node being traversed
false if the schema passed is not the root of a detected cycle. Useful for special handling of cycled schemas.
json-path string in dot-notation as per draft-goessner-dispatch-jsonpath-00
A reference to JSONSchema that is the parent of the schema
param. If the schema
is the root schema, parent
will be undefined
. when schema is a cycle, parent is the parent of the referenced cycle (once again, if the cycled schema is the root, the parent will be undefined).
Signature of the mutation method passed to traverse.