I am currently looking at a test where I just made some schema changes, and now I am (correctly) getting a schema validation failure, but the error message is not helpful because it doesn't give info about why each branch in my oneOf failed:
Problem at ``
* OneOfNoneSucceed
It would be great if OneOfNoneSucceed could include info about why each of the branches failed.