nullable
If you use the nullable
modifier, given schema will be extended to also match null
values, and its output type will be null | T
.
If you use the nullable
modifier, given schema will be extended to also match null
values, and its output type will be null | T
.