While I was making an API document, I struggled to set value of fields to 'null' in json request body. I used @Schema annotation because I was in spring boot and kotlin. At first, I thought that ...
I want an Integer model property to have a null value in the Swagger UI page. But, no matter what I do the model property shows up as 0 on the Swagger UI page. It does find the annotation, but then it ...