As of oapi-codegen v2.1.0 it is now possible to represent this with the nullable.Nullable type from our new library, oapi-codegen/nullable.
If you configure your generator's Output Options to opt-in to this behaviour, as so:
output-options:
nullable-type: true
Let's explore if that is something we can take advantage for the few remaining pointer types in our UBP schema after #55 is merged.
As of oapi-codegen v2.1.0 it is now possible to represent this with the nullable.Nullable type from our new library, oapi-codegen/nullable.
If you configure your generator's Output Options to opt-in to this behaviour, as so:
Let's explore if that is something we can take advantage for the few remaining pointer types in our UBP schema after #55 is merged.