Unify naming of schema registering functions

This commit is contained in:
Andrey Antukh 2024-06-05 13:00:30 +02:00
parent 2921b62b37
commit d2bedec59c
24 changed files with 119 additions and 123 deletions

View file

@ -12,7 +12,7 @@
[app.common.spec :as us]
[clojure.spec.alpha :as s]))
(sm/def! ::permissions
(sm/register! ::permissions
[:map {:title "Permissions"}
[:type {:gen/elements [:membership :share-link]} :keyword]
[:is-owner :boolean]