Hi! How do you specify the json schema of a respon...
# http4k
x
Hi! How do you specify the json schema of a response body when using contracts? AFAIU
meta { body = xxx }
is used for the schema of the request, but I don’t find any equivalent for the response. I’ve tried to figure out how to use
returning
for that but it expects a
Response
, not a
BodyLens