You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
When trying to describe a schema with nested additionalProperties the generator generate a type where the nested element is an object and not the nested additionalProperties type.
Bug Report Checklist
Description
When trying to describe a schema with nested additionalProperties the generator generate a type where the nested element is an object and not the nested additionalProperties type.
openapi-generator version
stable 4.2.3
OpenAPI declaration file content or url
https://gist.github.com/HighSoftWare96/e55d9bbeac3621e241eb8ba4b11fbcd3
Actual output - This example generates a type like this:
but the expected output should be:
Command line used for generation
openapi-generator generate -i oas3.json -o sdk -g typescript-angular
Steps to reproduce
oas3.json
with the specified gist exampleThe text was updated successfully, but these errors were encountered: