phenopackets/phenopacket-tools

ValidationMessage

pnrobinson opened this issue · 1 comments

Hi @ielis @julesjacobsen ,
I am seeing that

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?

This class is from the Json schema library and we need to keep it, but we will not expose it in our API