We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06b04e2 + a30ce04 commit 0c55d5aCopy full SHA for 0c55d5a
README.md
@@ -135,6 +135,11 @@ Here are all the available options:
135
<td>If <code>true</code>, all schemas that don't explicitly set the <code>required</code> property will be required.</td>
136
<td><code>false</code></td>
137
</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>
143
<tr>
144
<td>schema</td>
145
<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