Skip to content

Commit e8955a6

Browse files
committed
Indicate latest version and specific version URLs
1 parent 832d474 commit e8955a6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

draft-zyp-json-schema-03.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,10 @@ collection. However, ultimately, the mechanism for referencing a schema is up to
248248
<t>
249249
JSON Schemas can themselves be described using JSON Schemas.
250250
A self-describing JSON Schema for the core JSON Schema can
251-
be found at <eref target="http://json-schema.org/draft-03/schema">http://json-schema.org/draft-03/schema</eref>, while the hyper schema
252-
self-description can be found at <eref target="http://json-schema.org/draft-03/hyper-schema">http://json-schema.org/draft-03/hyper-schema</eref>. All schemas
251+
be found at <eref target="http://json-schema.org/schema">http://json-schema.org/schema</eref> for the latest version or
252+
<eref target="http://json-schema.org/draft-03/schema">http://json-schema.org/draft-03/schema</eref> for the draft-03 version. The hyper schema
253+
self-description can be found at <eref target="http://json-schema.org/hyper-schema">http://json-schema.org/hyper-schema</eref>
254+
or <eref target="http://json-schema.org/draft-03/hyper-schema">http://json-schema.org/draft-03/hyper-schema</eref>. All schemas
253255
used within a protocol with media type definitions
254256
SHOULD include a MIME parameter that refers to the self-descriptive
255257
hyper schema or another schema that extends this hyper schema:
@@ -501,7 +503,9 @@ values. The link description format can be used on its own in
501503
regular (non-schema documents), and use of this format can
502504
be declared by referencing the normative link description
503505
schema as the the schema for the data structure that uses the
504-
links. The URI of the normative link description schema is: <eref target="http://json-schema.org/draft-03/links">http://json-schema.org/draft-03/links</eref>.
506+
links. The URI of the normative link description schema is:
507+
<eref target="http://json-schema.org/links">http://json-schema.org/links</eref> (latest version) or
508+
<eref target="http://json-schema.org/draft-03/links">http://json-schema.org/draft-03/links</eref> (draft-03 version).
505509
</t>
506510
<section title="href">
507511
<t>

0 commit comments

Comments
 (0)