Skip to content

Commit 6fa4289

Browse files
committed
Review feedback on contentEncoding, add change log
1 parent 05fe4a3 commit 6fa4289

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

jsonschema-validation.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,9 @@
984984
sections 6.7 and 6.8 of <xref target="RFC2045">RFC 2045</xref> provide
985985
encodings used in MIME. As "base64" is defined in both RFCs, the definition
986986
from RFC 4648 SHOULD be assumed unless the string is specifically intended
987-
for use in a MIME context.
987+
for use in a MIME context. Note that all of these encodings result in
988+
strings consisting only of 7-bit ASCII characters. Therefore, this keyword
989+
has no meaning for strings containing characters outside of that range.
988990
</t>
989991

990992
<t>
@@ -1426,6 +1428,11 @@
14261428
</t>
14271429
<t>
14281430
<list style="hanging">
1431+
<t hangText="draft-handrews-json-schema-validation-03">
1432+
<list style="symbols">
1433+
<t>Clarified the set and meaning of "contentEncoding" values</t>
1434+
</list>
1435+
</t>
14291436
<t hangText="draft-handrews-json-schema-validation-02">
14301437
<list style="symbols">
14311438
<t>Grouped keywords into formal vocabuarlies</t>

0 commit comments

Comments
 (0)