Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit edeae28

Browse files
committed
One more review update for 2019/09
1 parent 7e6dd26 commit edeae28

9 files changed

+1949
-1493
lines changed

work-in-progress/WIP-jsonschema-core.html

Lines changed: 54 additions & 47 deletions
Large diffs are not rendered by default.

work-in-progress/WIP-jsonschema-core.txt

Lines changed: 1611 additions & 1163 deletions
Large diffs are not rendered by default.

work-in-progress/WIP-jsonschema-hyperschema.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454

455455
<meta name="dct.creator" content="Andrews, H., Ed. and A. Wright, Ed." />
456456
<meta name="dct.identifier" content="urn:ietf:id:draft-handrews-json-schema-hyperschema-02" />
457-
<meta name="dct.issued" scheme="ISO8601" content="2019-08" />
457+
<meta name="dct.issued" scheme="ISO8601" content="2019-14" />
458458
<meta name="dct.abstract" content="JSON Schema is a JSON-based format for describing JSON data using various vocabularies. This document specifies a vocabulary for annotating JSON documents with hyperlinks. These hyperlinks include attributes describing how to manipulate and interact with remote resources through hypermedia environments such as HTTP, as well as determining whether the link is usable based on the instance value. The hyperlink serialization format described in this document is also usable independent of JSON Schema. " />
459459
<meta name="description" content="JSON Schema is a JSON-based format for describing JSON data using various vocabularies. This document specifies a vocabulary for annotating JSON documents with hyperlinks. These hyperlinks include attributes describing how to manipulate and interact with remote resources through hypermedia environments such as HTTP, as well as determining whether the link is usable based on the instance value. The hyperlink serialization format described in this document is also usable independent of JSON Schema. " />
460460

@@ -478,8 +478,8 @@
478478
<td class="right">A. Wright, Ed.</td>
479479
</tr>
480480
<tr>
481-
<td class="left">Expires: March 11, 2020</td>
482-
<td class="right">September 8, 2019</td>
481+
<td class="left">Expires: March 17, 2020</td>
482+
<td class="right">September 14, 2019</td>
483483
</tr>
484484

485485

@@ -499,7 +499,7 @@ <h1 id="rfc.status"><a href="#rfc.status">Status of This Memo</a></h1>
499499
<p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>
500500
<p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.</p>
501501
<p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."</p>
502-
<p>This Internet-Draft will expire on March 11, 2020.</p>
502+
<p>This Internet-Draft will expire on March 17, 2020.</p>
503503
<h1 id="rfc.copyrightnotice"><a href="#rfc.copyrightnotice">Copyright Notice</a></h1>
504504
<p>Copyright (c) 2019 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
505505
<p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.</p>
@@ -1055,7 +1055,7 @@ <h1 id="rfc.section.7.2.3">
10551055
if value is true:
10561056
templateData[varname] = "true"
10571057
else if value is false:
1058-
temlateData[varname] = "false"
1058+
templateData[varname] = "false"
10591059
else if value is null:
10601060
templateData[varname] = "null"
10611061
else if value is a number:

0 commit comments

Comments
 (0)