Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2d5c6bc

Browse files
committed
Validation: s/child validation/validation/
There's only really one kind of validation
1 parent c98a9d4 commit 2d5c6bc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎jsonschema-validation.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -337,11 +337,11 @@
337337
and does not directly validate the immediate instance itself.
338338
</t>
339339
<t>
340-
If "items" is a schema, child validation succeeds if all elements
340+
If "items" is a schema, validation succeeds if all elements
341341
in the array successfully validate against that schema.
342342
</t>
343343
<t>
344-
If "items" is an array of schemas, child validation succeeds if
344+
If "items" is an array of schemas, validation succeeds if
345345
each element of the instance validates against the schema at the
346346
same position, if any.
347347
</t>
@@ -359,7 +359,7 @@
359359
and does not directly validate the immediate instance itself.
360360
</t>
361361
<t>
362-
If "items" is an array of schemas, child validation succeeds
362+
If "items" is an array of schemas, validation succeeds
363363
if every instance element at a position greater than the size
364364
of "items" validates against "additionalItems".
365365
</t>
@@ -470,7 +470,7 @@
470470
and does not directly validate the immediate instance itself.
471471
</t>
472472
<t>
473-
Child validation succeeds if, for each name that appears in both
473+
Validation succeeds if, for each name that appears in both
474474
the instance and as a name within this keyword's value, the child
475475
instance for that name successfully validates against the
476476
corresponding schema.
@@ -494,7 +494,7 @@
494494
always succeeds.
495495
</t>
496496
<t>
497-
Child validation succeeds if, for each instance name that matches any
497+
Validation succeeds if, for each instance name that matches any
498498
regular expressions that appear as a property name in this keyword's value,
499499
the child instance for that name successfully validates against each
500500
schema that corresponds to a matching regular expression.
@@ -513,12 +513,12 @@
513513
and does not directly validate the immediate instance itself.
514514
</t>
515515
<t>
516-
Child validation with "additionalProperties" applies only to the child
516+
Validation with "additionalProperties" applies only to the child
517517
values of instance names that do not match any names in "properties",
518518
and do not match any regular expression in "patternProperties".
519519
</t>
520520
<t>
521-
For all such properties, child validation succeeds if the child instance
521+
For all such properties, validation succeeds if the child instance
522522
validates against the "additionalProperties" schema.
523523
</t>
524524
<t>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /