mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-11 22:23:40 +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