Skip to content

Commit 4316cdf

Browse files
committed
a bit of cleanup; hard-wrap missed line
1 parent a49f095 commit 4316cdf

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

jsonschema-core.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,7 @@ Omitting this keyword has the same assertion behavior as an empty object.
16891689
The annotation result of this keyword is the set of instance property names
16901690
which are also present under this keyword.
16911691

1692-
The presence of this keyword affects the behavior of
1692+
The presence of this keyword affects the behaviors of
16931693
[`additionalProperties`(#additionalProperties) and [`unevaluatedProperties`](#unevaluatedproperties).
16941694

16951695
##### `patternProperties`
@@ -1710,7 +1710,7 @@ Omitting this keyword has the same assertion behavior as an empty object.
17101710
The annotation result of this keyword is the set of instance property names
17111711
matched by at least one property under this keyword.
17121712

1713-
The presence of this keyword affects the behavior of
1713+
The presence of this keyword affects the behaviors of
17141714
[`additionalProperties`(#additionalproperties) and [`unevaluatedProperties`](#unevaluatedproperties).
17151715

17161716
##### `additionalProperties` {#additionalproperties}
@@ -1858,8 +1858,8 @@ limited to, `prefixItems`, `items`, and `contains`, itself, and all
18581858
[in-place applicators](#in-place) defined in this document.
18591859

18601860
This keyword applies its subschema to any array elements which have not been
1861-
deemed "evaluated" by other keywords per {{#unevaluated}}. Validation passes if
1862-
the keyword's subschema validates against all applicable array elements.
1861+
deemed "evaluated" per {{#unevaluated}}. Validation passes if the keyword's
1862+
subschema validates against all applicable array elements.
18631863

18641864
If the `unevaluatedItems` subschema is applied to any positions within the
18651865
instance array, it produces an annotation result of boolean true, analogous to
@@ -1884,7 +1884,9 @@ location by evaluating the instance's property values. This includes, but is not
18841884
to, `properties`, `patternProperties`, and `additionalProperties`, itself, and
18851885
all [in-place applicators](#in-place) defined in this document.
18861886

1887-
This keyword applies its subschema to any property values which have not benn deemed "evaluated" by other keywords per {{#unevaluated}}. Validation passes if the keyword's subschema validates against all applicable property values.
1887+
This keyword applies its subschema to any property values which have not been
1888+
deemed "evaluated" per {{#unevaluated}}. Validation passes if the keyword's
1889+
subschema validates against all applicable property values.
18881890

18891891
The annotation result of this keyword is the set of instance property names
18901892
validated by this keyword's subschema.

0 commit comments

Comments
 (0)