hello juxters! I was trying to use jinx to validate some JSON against this schema https://github.com/opencontainers/image-spec/blob/main/schema/image-manifest-schema.json which contains some refs to other documents that are in the directory (defs.json). Is there a way to make it work? I tried with both jinx and another json-schema library but they both fail, jinx with
`1. Unhandled clojure.lang.ExceptionInfo
Failed to resolve uri: /defs-descriptor.json
{:uri "/defs-descriptor.json"}
resolve.cljc: 110 juxt.jinx_alpha.resolve$resolv/invokeStaticalso setting the full path does not seem to help