This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-06-28
Channels
- # announcements (1)
- # beginners (128)
- # calva (15)
- # cider (1)
- # clerk (4)
- # clj-kondo (10)
- # clojure-berlin (5)
- # clojure-denmark (2)
- # clojure-europe (59)
- # clojure-nl (2)
- # clojure-norway (83)
- # clojure-sweden (3)
- # clojure-uk (4)
- # cursive (11)
- # datomic (8)
- # emacs (13)
- # events (1)
- # hyperfiddle (3)
- # juxt (2)
- # malli (13)
- # nrepl (10)
- # off-topic (46)
- # releases (2)
- # reveal (1)
- # rewrite-clj (6)
- # sci (6)
- # scittle (17)
- # shadow-cljs (2)
- # xtdb (2)
- # yamlscript (8)
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
also setting the full path does not seem to help