|
337 | 337 | and does not directly validate the immediate instance itself.
|
338 | 338 | </t>
|
339 | 339 | <t>
|
340 | | - If "items" is a schema, child validation succeeds if all elements |
| 340 | + If "items" is a schema, validation succeeds if all elements |
341 | 341 | in the array successfully validate against that schema.
|
342 | 342 | </t>
|
343 | 343 | <t>
|
344 | | - If "items" is an array of schemas, child validation succeeds if |
| 344 | + If "items" is an array of schemas, validation succeeds if |
345 | 345 | each element of the instance validates against the schema at the
|
346 | 346 | same position, if any.
|
347 | 347 | </t>
|
|
359 | 359 | and does not directly validate the immediate instance itself.
|
360 | 360 | </t>
|
361 | 361 | <t>
|
362 | | - If "items" is an array of schemas, child validation succeeds |
| 362 | + If "items" is an array of schemas, validation succeeds |
363 | 363 | if every instance element at a position greater than the size
|
364 | 364 | of "items" validates against "additionalItems".
|
365 | 365 | </t>
|
|
470 | 470 | and does not directly validate the immediate instance itself.
|
471 | 471 | </t>
|
472 | 472 | <t>
|
473 | | - Child validation succeeds if, for each name that appears in both |
| 473 | + Validation succeeds if, for each name that appears in both |
474 | 474 | the instance and as a name within this keyword's value, the child
|
475 | 475 | instance for that name successfully validates against the
|
476 | 476 | corresponding schema.
|
|
494 | 494 | always succeeds.
|
495 | 495 | </t>
|
496 | 496 | <t>
|
497 | | - Child validation succeeds if, for each instance name that matches any |
| 497 | + Validation succeeds if, for each instance name that matches any |
498 | 498 | regular expressions that appear as a property name in this keyword's value,
|
499 | 499 | the child instance for that name successfully validates against each
|
500 | 500 | schema that corresponds to a matching regular expression.
|
|
513 | 513 | and does not directly validate the immediate instance itself.
|
514 | 514 | </t>
|
515 | 515 | <t>
|
516 | | - Child validation with "additionalProperties" applies only to the child |
| 516 | + Validation with "additionalProperties" applies only to the child |
517 | 517 | values of instance names that do not match any names in "properties",
|
518 | 518 | and do not match any regular expression in "patternProperties".
|
519 | 519 | </t>
|
520 | 520 | <t>
|
521 | | - For all such properties, child validation succeeds if the child instance |
| 521 | + For all such properties, validation succeeds if the child instance |
522 | 522 | validates against the "additionalProperties" schema.
|
523 | 523 | </t>
|
524 | 524 | <t>
|
|
0 commit comments