Fork me on GitHub
#kekkonen
<
2016-08-28
>
vijayakkineni22:08:45

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?