From 4048253578afe1b9e1cb8523d8fb4f3935d34440 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Wed, 20 May 2020 10:21:10 -0700 Subject: [PATCH 1/2] fix missing link content --- jsonschema-core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonschema-core.xml b/jsonschema-core.xml index d0d264e1..e986c2e4 100644 --- a/jsonschema-core.xml +++ b/jsonschema-core.xml @@ -457,7 +457,7 @@
- In accordance with section 3.1 of , + In accordance with section 3.1 of RFC 6839, the syntax and semantics of fragment identifiers specified for any +json media type SHOULD be as specified for "application/json". (At publication of this document, there is no fragment identification From 21fb535dce21fc55522233195b177150d520a720 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Wed, 20 May 2020 10:21:30 -0700 Subject: [PATCH 2/2] minor grammar fix --- jsonschema-validation.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsonschema-validation.xml b/jsonschema-validation.xml index 5af85c47..3e74b6c3 100644 --- a/jsonschema-validation.xml +++ b/jsonschema-validation.xml @@ -284,7 +284,7 @@
- The value of "exclusiveMaximum" MUST be number, representing an exclusive upper + The value of "exclusiveMaximum" MUST be a number, representing an exclusive upper limit for a numeric instance. @@ -306,7 +306,7 @@
- The value of "exclusiveMinimum" MUST be number, representing an exclusive lower + The value of "exclusiveMinimum" MUST be a number, representing an exclusive lower limit for a numeric instance.