Fork me on GitHub
#ring-swagger
<
2017-07-06
>
bja01:07:24

@kanwei I haven't tried this with spec, but in the past I've used :body for that with a schema

bja01:07:48

i.e. for situations where I was receiving a particularly complicated map schema or even a sequence schema

bja01:07:14

maybe :body [webhook-body ::webhook] would work

kanwei19:07:41

@bja thanks, using the :body does work.