Skip to content

Commit 1c003d4

Browse files
committed
Core: Remove references to past drafts
This is awkward and not strictly necessary
1 parent 5a7e53d commit 1c003d4

File tree

1 file changed

+7
-49
lines changed

1 file changed

+7
-49
lines changed

jsonschema-core.xml

+7-49
Original file line numberDiff line numberDiff line change
@@ -290,32 +290,16 @@
290290
location of a resource which is itself a JSON Schema, which describes any schema
291291
written for this particular version.
292292
</t>
293-
294293
<t>
295-
The root of JSON Schema documents SHOULD use this keyword.
296-
The value of this keyword MUST be a <xref target="RFC3986">URI</xref>,
297-
a valid <xref target="RFC6901">JSON Pointer</xref>, and this URI MUST be normalized.
294+
The root schema of a JSON Schema document SHOULD use this keyword.
295+
The value of this keyword MUST be a <xref target="RFC3986">URI</xref> (an "absolute" URI),
296+
and this URI MUST be normalized.
298297
The current schema MUST be valid against the meta-schema identified by this URI.
299298
</t>
300-
301299
<t>
302-
The following values are predefined:
303-
304-
<list style="hanging">
305-
<t hangText="http://json-schema.org/draft-05/schema#">JSON Schema written
306-
against this version.</t>
307-
<t hangText="http://json-schema.org/draft-05/hyper-schema#">JSON Schema hyperschema
308-
written against this version.</t>
309-
<t hangText="http://json-schema.org/draft-04/schema#"> JSON Schema written
310-
against <xref target="json-schema-04">JSON Schema, draft v4</xref>.</t>
311-
<t hangText="http://json-schema.org/draft-04/hyper-schema#"> JSON Schema hyperschema
312-
written against <xref target="json-schema-04">JSON Schema, draft v3</xref>.</t>
313-
<t hangText="http://json-schema.org/draft-03/schema#"> JSON Schema written
314-
against <xref target="json-schema-03">JSON Schema, draft v3</xref>.</t>
315-
<t hangText="http://json-schema.org/draft-03/hyper-schema#"> JSON Schema hyperschema
316-
written against <xref target="json-schema-03">JSON Schema, draft
317-
v3</xref>.</t>
318-
</list>
300+
Values for this property are defined in other documents and by other parties.
301+
JSON Schema implementations SHOULD implement support for current and previous published drafts
302+
of JSON Schema vocabularies as deemed reasonable.
319303
</t>
320304
</section>
321305

@@ -643,7 +627,7 @@ Link: </alice>; rel="profile", </bob>; rel="profile"
643627
&RFC6901;
644628
&RFC6906;
645629
&RFC7231;
646-
<reference anchor="json-schema-validation"
630+
<reference anchor="json-schema-validation"
647631
target="http://tools.ietf.org/html/draft-fge-json-schema-validation-01">
648632
<front>
649633
<title>JSON Schema: interactive and non interactive validation</title>
@@ -675,32 +659,6 @@ Link: </alice>; rel="profile", </bob>; rel="profile"
675659
<date year="2013" month="January"/>
676660
</front>
677661
</reference>
678-
<reference anchor="json-schema-03"
679-
target="http://tools.ietf.org/html/draft-zyp-json-schema-03">
680-
<front>
681-
<title>JSON Schema, draft 3</title>
682-
<author initials="G." surname="Court">
683-
<organization/>
684-
</author>
685-
<author initials="K." surname="Zyp">
686-
<organization>SitePen (USA)</organization>
687-
</author>
688-
<date year="2012" month="September"/>
689-
</front>
690-
</reference>
691-
<reference anchor="json-schema-04"
692-
target="http://tools.ietf.org/html/draft-zyp-json-schema-04">
693-
<front>
694-
<title>JSON Schema, draft 3</title>
695-
<author initials="G." surname="Court">
696-
<organization/>
697-
</author>
698-
<author initials="K." surname="Zyp">
699-
<organization>SitePen (USA)</organization>
700-
</author>
701-
<date year="2013" month="January"/>
702-
</front>
703-
</reference>
704662
</references>
705663

706664
<section title="ChangeLog">

0 commit comments

Comments
 (0)