allows adding

This commit is contained in:
Bryce Covert
2018-08-05 19:51:18 -07:00
parent a9d8bf21f9
commit 2e8a7b4648
8 changed files with 183 additions and 25 deletions

View File

@@ -8,7 +8,7 @@
(s/def ::id int)
(s/def ::name ::shared/required-identifier)
(s/def ::address ::address/address)
(s/def ::address (s/nilable ::address/address))
(s/def ::location string?)
(s/def ::locations (s/coll-of ::location))