Skip to content

Commit 4a69425

Browse files
committed
Add inline comments
1 parent 864de0d commit 4a69425

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

jsonschema-core.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<?rfc subcompact="no"?>
1616
<?rfc strict="no"?>
1717
<?rfc rfcedstyle="yes"?>
18+
<?rfc comments="yes"?>
19+
<?rfc inline="yes" ?>
1820
<rfc category="info" docName="draft-wright-json-schema-00" ipr="trust200902">
1921
<front>
2022
<title abbrev="JSON Schema">JSON Schema: core definitions and terminology</title>
@@ -646,7 +648,7 @@ User-Agent: so-cool-json-schema/1.0.2 curl/7.43.0
646648

647649
<section title="ChangeLog">
648650
<t>
649-
This section to be removed before leaving Internet-Draft status.
651+
<cref>This section to be removed before leaving Internet-Draft status.</cref>
650652
</t>
651653
<t>
652654
<list style="hanging">

jsonschema-hyperschema.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<?rfc subcompact="no"?>
1919
<?rfc strict="no"?>
2020
<?rfc rfcedstyle="yes"?>
21+
<?rfc comments="yes"?>
22+
<?rfc inline="yes" ?>
2123
<rfc category="info" docName="draft-wright-json-schema-hyperschema-00" ipr="trust200902">
2224
<front>
2325
<title abbrev="JSON Hyper-Schema">JSON Hyper-Schema: Hypertext vocabulary for JSON Schema</title>
@@ -428,6 +430,9 @@
428430
</t>
429431

430432
<section title="Pre-processing">
433+
<t>
434+
<cref>This pre-processing section is subject to significant change in upcoming drafts.</cref>
435+
</t>
431436
<t>
432437
The <xref target="RFC6570">URI Template specification</xref> restricts the set of characters available for variable names.
433438
Property names in JSON, however, can be any UTF-8 string.
@@ -948,7 +953,7 @@ GET /foo/
948953

949954
<section title="Change Log">
950955
<t>
951-
This section to be removed before leaving Internet-Draft status.
956+
<cref>This section to be removed before leaving Internet-Draft status.</cref>
952957
</t>
953958
<t>
954959
<list style="hanging">

jsonschema-validation.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<?rfc subcompact="no"?>
1616
<?rfc strict="no"?>
1717
<?rfc rfcedstyle="yes"?>
18+
<?rfc comments="yes"?>
19+
<?rfc inline="yes" ?>
1820
<rfc category="info" docName="draft-wright-json-schema-validation-00" ipr="trust200902">
1921
<front>
2022
<title abbrev="JSON Schema">JSON Schema: interactive and non-interactive validation</title>
@@ -822,7 +824,7 @@
822824

823825
<section title="ChangeLog">
824826
<t>
825-
This section to be removed before leaving Internet-Draft status.
827+
<cref>This section to be removed before leaving Internet-Draft status.</cref>
826828
</t>
827829
<t>
828830
<list style="hanging">

0 commit comments

Comments
 (0)