Hello, the swagger output that gets generated does...
# http4k
e
Hello, the swagger output that gets generated doesnt have the "Parameter-List" object name that I gave, it has randomly generated one``` val spec = "/allParameters" meta { summary = "Fetches all the information about parameters." description = "Returns all values" returning( ResponseMeta( "Returns parameter info list.", Response(OK).with(paramListLens of listOf(Parameter("A.B.C", "24", ParameterType.INT))), "parameter-list" ) ) } bindContract Method.GET ``` is this incorrect?