Skip to content

Commit

Permalink
Evaluation path example fix to use pointer rather than URI fragment s…
Browse files Browse the repository at this point in the history
…yntax
  • Loading branch information
notEthan committed Feb 2, 2024
1 parent f8967bc commit 2035d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonschema-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -2581,7 +2581,7 @@ a IRI with a fragment created by `$dynamicAnchor`. Therefore we must examine the
dynamic scope before following the reference.

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

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

0 comments on commit 2035d6c

Please sign in to comment.