Skip to content

Commit 2035d6c

Browse files
committed
Evaluation path example fix to use pointer rather than URI fragment syntax
1 parent f8967bc commit 2035d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2581,7 +2581,7 @@ a IRI with a fragment created by `$dynamicAnchor`. Therefore we must examine the
25812581
dynamic scope before following the reference.
25822582

25832583
At this point, the evaluation path is
2584-
`#/$ref/properties/children/items/$dynamicRef`, with a dynamic scope containing
2584+
`/$ref/properties/children/items/$dynamicRef`, with a dynamic scope containing
25852585
(from the outermost scope to the innermost):
25862586

25872587
1. `https://example.com/strict-tree#`

0 commit comments

Comments
 (0)