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
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false||false|
9
+
|ensureUniqueParams|Whether to ensure parameter names are unique in an operation (rename parameters that are not).||true|
10
+
|enumNameSuffix|Suffix that will be appended to all enum names. A special 'v4-compat' value enables the backward-compatible behavior (as pre v4.2.3)||v4-compat|
11
+
|enumPropertyNaming|Naming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', and 'original'||PascalCase|
12
+
|modelPropertyNaming|Naming convention for the property: 'camelCase', 'PascalCase', 'snake_case' and 'original', which keeps the original name. Only change it if you provide your own run-time code for (de-)serialization of models||original|
13
+
|npmName|The name under which you want to publish generated npm package. Required to generate a full package||null|
14
+
|npmRepository|Use this property to set an url your private npmRepo in the package.json||null|
15
+
|npmVersion|The version of your npm package. If not provided, using the version from the OpenAPI specification file.||1.0.0|
16
+
|nullSafeAdditionalProps|Set to make additional properties types declare that their indexer may return undefined||false|
17
+
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.||false|
18
+
|snapshot|When setting this property to true, the version will be suffixed with -SNAPSHOT.yyyyMMddHHmm||false|
19
+
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.||true|
20
+
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.||true|
0 commit comments