Skip to content

Commit e176383

Browse files
authored
Merge pull request #354 from handrews/pfmt
Clarify what is meant by JSON Pointer format.
2 parents 286283f + 3882a38 commit e176383

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

jsonschema-validation.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -890,8 +890,10 @@
890890
This attribute applies to string instances.
891891
</t>
892892
<t>
893-
A string instance is valid against this attribute if it is a valid JSON Pointer,
894-
according to <xref target="RFC6901"/>
893+
A string instance is valid against this attribute if it
894+
is a valid JSON string representation of a JSON Pointer,
895+
according to
896+
<xref target="RFC6901">RFC 6901, section 5</xref>
895897
</t>
896898
</section>
897899
</section>

0 commit comments

Comments
 (0)