From fbc83dc0b82950beddefee395ef5843fd0cd4e22 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Thu, 16 Nov 2017 17:42:02 -0800 Subject: [PATCH 1/2] Validation spec normative reference audit --- jsonschema-validation.xml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index a1582631..b2d2cd57 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -1381,17 +1381,6 @@ &RFC2119; - - - JSON Schema: A Media Type for Describing JSON Documents - - - - - - - - &RFC1034; &RFC2045; &RFC2046; @@ -1400,15 +1389,13 @@ &RFC3986; &RFC3987; &RFC4291; - &RFC4329; + &RFC5322; &RFC5890; &RFC5891; &RFC6570; &RFC6531; &RFC6901; &RFC7159; - &RFC5322; - &I-D.luff-relative-json-pointer; @@ -1417,6 +1404,19 @@ + &I-D.luff-relative-json-pointer; + + + JSON Schema: A Media Type for Describing JSON Documents + + + + + + + + + &RFC4329;
@@ -1462,6 +1462,8 @@ I18N formats: "iri", "iri-reference", "idn-hostname", "idn-email" Clarify that "json-pointer" format means string encoding, not URI fragment Fixed typo that inverted the meaning of "minimum" and "exclusiveMinimum" + Move format syntax references into Normative References + JSON is a normative requirement From dd6e733fa7aac3101a4e5fc272d537206388d720 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Thu, 16 Nov 2017 17:52:25 -0800 Subject: [PATCH 2/2] Hyper-Schema spec normative reference audit --- jsonschema-hyperschema.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/jsonschema-hyperschema.xml b/jsonschema-hyperschema.xml index 086e7bae..8b1fff3a 100644 --- a/jsonschema-hyperschema.xml +++ b/jsonschema-hyperschema.xml @@ -5,7 +5,6 @@ - @@ -2492,9 +2491,10 @@ Link: rev=up &rfc3986; &rfc6570; + &rfc6573; &rfc6901; + &rfc8288; &I-D.luff-relative-json-pointer; - &I-D.reschke-http-jfv; JSON Schema: A Media Type for Describing JSON Documents @@ -2518,15 +2518,13 @@ Link: rev=up &rfc2046; - &rfc4151; &rfc5789; &rfc6068; - &rfc6573; &rfc7230; &rfc7231; &rfc7807; - &rfc8288; + &I-D.reschke-http-jfv;