mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-17 14:20:54 +00:00
* Propagate deprecated property through $ref's As $ref is supposed to completely replace the definition of a property, make sure we also include the 'deprecated' property when generating the type of a $ref property. This makes a property $ref'ing a deprecated schema also become deprecated. * Clarify why we're messing around with $ref