|
5 | 5 | <!ENTITY RFC6839 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6839.xml">
|
6 | 6 | <!ENTITY RFC6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
|
7 | 7 | <!ENTITY RFC7049 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7049.xml">
|
8 |
| -<!ENTITY RFC7159 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7159.xml"> |
| 8 | +<!ENTITY RFC8259 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8259.xml"> |
9 | 9 | <!ENTITY RFC7231 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7231.xml">
|
10 | 10 | <!ENTITY RFC8288 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8288.xml">
|
11 | 11 | <!ENTITY ldp SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml4/reference.W3C.REC-ldp-20150226.xml">
|
|
107 | 107 | <t>
|
108 | 108 | The terms "JSON", "JSON text", "JSON value", "member", "element", "object", "array",
|
109 | 109 | "number", "string", "boolean", "true", "false", and "null" in this document are to
|
110 |
| - be interpreted as defined in <xref target="RFC7159">RFC 7159</xref>. |
| 110 | + be interpreted as defined in <xref target="RFC8259">RFC 8259</xref>. |
111 | 111 | </t>
|
112 | 112 | </section>
|
113 | 113 |
|
|
512 | 512 |
|
513 | 513 | <section title="Range of JSON Values">
|
514 | 514 | <t>
|
515 |
| - An instance may be any valid JSON value as defined by <xref target="RFC7159">JSON</xref>. |
| 515 | + An instance may be any valid JSON value as defined by <xref target="RFC8259">JSON</xref>. |
516 | 516 | JSON Schema imposes no restrictions on type: JSON Schema can describe any JSON
|
517 | 517 | value, including, for example, null.
|
518 | 518 | </t>
|
@@ -1456,7 +1456,7 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
|
1456 | 1456 | <section title="Security Considerations" anchor="security">
|
1457 | 1457 | <t>
|
1458 | 1458 | Both schemas and instances are JSON values. As such, all security considerations
|
1459 |
| - defined in <xref target="RFC7159">RFC 7159</xref> apply. |
| 1459 | + defined in <xref target="RFC8259">RFC 8259</xref> apply. |
1460 | 1460 | </t>
|
1461 | 1461 | <t>
|
1462 | 1462 | Instances and schemas are both frequently written by untrusted third parties, to be
|
@@ -1497,7 +1497,7 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
|
1497 | 1497 | <t>
|
1498 | 1498 | Encoding considerations: Encoding considerations are
|
1499 | 1499 | identical to those specified for the "application/json"
|
1500 |
| - media type. See <xref target="RFC7159">JSON</xref>. |
| 1500 | + media type. See <xref target="RFC8259">JSON</xref>. |
1501 | 1501 | </t>
|
1502 | 1502 | <t>
|
1503 | 1503 | Security considerations: See Section
|
@@ -1540,7 +1540,7 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
|
1540 | 1540 | <t>
|
1541 | 1541 | Encoding considerations: Encoding considerations are
|
1542 | 1542 | identical to those specified for the "application/json"
|
1543 |
| - media type. See <xref target="RFC7159">JSON</xref>. |
| 1543 | + media type. See <xref target="RFC8259">JSON</xref>. |
1544 | 1544 | </t>
|
1545 | 1545 | <t>
|
1546 | 1546 | Security considerations: See Section
|
@@ -1568,7 +1568,7 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
|
1568 | 1568 | &RFC3986;
|
1569 | 1569 | &RFC6839;
|
1570 | 1570 | &RFC6901;
|
1571 |
| - &RFC7159; |
| 1571 | + &RFC8259; |
1572 | 1572 | &ldp;
|
1573 | 1573 | </references>
|
1574 | 1574 |
|
|
0 commit comments