This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-28
Channels
Does kekkonen validates the response? I am emitting a map which doesn’t conform to Pizza schema but didn’t see any validation errors.
(defnk ^:command echo-pizza
"Echoes a pizza"
{:responses {:default {:schema Pizza}}}
[data :- Pizza]
(success {:a 1}))
Do we have to enable response validation?