java-json-tools / json-schema-validator

A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order
http://json-schema-validator.herokuapp.com/
Other
1.63k stars 399 forks source link

Resolve $ref using custom Ref resolver #327

Open Bijaimn opened 4 years ago

Bijaimn commented 4 years ago

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...