Amartus / yang2swagger

Yang to swagger generator
Eclipse Public License 1.0
32 stars 21 forks source link

Types are not properly resolved for models using extensive augmentations #67

Closed bartoszm closed 9 months ago

bartoszm commented 10 months ago

Summary: API generated from complex models are missing some of the data types definitions. Affected versions: 2.x

Description: The issue relates to bug in post-processor. The type replacement in the single parent hierarchy is not working correctly. As a result some references become invalid after applying this modification.