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
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.||true|
11
+
|ensureUniqueParams|Whether to ensure parameter names are unique in an operation (rename parameters that are not).||true|
12
+
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false||false|
13
+
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.||false|
14
+
|licenseUrl|The URL of the license||http://localhost|
15
+
|licenseName|The name of the license||NoLicense|
16
+
|packageCopyright|Specifies an AssemblyCopyright for the .NET Framework global assembly attributes stored in the AssemblyInfo file.||No Copyright|
17
+
|packageAuthors|Specifies Authors property in the .NET Core project file.||OpenAPI|
18
+
|packageTitle|Specifies an AssemblyTitle for the .NET Framework global assembly attributes stored in the AssemblyInfo file.||OpenAPI Library|
19
+
|packageName|F# module name (convention: Title.Case).||OpenAPI|
20
+
|packageVersion|F# package version.||1.0.0|
21
+
|packageGuid|The GUID that will be associated with the C# project||null|
22
+
|sourceFolder|source folder for generated code||OpenAPI/src|
0 commit comments