Thanks I got that working. I had a schema with [:enum :value1 :value2] I assumed that would do the conversion, but it didn't work until I added [:and keyword? [:enum ...]]
makes sense though.
How can I validate the length of strings?
[:string {:min 1, :max 10}]
@ikitommi How do i see the list of keywords I can specify? Is it to look at unit tests? For example, I didn't know where to find the min/max keywords.