springdoc-openapi icon indicating copy to clipboard operation
springdoc-openapi copied to clipboard

`trim-kotlin-indent` function also applies to Schema annotation

Open e-build opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. I added the trim-kotlin-indent feature in the last PR. Mainly, we added logic to remove Kotlin indents for strings in the Operation annotation properties. After checking the issues that arose, I found that I wanted to apply the @Schema annotation as well (PR), so I'm going to work on it.

Describe the solution you'd like I will also add logic to remove indentation for property values ​​of @Schema

e-build avatar Jul 12 '24 09:07 e-build