public JsonValidationError(ValidatorInfo validatorInfo, ValidationMessage validationMessage) {
is using this class
import com.networknt.schema.ValidationMessage;
while the class seems fine, it is relatively simple and does not seem to justify us adding this external dependency. Is there any reason for using this?
Hi @ielis @julesjacobsen , I am seeing that
is using this class
while the class seems fine, it is relatively simple and does not seem to justify us adding this external dependency. Is there any reason for using this?