Skip to content

Commit 2314795

Browse files
committed
fix section link format
1 parent 7871920 commit 2314795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@ 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" per {{#unevaluated}}. Validation passes if the keyword's
1861+
deemed "evaluated" per {{unevaluated}}. Validation passes if the keyword's
18621862
subschema validates against all applicable array elements.
18631863

18641864
If the `unevaluatedItems` subschema is applied to any positions within the
@@ -1885,7 +1885,7 @@ to, `properties`, `patternProperties`, and `additionalProperties`, itself, and
18851885
all [in-place applicators](#in-place) defined in this document.
18861886

18871887
This keyword applies its subschema to any property values which have not been
1888-
deemed "evaluated" per {{#unevaluated}}. Validation passes if the keyword's
1888+
deemed "evaluated" per {{unevaluated}}. Validation passes if the keyword's
18891889
subschema validates against all applicable property values.
18901890

18911891
The annotation result of this keyword is the set of instance property names

0 commit comments

Comments
 (0)