Is your feature request related to a problem? Please describe.
- SpringDoc by default does not set request body as required. I have to add springdoc annotation
@RequestBody with required true
Describe the solution you'd like
- SpringDoc should detect original spring annotation
@RequestBody which by default has required = true