-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Milestone
Description
Description
with swagger-codegen it generated class but not with openapi-generator
with swagger-codegen it was generated
export interface I18nProperty {
[key: string]: string;
}openapi-generator version
3.0.1
OpenAPI declaration file content or url
i18nProperty:
type: object
additionalProperties:
type: stringCommand line used for generation
generate -i swagger.yaml -g typescript-angular -o C:\temp additional-properties ngVersion=6.0.0
Steps to reproduce
Add to yaml file and execute code generation for -g typescript-angular
i18nProperty:
type: object
additionalProperties:
type: stringRelated issues/PRs
Suggest a fix/enhancement
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels