halidator
halidator copied to clipboard
maintain errors across embedded validation iterations
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