[BUG][JAVASCRIPT] OneOfobjectobject is not generated in javascript
Created by: bykof
Bug Report Checklist
-
Have you provided a full/minimal spec to reproduce the issue? -
Have you validated the input using an OpenAPI validator (example)? -
What's the version of OpenAPI Generator used? -
Have you search for related issues/PRs? -
What's the actual output vs expected output?
Description
Generating JavaScript client with OneOf
descriminator attribute resolves in unresolved import of
import OneOfobjectobject from './OneOfobjectobject';
The file OneOfobjectobject.js
in the models
modules does not exists.
openapi-generator version
4.3.1
OpenAPI declaration file content or url
https://gist.github.com/bykof/2eb09c0013410975f558595689a35729
Steps to reproduce
openapi-generator generate -i assets/full_documentation.json -g javascript -o .