withRootBuilder

fun withRootBuilder(description: RootDsl.() -> Unit)

Runs the given lambda against the root OpenAPI builder, allowing to further customize the content of the OpenAPI document.

See Application.describe for more information.