mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-09 15:54:12 +00:00
If an item in a go array is nullable, we want to represent it as a pointer, otherwise it will be deserialized with a default value and it will be impossible to differentiate it from null.