Skip to content

Commit 0c55d5a

Browse files
committed
Merge pull request jdorn#454 from TheSustainables/patch-1
Add documentation for `keep_oneof_values` option
2 parents 06b04e2 + a30ce04 commit 0c55d5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ Here are all the available options:
135135
<td>If <code>true</code>, all schemas that don't explicitly set the <code>required</code> property will be required.</td>
136136
<td><code>false</code></td>
137137
</tr>
138+
<tr>
139+
<td>keep_oneof_values</td>
140+
<td>If <code>true</code>, makes oneOf copy properties over when switching.</td>
141+
<td><code>true</code></td>
142+
</tr>
138143
<tr>
139144
<td>schema</td>
140145
<td>A valid JSON Schema to use for the editor. Version 3 and Version 4 of the draft specification are supported.</td>

0 commit comments

Comments
 (0)