ErikGartner / dTree

A library for visualizing data trees with multiple parents, such as family trees. Built on top of D3.
https://treehouse.gartner.io/ErikGartner/58e58be650453b6d49d7
MIT License
521 stars 139 forks source link

Add schema validation #64

Open ErikGartner opened 6 years ago

ErikGartner commented 6 years ago

We should validate the input data using a schema validator, such as Simple Schema, to ensure that the input data is in the correct format.

That will catch errors early and help users finding the errors easier.