Add ::sm/atom to schemas

This commit is contained in:
Andrey Antukh
2025-10-07 12:53:44 +02:00
parent 2b7bd8fa5c
commit e3bd9148f2

View File

@@ -853,6 +853,11 @@
;; ::oapi/type "string"
;; ::oapi/format "number"}})
#?(:clj
(register!
{:type ::atom
:pred #(instance? clojure.lang.Atom %)}))
(register!
{:type ::fn
:pred fn?})