|
1381 | 1381 | <!-- References Section -->
|
1382 | 1382 | <references title="Normative References">
|
1383 | 1383 | &RFC2119;
|
1384 |
| - <reference anchor="json-schema"> |
1385 |
| - <front> |
1386 |
| - <title>JSON Schema: A Media Type for Describing JSON Documents</title> |
1387 |
| - <author/> |
1388 |
| - <date year="2016" month="October"/> |
1389 |
| - </front> |
1390 |
| - <seriesInfo name="Internet-Draft" value="draft-wright-json-schema-00" /> |
1391 |
| - </reference> |
1392 |
| - </references> |
1393 |
| - |
1394 |
| - <references title="Informative References"> |
1395 | 1384 | &RFC1034;
|
1396 | 1385 | &RFC2045;
|
1397 | 1386 | &RFC2046;
|
|
1400 | 1389 | &RFC3986;
|
1401 | 1390 | &RFC3987;
|
1402 | 1391 | &RFC4291;
|
1403 |
| - &RFC4329; |
| 1392 | + &RFC5322; |
1404 | 1393 | &RFC5890;
|
1405 | 1394 | &RFC5891;
|
1406 | 1395 | &RFC6570;
|
1407 | 1396 | &RFC6531;
|
1408 | 1397 | &RFC6901;
|
1409 | 1398 | &RFC7159;
|
1410 |
| - &RFC5322; |
1411 |
| - &I-D.luff-relative-json-pointer; |
1412 | 1399 | <reference anchor="ecma262"
|
1413 | 1400 | target="http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf">
|
1414 | 1401 | <front>
|
|
1417 | 1404 | <date/>
|
1418 | 1405 | </front>
|
1419 | 1406 | </reference>
|
| 1407 | + &I-D.luff-relative-json-pointer; |
| 1408 | + <reference anchor="json-schema"> |
| 1409 | + <front> |
| 1410 | + <title>JSON Schema: A Media Type for Describing JSON Documents</title> |
| 1411 | + <author/> |
| 1412 | + <date year="2016" month="October"/> |
| 1413 | + </front> |
| 1414 | + <seriesInfo name="Internet-Draft" value="draft-wright-json-schema-00" /> |
| 1415 | + </reference> |
| 1416 | + </references> |
| 1417 | + |
| 1418 | + <references title="Informative References"> |
| 1419 | + &RFC4329; |
1420 | 1420 | </references>
|
1421 | 1421 |
|
1422 | 1422 | <section title="Acknowledgments">
|
|
1462 | 1462 | <t>I18N formats: "iri", "iri-reference", "idn-hostname", "idn-email"</t>
|
1463 | 1463 | <t>Clarify that "json-pointer" format means string encoding, not URI fragment</t>
|
1464 | 1464 | <t>Fixed typo that inverted the meaning of "minimum" and "exclusiveMinimum"</t>
|
| 1465 | + <t>Move format syntax references into Normative References</t> |
| 1466 | + <t>JSON is a normative requirement</t> |
1465 | 1467 | </list>
|
1466 | 1468 | </t>
|
1467 | 1469 | <t hangText="draft-wright-json-schema-validation-01">
|
|
0 commit comments