I have a DTO that contains several string
properties.
None of them are string?
but swagger somehow descript them as nullable: true.
This is a DTO for serialization so I do not want to annotate them with [Require]
Can I annotate them as not nullable without annotating them as Require?