|
979 | 979 | </t>
|
980 | 980 |
|
981 | 981 | <t>
|
982 |
| - Possible values for this property are listed in |
983 |
| - <xref target="RFC2045">RFC 2045, Sec 6.1</xref> and |
984 |
| - <xref target="RFC4648">RFC 4648</xref>. For "base64", which is defined |
985 |
| - in both RFCs, the definition in RFC 4648, which removes line length |
986 |
| - limitations, SHOULD be used, as various other specifications have |
987 |
| - mandated different lengths. Note that line lengths within a string |
988 |
| - can be constrained using the <xref target="pattern">"pattern"</xref> keyword. |
| 982 | + Possible values indicating base 16, 32, and 64 encodings with several |
| 983 | + variations are listed in <xref target="RFC4648">RFC 4648</xref>. Additionally, |
| 984 | + sections 6.7 and 6.8 of <xref target="RFC2045">RFC 2045</xref> provide |
| 985 | + encodings used in MIME. As "base64" is defined in both RFCs, the definition |
| 986 | + from RFC 4648 SHOULD be assumed unless the string is specifically intended |
| 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. |
989 | 990 | </t>
|
990 | 991 |
|
991 | 992 | <t>
|
992 | 993 | If this keyword is absent, but "contentMediaType" is present, this
|
993 |
| - indicates that the media type could be encoded into UTF-8 like any |
994 |
| - other JSON string value, and does not require additional decoding. |
| 994 | + indicates that the encoding is the identity encoding, meaning that |
| 995 | + no transformation was needed in order to represent the content in |
| 996 | + a UTF-8 string. |
995 | 997 | </t>
|
996 | 998 |
|
997 | 999 | <t>
|
|
1426 | 1428 | </t>
|
1427 | 1429 | <t>
|
1428 | 1430 | <list style="hanging">
|
| 1431 | + <t hangText="draft-handrews-json-schema-validation-03"> |
| 1432 | + <list style="symbols"> |
| 1433 | + <t>Correct email format RFC reference to 5321 instead of 5322</t> |
| 1434 | + <t>Clarified the set and meaning of "contentEncoding" values</t> |
| 1435 | + </list> |
| 1436 | + </t> |
1429 | 1437 | <t hangText="draft-handrews-json-schema-validation-02">
|
1430 | 1438 | <list style="symbols">
|
1431 | 1439 | <t>Grouped keywords into formal vocabuarlies</t>
|
|
0 commit comments