mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-13 16:49:09 +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.