You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1858,8 +1858,8 @@ limited to, `prefixItems`, `items`, and `contains`, itself, and all
1858
1858
[in-place applicators](#in-place) defined in this document.
1859
1859
1860
1860
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.
1863
1863
1864
1864
If the `unevaluatedItems` subschema is applied to any positions within the
1865
1865
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
1884
1884
to, `properties`, `patternProperties`, and `additionalProperties`, itself, and
1885
1885
all [in-place applicators](#in-place) defined in this document.
1886
1886
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.
1888
1890
1889
1891
The annotation result of this keyword is the set of instance property names
0 commit comments