I am trying to build a server with a <contract>, a...
# http4k
m
I am trying to build a server with a contract, and I can generate OpenAPI as JSON. Is it also possible to generate OpenAPI as YAML?
d
Nope - we've never had the reason to do so because all of the tooling supports both 🙂
m
I would like YAML for human-readability.
But it is not a blocker, since it's possible to convert with external tool.