Skip to content

Clarify what is meant by JSON Pointer format. #354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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