* Revert "7.6.0 release" This reverts commit d76f9d32d11a03be2b40ebff728ef0ff86332fcb. * prepare 7.7.0 snapshot in master * update samples
When components/schema/<object> reference other objects, validate() was getting called on the referenced objects with no arguments. The return value was void, but checked as if it was a boolean value.