deathbob / halidator

Small library for validating hal+json
18 stars 3 forks source link

maintain errors across embedded validation iterations #3

Open DanielNill opened 7 years ago

DanielNill commented 7 years ago

was using this project to validate hal+json responses in controller tests and noticed that when an _embedded object is invalid it is flagged as invalid but the error isn't maintained. This should solve that issue