Skip to content

Commit

Permalink
Update openapi-generator-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Nov 7, 2024
1 parent 7d31f91 commit eb75414
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion openapi-generator-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"withSeparateModelsAndApi": true,
"apiPackage": "apis",
"modelPackage": "models"
"modelPackage": "models",
"templateDir": "./templates",
"modelPropertyNaming": "original",
"ensureUniqueParams": true,
"generateAliasAsModel": true,
"additionalProperties": {
"useSingleRequestParameter": true,
"withInterfaces": true,
"supportsES6": true,
"paramNaming": "snake_case"
}
}

0 comments on commit eb75414

Please sign in to comment.