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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ And here a table with all the properties and their default values:
86
86
| Property | Description | Default |
87
87
| -------- | ----------- | ------- |
88
88
|`inputFile`| Defines the path to the Swagger spec file |**REQUIRED**|
89
-
|`platform`| Defines the platform/templates that will be used. See [Supported platforms](#Supported-platforms-) for a list of them. |`"kotlin"`|
89
+
|`platform`| Defines the platform/templates that will be used. See [Supported platforms](#supported-platforms) for a list of them. |`"kotlin"`|
90
90
|`packageName`| Defines the fully qualified package name that will be used as root when generating the code. |`"com.codegen.default"`|
91
91
|`specName`| Defines the name of the service that is going to be built. |`"defaultname"`|
92
92
|`specVersion`| Defines the version of the spec that is going to be used. | If not provided, the version will be read from the specfile. If version is missing will default to `"0.0.0"`|
0 commit comments