Hi, I'm using IntelliJ IDEA plugin for generating openapi documentation of my ktor project (
https://www.jetbrains.com/help/idea/ktor.html#generate-openapi). Is it possible to customize somehow the output, e.g. to add "description" to each DTO's parameters, add "tags" to routes or manage "servers" section? I can't find any documentation. Thanks