Skip to content

Commit 392907a

Browse files
authored
Merge pull request #1483 from notEthan/evaluation_path_pointer
Evaluation path example fix to use pointer rather than URI fragment syntax
2 parents 41bdf65 + 2035d6c commit 392907a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-core.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2584,7 +2584,7 @@ a IRI with a fragment created by `$dynamicAnchor`. Therefore we must examine the
25842584
dynamic scope before following the reference.
25852585

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

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

0 commit comments

Comments
 (0)