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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -276,6 +276,16 @@ Here are all the available options:
276
276
<td>Preserve value at Move Up or Down.(No value is selected automatically upon deletion.)</td>
277
277
<td><code>true</code></td>
278
278
</tr>
279
+
<tr>
280
+
<td>max_depth</td>
281
+
<td>Max depth of the nested properties to be rendered of provided json schema. The missing of this option could cause "maximum call stack size exceeded" in case of object properties with circular references. <code>0</code> value means "render all".</td>
282
+
<td><code>0</code></td>
283
+
</tr>
284
+
<tr>
285
+
<td>use_default_values</td>
286
+
<td>If true default values based on the "type" of the property will be used</td>
0 commit comments