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.
1 parent 0e08f03 commit 28b236dCopy full SHA for 28b236d
jsonschema-validation.xml
@@ -225,8 +225,11 @@
225
or "integer" which matches any number with a zero fractional part.
226
</t>
227
<t>
228
- An instance validates if and only if the instance is in any of the sets listed
229
- for this keyword.
+ If the value of "type" is a string, then an instance validates successfully if
+ its type matches the type represented by the value of the string.
230
+
231
+ If the value of "type" is an array, then an instance validates successfully if
232
+ its type matches any of the types indicated by the strings in the array.
233
234
</section>
235
0 commit comments