diff --git a/common/src/app/common/schema.cljc b/common/src/app/common/schema.cljc index 248f7e7d63..f546beed38 100644 --- a/common/src/app/common/schema.cljc +++ b/common/src/app/common/schema.cljc @@ -853,6 +853,11 @@ ;; ::oapi/type "string" ;; ::oapi/format "number"}}) +#?(:clj + (register! + {:type ::atom + :pred #(instance? clojure.lang.Atom %)})) + (register! {:type ::fn :pred fn?})