You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft-zyp-json-schema-03.xml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -248,8 +248,10 @@ collection. However, ultimately, the mechanism for referencing a schema is up to
248
248
<t>
249
249
JSON Schemas can themselves be described using JSON Schemas.
250
250
A self-describing JSON Schema for the core JSON Schema can
251
-
be found at <ereftarget="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 <ereftarget="http://json-schema.org/draft-03/hyper-schema">http://json-schema.org/draft-03/hyper-schema</eref>. All schemas
251
+
be found at <ereftarget="http://json-schema.org/schema">http://json-schema.org/schema</eref> for the latest version or
252
+
<ereftarget="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 <ereftarget="http://json-schema.org/hyper-schema">http://json-schema.org/hyper-schema</eref>
254
+
or <ereftarget="http://json-schema.org/draft-03/hyper-schema">http://json-schema.org/draft-03/hyper-schema</eref>. All schemas
253
255
used within a protocol with media type definitions
254
256
SHOULD include a MIME parameter that refers to the self-descriptive
255
257
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
501
503
regular (non-schema documents), and use of this format can
502
504
be declared by referencing the normative link description
503
505
schema as the the schema for the data structure that uses the
504
-
links. The URI of the normative link description schema is: <ereftarget="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
+
<ereftarget="http://json-schema.org/links">http://json-schema.org/links</eref> (latest version) or
0 commit comments