@@ -1468,19 +1468,6 @@ operators can contact the owner of a potentially misbehaving script.
1468
1468
This section defines a set of keywords that enable schema combinations and
1469
1469
composition.
1470
1470
1471
- ### Keyword Independence
1472
-
1473
- Schema keywords typically operate independently, without affecting each other's
1474
- outcomes.
1475
-
1476
- For schema author convenience, there are some exceptions among these keywords:
1477
-
1478
- - ` additionalProperties ` , whose behavior is defined in terms of ` properties ` and
1479
- ` patternProperties `
1480
- - ` items ` , whose behavior is defined in terms of ` prefixItems `
1481
- - ` contains ` , whose behavior is affected by the presence and value of
1482
- ` minContains `
1483
-
1484
1471
### Keywords for Applying Subschemas in Place {#in-place}
1485
1472
1486
1473
These keywords apply subschemas to the same location in the instance as the
@@ -1822,16 +1809,6 @@ The behaviors of these keywords depend on adjacent keywords as well as any
1822
1809
keywords in successfully validated subschemas that apply to the same instance
1823
1810
location.
1824
1811
1825
- ### Keyword Independence
1826
-
1827
- Schema keywords typically operate independently, without affecting each other's
1828
- outcomes. However, these keywords are notable exceptions:
1829
-
1830
- - ` unevaluatedItems ` , whose behavior is defined in terms of annotations from
1831
- ` prefixItems ` , ` items ` , ` contains ` , and itself
1832
- - ` unevaluatedProperties ` , whose behavior is defined in terms of annotations
1833
- from ` properties ` , ` patternProperties ` , ` additionalProperties ` , and itself
1834
-
1835
1812
### ` unevaluatedItems ` {#unevaluateditems}
1836
1813
1837
1814
The value of ` unevaluatedItems ` MUST be a valid JSON Schema.
0 commit comments