mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
✨ Add ::sm/atom to schemas
This commit is contained in:
@@ -853,6 +853,11 @@
|
||||
;; ::oapi/type "string"
|
||||
;; ::oapi/format "number"}})
|
||||
|
||||
#?(:clj
|
||||
(register!
|
||||
{:type ::atom
|
||||
:pred #(instance? clojure.lang.Atom %)}))
|
||||
|
||||
(register!
|
||||
{:type ::fn
|
||||
:pred fn?})
|
||||
|
||||
Reference in New Issue
Block a user