From 2035d6cd344619257e4ebcbaf31ed09cc4921b46 Mon Sep 17 00:00:00 2001 From: Ethan Date: Fri, 2 Feb 2024 12:08:05 -0800 Subject: [PATCH] Evaluation path example fix to use pointer rather than URI fragment syntax --- jsonschema-core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonschema-core.md b/jsonschema-core.md index 700b90fa..b6a6230c 100644 --- a/jsonschema-core.md +++ b/jsonschema-core.md @@ -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#`