Russell Connacher
Russell Connacher
Hello @chadlankford, Would you be willing to post your implementation of JsonSchemaResolver? I'm scratching my head on how to resolve remote references. Thanks!
Thanks, and Hi @leadpony, In my use case the schemas will be remote, so I reviewed your second example ([AbstractConformanceTest](https://github.com/leadpony/json-schema-conformance-test/blob/master/jsct-justify/src/test/java/org/leadpony/jsonschema/test/justify/AbstractConformanceTest.java)) In my experiment I define a JsonSchemaReaderFactory as in your...
@chadlankford Thanks! Your example generalizes and reinforces what I've learned from @leadpony's AbstractConformanceTest.
@leadpony You're right. Casting to a JsonSchemaResolver was a mistake on my part. Mine's not quite working yet (mixing reader methods resulted in random "Unexpected char 0" parsing errors thrown...