Skip to content

Commit 53b28fc

Browse files
committed
handrews-*-01 for core and validation, add commit log
This is a purely bugfix / wording change, with no funcitonal changes or meta-schema changes.
1 parent 066204c commit 53b28fc

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

jsonschema-core.xml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<?rfc rfcedstyle="yes"?>
2020
<?rfc comments="yes"?>
2121
<?rfc inline="yes" ?>
22-
<rfc category="info" docName="draft-handrews-json-schema-00" ipr="trust200902">
22+
<rfc category="info" docName="draft-handrews-json-schema-01" ipr="trust200902">
2323
<front>
2424
<title abbrev="JSON Schema">JSON Schema: A Media Type for Describing JSON Documents</title>
2525

@@ -1110,7 +1110,7 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
11101110
</author>
11111111
<date year="2017" month="November"/>
11121112
</front>
1113-
<seriesInfo name="Internet-Draft" value="draft-handrews-json-schema-validation-00" />
1113+
<seriesInfo name="Internet-Draft" value="draft-handrews-json-schema-validation-01" />
11141114
</reference>
11151115
<reference anchor="json-hyper-schema">
11161116
<front>
@@ -1123,7 +1123,7 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
11231123
</author>
11241124
<date year="2017" month="November"/>
11251125
</front>
1126-
<seriesInfo name="Internet-Draft" value="draft-handrews-json-schema-hyperschema-00" />
1126+
<seriesInfo name="Internet-Draft" value="draft-handrews-json-schema-hyperschema-01" />
11271127
</reference>
11281128
</references>
11291129

@@ -1157,6 +1157,17 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
11571157
</t>
11581158
<t>
11591159
<list style="hanging">
1160+
<t hangText="draft-handrews-json-schema-01">
1161+
<list style="symbols">
1162+
<t>This draft is purely a clarification with no functional changes</t>
1163+
<t>Clarified $id by use cases</t>
1164+
<t>Exhaustive schema identification examples</t>
1165+
<t>Replaced "external referencing" with how and when an implementation might know of a schema from another doucment</t>
1166+
<t>Replaced "internal referencing" with how an implementation should recognized schema identifiers during parsing</t>
1167+
<t>Dereferencing the former "internal" or "external" references is always the same process</t>
1168+
<t>Minor formatting improvements</t>
1169+
</list>
1170+
</t>
11601171
<t hangText="draft-handrews-json-schema-00">
11611172
<list style="symbols">
11621173
<t>Make the concept of a schema keyword vocabulary more clear</t>

jsonschema-validation.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<?rfc rfcedstyle="yes"?>
2727
<?rfc comments="yes"?>
2828
<?rfc inline="yes" ?>
29-
<rfc category="info" docName="draft-handrews-json-schema-validation-00" ipr="trust200902">
29+
<rfc category="info" docName="draft-handrews-json-schema-validation-01" ipr="trust200902">
3030
<front>
3131
<title abbrev="JSON Schema Validation">
3232
JSON Schema Validation: A Vocabulary for Structural Validation of JSON
@@ -1425,7 +1425,7 @@
14251425
</author>
14261426
<date year="2017" month="November"/>
14271427
</front>
1428-
<seriesInfo name="Internet-Draft" value="draft-handrews-relative-json-pointer-00" />
1428+
<seriesInfo name="Internet-Draft" value="draft-handrews-relative-json-pointer-01" />
14291429
</reference>
14301430
<reference anchor="json-schema">
14311431
<front>
@@ -1438,7 +1438,7 @@
14381438
</author>
14391439
<date year="2017" month="November"/>
14401440
</front>
1441-
<seriesInfo name="Internet-Draft" value="draft-handrews-json-schema-00" />
1441+
<seriesInfo name="Internet-Draft" value="draft-handrews-json-schema-01" />
14421442
</reference>
14431443
</references>
14441444

@@ -1477,6 +1477,14 @@
14771477
</t>
14781478
<t>
14791479
<list style="hanging">
1480+
<t hangText="draft-handrews-json-schema-validation-01">
1481+
<list style="symbols">
1482+
<t>This draft is purely a clarification with no functional changes</t>
1483+
<t>Restored ommitted "if present" clause for "else" under "if"</t>
1484+
<t>Clarified that when "if" is absent, the results of "then" and "else" are ignored</t>
1485+
<t>Minor formatting improvements</t>
1486+
</list>
1487+
</t>
14801488
<t hangText="draft-handrews-json-schema-validation-00">
14811489
<list style="symbols">
14821490
<t>Added "if"/"then"/"else"</t>

0 commit comments

Comments
 (0)