more progress for client fdorm.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
(def money (m/schema [float? {:error/message "Invalid money"}]))
|
||||
(def not-empty-string (m/schema [:re {:error/message "Required"} #"\S+"]))
|
||||
(def code-string (m/schema [:re #"[A-Z0-9\-]+"]))
|
||||
(def keyword (m/schema [:fn (fn [d]
|
||||
(keyword? d))]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user