Skip to content

Commit 3ffae94

Browse files
committed
Fix output instance relative location to be of non-URI fragment-encoded form
1 parent 378aae2 commit 3ffae94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2716,7 +2716,7 @@ https://example.com/schemas/common#/$defs/count/minimum
27162716
<section title="Instance Location">
27172717
<t>
27182718
The location of the JSON value within the instance being validated. The
2719-
value MUST be expressed as a URI fragment-encoded JSON Pointer.
2719+
value MUST be expressed as a JSON Pointer.
27202720
</t>
27212721
<t>
27222722
The JSON key for this information is "instanceLocation".

0 commit comments

Comments
 (0)