Fork me on GitHub
#juxt
<
2024-06-28
>
andrea.crotti15:06:31

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/invokeStatic

andrea.crotti15:06:33

also setting the full path does not seem to help