Related to above, but another issue: when I have `...
# http4k
a
Related to above, but another issue: when I have
xml
and
json
content types available for a body in my contract meta, the sample responses aren't honoring the xml-specific jackson annotations (e.g. for element wrappers and root elements). The actual responses are fine. Presumably this is because the
OpenApi3
class uses a json converter and ignores the xml annotations. Is there any way to get this to work?
d
I think you're correct but could you put together a simple repro so we can see what it looks like?
a
Yes, once I put one together, I'll make an issue on the repo.