From 3882a380881295a930868349ab0ec1ffe6d5578f Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Sat, 19 Aug 2017 17:52:44 -0700 Subject: [PATCH] Clarify what is meant by JSON Pointer format. Addresses issue #328. 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. --- jsonschema-validation.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index 07546f1a..000a9784 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -878,8 +878,10 @@ This attribute applies to string instances. - A string instance is valid against this attribute if it is a valid JSON Pointer, - according to + A string instance is valid against this attribute if it + is a valid JSON string representation of a JSON Pointer, + according to + RFC 6901, section 5