Collection<Throwable> exceptions = facade.validator().validate( Validation.Config.forJsonObject(objectHandler.getValue()) //By calling this method the validation will be performed on the entire document, //otherwise the validation will stop at the first exception thrown .withCompleteValidation() );