swagger-core icon indicating copy to clipboard operation
swagger-core copied to clipboard

feat: allow disabling heuristics on annotations like @NotNull

Open nvervelle opened this issue 2 years ago • 0 comments

Add a property forceUseRequired on @Schema annotations that allows disabling the heuristics on annotations like @NotNull which otherwise may force the required status to true even if @Schema(required = false)

Proposal for issue #4213

nvervelle avatar Jul 20 '22 09:07 nvervelle