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: ng-openapi-gen-schema.json
+5
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,11 @@
148
148
"ignorecase"
149
149
]
150
150
},
151
+
"enumArray": {
152
+
"description": "Should an array be exported for each model, in a file sibling to the enum definition?",
153
+
"default": false,
154
+
"type": "boolean"
155
+
},
151
156
"endOfLineStyle": {
152
157
"description": "Determines how to normalize line endings. Possible values are: `crlf`: normalize line endings to CRLF (Windows, DOS) => \\r\\n. `lf` normalize line endings to LF (Unix, OS X) => \\n. `cr` normalize line endings to CR (Mac OS) => \\r. `auto` normalize line endings for the current operating system. Defaults to 'auto'.",
0 commit comments