mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-13 18:39:00 +00:00
Earlier CodegenProperty did not have title field. 'title' information of the property was lost while converting from Property to CodegenProperty. This change fixes it.