|
290 | 290 | location of a resource which is itself a JSON Schema, which describes any schema
|
291 | 291 | written for this particular version.
|
292 | 292 | </t>
|
293 |
| - |
294 | 293 | <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. |
298 | 297 | The current schema MUST be valid against the meta-schema identified by this URI.
|
299 | 298 | </t>
|
300 |
| - |
301 | 299 | <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. |
319 | 303 | </t>
|
320 | 304 | </section>
|
321 | 305 |
|
@@ -643,7 +627,7 @@ Link: </alice>; rel="profile", </bob>; rel="profile"
|
643 | 627 | &RFC6901;
|
644 | 628 | &RFC6906;
|
645 | 629 | &RFC7231;
|
646 |
| - <reference anchor="json-schema-validation" |
| 630 | + <reference anchor="json-schema-validation" |
647 | 631 | target="http://tools.ietf.org/html/draft-fge-json-schema-validation-01">
|
648 | 632 | <front>
|
649 | 633 | <title>JSON Schema: interactive and non interactive validation</title>
|
@@ -675,32 +659,6 @@ Link: </alice>; rel="profile", </bob>; rel="profile"
|
675 | 659 | <date year="2013" month="January"/>
|
676 | 660 | </front>
|
677 | 661 | </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> |
704 | 662 | </references>
|
705 | 663 |
|
706 | 664 | <section title="ChangeLog">
|
|
0 commit comments