mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-06 00:40:52 +00:00
* Fix parentSchema conditional we cannot call `parent::` if parent isn't present. Everywhere else in the schema we're checking for `{{parentSchema}}` but here we're checking for `{{parent}}` which is causing errors when parent is not present * Update samples