java-json-tools/json-schema-validator

Resolve $ref using custom Ref resolver

Bijaimn opened this issue · 0 comments

Is it possible write a custom resolver where we can write our own code to get/read the $ref file?

In my case, for every references i have to read the file using a REST call.

Is there any way i can wite my read method for references?

Any help is very much appreciated...