Recommends a name

This commit is contained in:
Bryce Covert
2019-06-05 21:38:02 -07:00
parent 303068f1fc
commit 16e1ce998e
3 changed files with 37 additions and 9 deletions

View File

@@ -8,8 +8,7 @@
(s/def ::amount-lte (s/nilable double?))
(s/def ::dom-gte (s/nilable int?))
(s/def ::dom-lte (s/nilable int?))
(s/def ::note (s/and string?
#(not (str/blank? %))))
(s/def ::note (s/nilable string?))
(s/def ::bank-account (s/nilable map?))
(s/def ::vendor (s/nilable map?))
(s/def ::yodlee-merchant (s/nilable map?))