Skip to content

Commit 9bfcc50

Browse files
committed
Update core change log, rename drafts
Needed to add application/schema-instance+json and related changes.
1 parent ef4b0f0 commit 9bfcc50

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

jsonschema-core.xml

Lines changed: 4 additions & 2 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-wright-json-schema-02" ipr="trust200902">
22+
<rfc category="info" docName="draft-handrews-json-schema-00" ipr="trust200902">
2323
<front>
2424
<title abbrev="JSON Schema">JSON Schema: A Media Type for Describing JSON Documents</title>
2525

@@ -986,11 +986,13 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
986986
</t>
987987
<t>
988988
<list style="hanging">
989-
<t hangText="draft-wright-json-schema-02">
989+
<t hangText="draft-handrews-json-schema-00">
990990
<list style="symbols">
991991
<t>Reserve "$comment" for non-user-visible notes about the schema</t>
992992
<t>Wording improvements around "$id" and fragments</t>
993993
<t>Note the challenges of extending meta-schemas with recursive references</t>
994+
<t>Add "application/schema-instance+json" media type</t>
995+
<t>Recommend a "schema" link relation / parameter instead of "profile"</t>
994996
</list>
995997
</t>
996998
<t hangText="draft-wright-json-schema-01">

jsonschema-validation.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,28 @@
2626
<?rfc rfcedstyle="yes"?>
2727
<?rfc comments="yes"?>
2828
<?rfc inline="yes" ?>
29-
<rfc category="info" docName="draft-wright-json-schema-validation-02" ipr="trust200902">
29+
<rfc category="info" docName="draft-handrews-json-schema-validation-00" ipr="trust200902">
3030
<front>
3131
<title abbrev="JSON Schema Validation">
3232
JSON Schema Validation: A Vocabulary for Structural Validation of JSON
3333
</title>
3434

35-
<author fullname="Austin Wright" initials="A" surname="Wright" role="editor">
35+
<author fullname="Henry Andrews" initials="H" surname="Andrews" role="editor">
36+
<organization>Cloudflare, Inc.</organization>
3637
<address>
37-
<email>[email protected]</email>
38+
<email>[email protected]</email>
3839
</address>
3940
</author>
4041

41-
<author fullname="Geraint Luff" initials="G" surname="Luff">
42+
<author fullname="Austin Wright" initials="A" surname="Wright" role="editor">
4243
<address>
43-
<email>[email protected]</email>
44+
<email>[email protected]</email>
4445
</address>
4546
</author>
4647

47-
<author fullname="Henry Andrews" initials="H" surname="Andrews" role="editor">
48-
<organization>Cloudflare, Inc.</organization>
48+
<author fullname="Geraint Luff" initials="G" surname="Luff">
4949
<address>
50-
<email>henry@cloudflare.com</email>
50+
<email>luffgd@gmail.com</email>
5151
</address>
5252
</author>
5353

@@ -1433,7 +1433,7 @@
14331433
</t>
14341434
<t>
14351435
<list style="hanging">
1436-
<t hangText="draft-wright-json-schema-validation-02">
1436+
<t hangText="draft-handrews-json-schema-validation-00">
14371437
<list style="symbols">
14381438
<t>Added "if"/"then"/"else"</t>
14391439
<t>Warn of possibly removing "dependencies" in the future</t>

0 commit comments

Comments
 (0)