Skip to content

Commit ec5fa6f

Browse files
committed
Fix output instance relative location to be of non-URI fragment-encoded form
1 parent eda8388 commit ec5fa6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-core.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2726,7 +2726,7 @@ https://example.com/schemas/common#/$defs/count/minimum
27262726
<section title="Instance Location">
27272727
<t>
27282728
The location of the JSON value within the instance being validated. The
2729-
value MUST be expressed as a URI fragment-encoded JSON Pointer.
2729+
value MUST be expressed as a JSON Pointer.
27302730
</t>
27312731
<t>
27322732
The JSON key for this information is "instanceLocation".

0 commit comments

Comments
 (0)