This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-01
Channels
- # announcements (14)
- # beginners (6)
- # biff (6)
- # calva (3)
- # cider (7)
- # clojure (79)
- # clojure-europe (5)
- # clojure-norway (9)
- # cursive (9)
- # data-science (20)
- # datomic (3)
- # fulcro (9)
- # graalvm (15)
- # integrant (2)
- # introduce-yourself (2)
- # jobs (1)
- # lsp (7)
- # malli (5)
- # off-topic (130)
- # parinfer (11)
- # pedestal (11)
- # portal (1)
- # practicalli (4)
- # releases (3)
- # remote-jobs (1)
- # ring (8)
- # ring-swagger (30)
- # shadow-cljs (9)
- # sql (10)
- # tools-deps (8)
Is there a way to defined map-entry in a registry ? I want to set properties at the entry level . This is possible: {:x [int? {:title "X parameter" :description "Description for X parameter" :json-schema/default 42}] But i can't find a way to do: [:x {:title "X parameter" :description "Description for X parameter" :json-schema/default 42} int?]
I don’t see instance-of?
in standard schemas… how do I declare instance of type as schema?
Oh so I just put class symbol there?