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 d5b7385 commit 4c4efc6Copy full SHA for 4c4efc6
jsonschema-core.xml
@@ -2580,8 +2580,8 @@
2580
If an item in an array or an object property is "successfully evaluated", it
2581
is logically considered to be valid in terms of the representation of the
2582
object or array that's expected. For example if a subschema represents a car,
2583
- which requires between 2-4 wheeles, and the value of "wheeles" is 6, the instance
2584
- object is not "evaluated" to be a car, and the "wheeles" property is considered
+ which requires between 2-4 wheels, and the value of "wheels" is 6, the instance
+ object is not "evaluated" to be a car, and the "wheels" property is considered
2585
"unevaluated (successfully as a known thing)", and does not retain any annotations.
2586
</t>
2587
<t>
0 commit comments