mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 02:46:20 +00:00
✨ Add ::sm/atom to schemas
This commit is contained in:
parent
2b7bd8fa5c
commit
e3bd9148f2
@ -853,6 +853,11 @@
|
|||||||
;; ::oapi/type "string"
|
;; ::oapi/type "string"
|
||||||
;; ::oapi/format "number"}})
|
;; ::oapi/format "number"}})
|
||||||
|
|
||||||
|
#?(:clj
|
||||||
|
(register!
|
||||||
|
{:type ::atom
|
||||||
|
:pred #(instance? clojure.lang.Atom %)}))
|
||||||
|
|
||||||
(register!
|
(register!
|
||||||
{:type ::fn
|
{:type ::fn
|
||||||
:pred fn?})
|
:pred fn?})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user