Skip to content

Commit fd4a68f

Browse files
committed
remove redundant sections about keyword independence
1 parent 51285b3 commit fd4a68f

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

jsonschema-core.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,19 +1488,6 @@ operators can contact the owner of a potentially misbehaving script.
14881488
This section defines a set of keywords that enable schema combinations and
14891489
composition.
14901490

1491-
### Keyword Independence
1492-
1493-
Schema keywords typically operate independently, without affecting each other's
1494-
outcomes.
1495-
1496-
For schema author convenience, there are some exceptions among these keywords:
1497-
1498-
- `additionalProperties`, whose behavior is defined in terms of `properties` and
1499-
`patternProperties`
1500-
- `items`, whose behavior is defined in terms of `prefixItems`
1501-
- `contains`, whose behavior is affected by the presence and value of
1502-
`minContains`
1503-
15041491
### Keywords for Applying Subschemas in Place {#in-place}
15051492

15061493
These keywords apply subschemas to the same location in the instance as the
@@ -1842,16 +1829,6 @@ subschemas.
18421829
The behavior of these keywords depend on the annotation results of adjacent
18431830
keywords that apply to the instance location being validated.
18441831

1845-
### Keyword Independence
1846-
1847-
Schema keywords typically operate independently, without affecting each other's
1848-
outcomes. However, these keywords are notable exceptions:
1849-
1850-
- `unevaluatedItems`, whose behavior is defined in terms of annotations from
1851-
`prefixItems`, `items`, `contains`, and itself
1852-
- `unevaluatedProperties`, whose behavior is defined in terms of annotations
1853-
from `properties`, `patternProperties`, `additionalProperties`, and itself
1854-
18551832
### `unevaluatedItems` {#unevaluateditems}
18561833

18571834
The value of `unevaluatedItems` MUST be a valid JSON Schema.

0 commit comments

Comments
 (0)