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: modules/swagger-codegen-cli/src/main/resources/oas3.yaml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,13 @@ components:
57
57
description: Path to json configuration file. File content should be in a json format {"optionKey":"optionValue", "optionKey1":"optionValue1"...} Supported options can be different for each language. Run config-help -l {lang} command for language specific config options.
58
58
x-option: "--config"
59
59
x-short-version: "-c"
60
+
systemProperties:
61
+
type: "array"
62
+
items:
63
+
type: string
64
+
title: "System Properties"
65
+
description: "sets specified system properties in the format of name=value,name=value (or multiple options, each with name=value)"
0 commit comments