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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,8 @@ Available options:
52
52
Don't include `readOnly` object properties
53
53
-**skipWriteOnly** - `boolean`
54
54
Don't include `writeOnly` object properties
55
-
-**disableAutoGeneration** - `boolean`
56
-
Don't auto generate sample when the schema hasn't explicit example nor default value
55
+
-**disableNonRequiredAutoGen** - `boolean`
56
+
Don't auto generate sample for non-required object properties when the schema hasn't explicit example nor default value
57
57
-**quiet** - `boolean`
58
58
Don't log console warning messages
59
59
-**spec** - whole specification where the schema is taken from. Required only when schema may contain `$ref`. **spec** must not contain any external references
0 commit comments