Skip to content

Commit 4b495a2

Browse files
committed
Update schema draft numbers
1 parent 7f4d127 commit 4b495a2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

jsonschema-core.xml

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

@@ -398,7 +398,7 @@
398398
This value SHOULD be normalized, and SHOULD NOT be an empty fragment &lt;#&gt; or an empty string &lt;&gt;.
399399
</t>
400400
<t>
401-
The root schema of a JSON Schema document SHOULD contain an "$id" keyword with
401+
The root schema of a JSON Schema document SHOULD contain an "$id" keyword with
402402
a URI (containing a scheme). This URI SHOULD either not have a fragment, or
403403
have one that is an empty string.
404404
<!-- All of the standard meta-schemas use an empty fragment in their id/$id values. -->

jsonschema-hyperschema.xml

Lines changed: 2 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-hyperschema-00" ipr="trust200902">
22+
<rfc category="info" docName="draft-wright-json-schema-hyperschema-01" ipr="trust200902">
2323
<front>
2424
<title abbrev="JSON Hyper-Schema">JSON Hyper-Schema: A Vocabulary for Hypermedia Annotation of JSON</title>
2525

@@ -381,7 +381,7 @@
381381

382382
<t>
383383
The link description format can be used without JSON Schema, and use of this format can be declared by referencing the normative link description schema as the schema for the data structure that uses the links.
384-
The URI of the normative link description schema is: <eref target="http://json-schema.org/draft-04/links">http://json-schema.org/draft-06/links</eref> (draft-06 version).
384+
The URI of the normative link description schema is: <eref target="http://json-schema.org/draft-06/links">http://json-schema.org/draft-06/links</eref> (draft-06 version).
385385
</t>
386386

387387
<section title="Links, operations, and data">

jsonschema-validation.xml

Lines changed: 1 addition & 1 deletion
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-validation-00" ipr="trust200902">
22+
<rfc category="info" docName="draft-wright-json-schema-validation-01" ipr="trust200902">
2323
<front>
2424
<title abbrev="JSON Schema Validation">JSON Schema Validation: A Vocabulary for Structural Validation of JSON</title>
2525

0 commit comments

Comments
 (0)