ValidateSchema() should return a different result type
gregsdennis opened this issue · 0 comments
gregsdennis commented
Currently the ValidateSchema()
method simply returns the same result object that instance validation does. I think it would be better to have a specific type for this method that exposes some better information.
Maybe it can be a subclass or at least excise some of the same info, but I think more needs to be returned here.