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 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.