ExodusMovement / schemasafe

A reasonably safe JSON Schema validator with draft-04/06/07/2019-09/2020-12 support.
https://npmjs.com/@exodus/schemasafe
MIT License
156 stars 12 forks source link

Use fully structured paths in propvar/propimm #72

Closed ChALkeR closed 4 years ago

ChALkeR commented 4 years ago

parent is now not a name but an object pointing to the parent property structure.

This will allow to improve error handling later. No actual behavior changes yet.

Refs: https://github.com/ExodusMovement/schemasafe/issues/56

Extracted from #20.