|
143 | 143 | <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc"> TOC </a></td></tr></table>
|
144 | 144 | <table summary="layout" width="66%" border="0" cellpadding="0" cellspacing="0"><tr><td><table summary="layout" width="100%" border="0" cellpadding="2" cellspacing="1">
|
145 | 145 | <tr><td class="header">Internet Engineering Task Force</td><td class="header">fge. Galiegue</td></tr>
|
146 |
| -<tr><td class="header">Internet-Draft</td><td class="header">January 21, 2013</td></tr> |
| 146 | +<tr><td class="header">Internet-Draft</td><td class="header">January 25, 2013</td></tr> |
147 | 147 | <tr><td class="header">Intended status: Informational</td><td class="header"> </td></tr>
|
148 |
| -<tr><td class="header">Expires: July 25, 2013</td><td class="header"> </td></tr> |
| 148 | +<tr><td class="header">Expires: July 29, 2013</td><td class="header"> </td></tr> |
149 | 149 | </table></td></tr></table>
|
150 | 150 | <h1><br />JSON Schema: core definitions and terminology<br />json-schema-core</h1>
|
151 | 151 |
|
@@ -174,7 +174,7 @@ <h3>Status of This Memo</h3>
|
174 | 174 | It is inappropriate to use Internet-Drafts as reference material or to cite
|
175 | 175 | them other than as “work in progress.”</p>
|
176 | 176 | <p>
|
177 |
| -This Internet-Draft will expire on July 25, 2013.</p> |
| 177 | +This Internet-Draft will expire on July 29, 2013.</p> |
178 | 178 |
|
179 | 179 | <h3>Copyright Notice</h3>
|
180 | 180 | <p>
|
@@ -341,7 +341,7 @@ <h3>Table of Contents</h3>
|
341 | 341 | <p>
|
342 | 342 | A JSON Schema is a JSON document, and that document MUST be an object. Object
|
343 | 343 | members (or properties) defined by JSON Schema (this specification, or related
|
344 |
| - specifcations) are called keywords, or schema keywords. |
| 344 | + specifications) are called keywords, or schema keywords. |
345 | 345 |
|
346 | 346 | </p>
|
347 | 347 | <p>
|
@@ -507,7 +507,7 @@ <h3>Table of Contents</h3>
|
507 | 507 | JSON Schema allows applications to validate instances, either non interactively
|
508 | 508 | or interactively. For instance, an application may collect JSON data and check
|
509 | 509 | that this data matches a given set of constraints; another application may use a
|
510 |
| - JSON Schema to build an interactve interface in order to collect user input |
| 510 | + JSON Schema to build an interactive interface in order to collect user input |
511 | 511 | according to constraints described by JSON Schema.
|
512 | 512 |
|
513 | 513 | </p>
|
@@ -656,7 +656,7 @@ <h3>Table of Contents</h3>
|
656 | 656 | against the current version of the specification);
|
657 | 657 | </p>
|
658 | 658 | <p>"http://json-schema.org/draft-04/schema#" (JSON Schema written
|
659 |
| - against against JSON Schema, draft v4 -- this version); |
| 659 | + against JSON Schema, draft v4 -- this version); |
660 | 660 | </p>
|
661 | 661 | <p>"http://json-schema.org/draft-04/hyper-schema#" (JSON Schema hyperschema
|
662 | 662 | written against JSON Schema, draft v4 -- this version);
|
@@ -789,7 +789,7 @@ <h3>Table of Contents</h3>
|
789 | 789 | <dd>http://x.y.z/otherschema.json#
|
790 | 790 | </dd>
|
791 | 791 | <dt>#/schema2/nested</dt>
|
792 |
| -<dd>http://x.y.z/rootschema.json#bar |
| 792 | +<dd>http://x.y.z/otherschema.json#bar |
793 | 793 | </dd>
|
794 | 794 | <dt>#/schema2/alsonested</dt>
|
795 | 795 | <dd>http://x.y.z/t/inner.json#a
|
@@ -910,8 +910,8 @@ <h3>Table of Contents</h3>
|
910 | 910 | <p>
|
911 | 911 | Extended JSON References using fragments which are not JSON Pointers are not
|
912 | 912 | dereferenceable by implementations choosing not to support inline dereferencing.
|
913 |
| - This addressing mechanism is defined for backwards compatibility, and SHOULD NOT |
914 |
| - be used in new schemas. |
| 913 | + This kind of reference is defined for backwards compatibility, and SHOULD NOT be |
| 914 | + used in new schemas. |
915 | 915 |
|
916 | 916 | </p>
|
917 | 917 | <a name="anchor33"></a><br /><hr />
|
|
0 commit comments