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
|ensureUniqueParams|Whether to ensure parameter names are unique in an operation (rename parameters that are not).||true|
10
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
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||camelCase|
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
13
|npmName|The name under which you want to publish generated npm package. Required to generate a full package||null|
14
14
|npmRepository|Use this property to set an url your private npmRepo in the package.json||null|
15
15
|npmVersion|The version of your npm package. If not provided, using the version from the OpenAPI specification file.||1.0.0|
0 commit comments