Skip to content

Commit

Permalink
Clarify what is meant by JSON Pointer format.
Browse files Browse the repository at this point in the history
Addresses issue json-schema-org#85.  URI fragment-encoded JSON Pointers are
already handled by the "uri-reference" format, plus "pattern"
if the media type supports multiple fragment types that would
need to be disambiguated.

Guidance on using "uri-reference" plus "pattern" belongs on
the web site, so I did not add it to the spec.
  • Loading branch information
handrews committed Aug 20, 2017
1 parent 737e718 commit 7b44634
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jsonschema-validation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -878,8 +878,10 @@
This attribute applies to string instances.
</t>
<t>
A string instance is valid against this attribute if it is a valid JSON Pointer,
according to <xref target="RFC6901"/>
A string instance is valid against this attribute if it
is a valid JSON string representation of a JSON Pointer,
according to
<xref target="RFC6901">RFC 6901, section 5</xref>
</t>
</section>
</section>
Expand Down

0 comments on commit 7b44634

Please sign in to comment.