Laleh Roostapour
Laleh Roostapour
Thanks for your answer @wing328 . I tried both ``` true ``` and ``` true ``` But none of them worked. How should I set the `generateAliasAsModel` option?
@wing328 I realized if I define a Map of string to string in the yaml file like the following then `generateAliasAsModel` works. ``` Messages: type: object additionalProperties: type: string ```...
Just to add, I do have the same issue on javascript side. Having the following version in my package.json ``` "devDependencies": { "@openapitools/openapi-generator-cli": "^1.0.13-4.3.1" } ``` and running with `--generate-alias-as-model`...
Can someone please answer this?