<@U766RQY2D> if you really want you can implement ...
# http4k
d
@Razvan if you really want you can implement your own contract renderer. It's this difficult:
Copy code
object NoRenderer : ContractRenderer {
    override fun description(contractRoot: PathSegments, security: Security?, routes: List<ContractRoute>) = Response(OK)
}
👍 1