Attached is a Hackolade file with extension tests for forward engineering tests. Another test is to add path/operation extensions to an existing OpenAPI file and reverse engineer then forward engineer to a different file for comparison.
Hackoldade properly reverse engineers all swagger/OpenAPI structure extensions.
However, the path and many of its subset structure extensions are not forward engineered. I tried numerous test variations with no luck. Hoping it's due to a new user error, please advise.
Looked at the following file to see if path extensions were being handled during forward engineering:
/forward_engineering/helpers/pathHelper.js
'const extensions = getExtensions(data.operationExtensions);'
Thanks in advance.
api-with-path-extensions.zip