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

Commit b949a57

Browse files
committed
Merge in latest WIP changes
2 parents 3c9766d + f5ccacf commit b949a57

9 files changed

+1091
-1510
lines changed

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

Lines changed: 500 additions & 520 deletions
Large diffs are not rendered by default.

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

Lines changed: 476 additions & 420 deletions
Large diffs are not rendered by default.

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

Lines changed: 4 additions & 459 deletions
Large diffs are not rendered by default.

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

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451

452452
<meta name="dct.creator" content="Wright, A., Ed., Andrews, H., Ed., and B. Hutton, Ed." />
453453
<meta name="dct.identifier" content="urn:ietf:id:draft-handrews-json-schema-validation-WIP" />
454-
<meta name="dct.issued" scheme="ISO8601" content="2019-10" />
454+
<meta name="dct.issued" scheme="ISO8601" content="2019-16" />
455455
<meta name="dct.abstract" content="JSON Schema (application/schema+json) has several purposes, one of which is JSON instance validation. This document specifies a vocabulary for JSON Schema to describe the meaning of JSON documents, provide hints for user interfaces working with JSON data, and to make assertions about what a valid document must look like. " />
456456
<meta name="description" content="JSON Schema (application/schema+json) has several purposes, one of which is JSON instance validation. This document specifies a vocabulary for JSON Schema to describe the meaning of JSON documents, provide hints for user interfaces working with JSON data, and to make assertions about what a valid document must look like. " />
457457

@@ -475,7 +475,7 @@
475475
<td class="right">H. Andrews, Ed.</td>
476476
</tr>
477477
<tr>
478-
<td class="left">Expires: February 11, 2020</td>
478+
<td class="left">Expires: February 17, 2020</td>
479479
<td class="right"></td>
480480
</tr>
481481
<tr>
@@ -488,7 +488,7 @@
488488
</tr>
489489
<tr>
490490
<td class="left"></td>
491-
<td class="right">August 10, 2019</td>
491+
<td class="right">August 16, 2019</td>
492492
</tr>
493493

494494

@@ -508,7 +508,7 @@ <h1 id="rfc.status"><a href="#rfc.status">Status of This Memo</a></h1>
508508
<p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>
509509
<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>
510510
<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>
511-
<p>This Internet-Draft will expire on February 11, 2020.</p>
511+
<p>This Internet-Draft will expire on February 17, 2020.</p>
512512
<h1 id="rfc.copyrightnotice"><a href="#rfc.copyrightnotice">Copyright Notice</a></h1>
513513
<p>Copyright (c) 2019 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
514514
<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>

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

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
Internet Engineering Task Force A. Wright, Ed.
66
Internet-Draft
77
Intended status: Informational H. Andrews, Ed.
8-
Expires: February 11, 2020
8+
Expires: February 17, 2020
99
B. Hutton, Ed.
1010
Wellcome Sanger Institute
11-
August 10, 2019
11+
August 16, 2019
1212

1313

1414
JSON Schema Validation: A Vocabulary for Structural Validation of JSON
@@ -47,13 +47,13 @@ Status of This Memo
4747
time. It is inappropriate to use Internet-Drafts as reference
4848
material or to cite them other than as "work in progress."
4949

50-
This Internet-Draft will expire on February 11, 2020.
50+
This Internet-Draft will expire on February 17, 2020.
5151

5252

5353

5454

5555

56-
Wright, et al. Expires February 11, 2020 [Page 1]
56+
Wright, et al. Expires February 17, 2020 [Page 1]
5757

5858
Internet-Draft JSON Schema Validation August 2019
5959

@@ -109,7 +109,7 @@ Table of Contents
109109

110110

111111

112-
Wright, et al. Expires February 11, 2020 [Page 2]
112+
Wright, et al. Expires February 17, 2020 [Page 2]
113113

114114
Internet-Draft JSON Schema Validation August 2019
115115

@@ -165,7 +165,7 @@ Internet-Draft JSON Schema Validation August 2019
165165

166166

167167

168-
Wright, et al. Expires February 11, 2020 [Page 3]
168+
Wright, et al. Expires February 17, 2020 [Page 3]
169169

170170
Internet-Draft JSON Schema Validation August 2019
171171

@@ -221,7 +221,7 @@ Internet-Draft JSON Schema Validation August 2019
221221

222222

223223

224-
Wright, et al. Expires February 11, 2020 [Page 4]
224+
Wright, et al. Expires February 17, 2020 [Page 4]
225225

226226
Internet-Draft JSON Schema Validation August 2019
227227

@@ -277,7 +277,7 @@ Internet-Draft JSON Schema Validation August 2019
277277

278278

279279

280-
Wright, et al. Expires February 11, 2020 [Page 5]
280+
Wright, et al. Expires February 17, 2020 [Page 5]
281281

282282
Internet-Draft JSON Schema Validation August 2019
283283

@@ -333,7 +333,7 @@ Internet-Draft JSON Schema Validation August 2019
333333

334334

335335

336-
Wright, et al. Expires February 11, 2020 [Page 6]
336+
Wright, et al. Expires February 17, 2020 [Page 6]
337337

338338
Internet-Draft JSON Schema Validation August 2019
339339

@@ -389,7 +389,7 @@ Internet-Draft JSON Schema Validation August 2019
389389

390390

391391

392-
Wright, et al. Expires February 11, 2020 [Page 7]
392+
Wright, et al. Expires February 17, 2020 [Page 7]
393393

394394
Internet-Draft JSON Schema Validation August 2019
395395

@@ -445,7 +445,7 @@ Internet-Draft JSON Schema Validation August 2019
445445

446446

447447

448-
Wright, et al. Expires February 11, 2020 [Page 8]
448+
Wright, et al. Expires February 17, 2020 [Page 8]
449449

450450
Internet-Draft JSON Schema Validation August 2019
451451

@@ -501,7 +501,7 @@ Internet-Draft JSON Schema Validation August 2019
501501

502502

503503

504-
Wright, et al. Expires February 11, 2020 [Page 9]
504+
Wright, et al. Expires February 17, 2020 [Page 9]
505505

506506
Internet-Draft JSON Schema Validation August 2019
507507

@@ -557,7 +557,7 @@ Internet-Draft JSON Schema Validation August 2019
557557

558558

559559

560-
Wright, et al. Expires February 11, 2020 [Page 10]
560+
Wright, et al. Expires February 17, 2020 [Page 10]
561561

562562
Internet-Draft JSON Schema Validation August 2019
563563

@@ -613,7 +613,7 @@ Internet-Draft JSON Schema Validation August 2019
613613

614614

615615

616-
Wright, et al. Expires February 11, 2020 [Page 11]
616+
Wright, et al. Expires February 17, 2020 [Page 11]
617617

618618
Internet-Draft JSON Schema Validation August 2019
619619

@@ -669,7 +669,7 @@ Internet-Draft JSON Schema Validation August 2019
669669

670670

671671

672-
Wright, et al. Expires February 11, 2020 [Page 12]
672+
Wright, et al. Expires February 17, 2020 [Page 12]
673673

674674
Internet-Draft JSON Schema Validation August 2019
675675

@@ -725,7 +725,7 @@ Internet-Draft JSON Schema Validation August 2019
725725

726726

727727

728-
Wright, et al. Expires February 11, 2020 [Page 13]
728+
Wright, et al. Expires February 17, 2020 [Page 13]
729729

730730
Internet-Draft JSON Schema Validation August 2019
731731

@@ -781,7 +781,7 @@ Internet-Draft JSON Schema Validation August 2019
781781

782782

783783

784-
Wright, et al. Expires February 11, 2020 [Page 14]
784+
Wright, et al. Expires February 17, 2020 [Page 14]
785785

786786
Internet-Draft JSON Schema Validation August 2019
787787

@@ -837,7 +837,7 @@ Internet-Draft JSON Schema Validation August 2019
837837

838838

839839

840-
Wright, et al. Expires February 11, 2020 [Page 15]
840+
Wright, et al. Expires February 17, 2020 [Page 15]
841841

842842
Internet-Draft JSON Schema Validation August 2019
843843

@@ -893,7 +893,7 @@ Internet-Draft JSON Schema Validation August 2019
893893

894894

895895

896-
Wright, et al. Expires February 11, 2020 [Page 16]
896+
Wright, et al. Expires February 17, 2020 [Page 16]
897897

898898
Internet-Draft JSON Schema Validation August 2019
899899

@@ -949,7 +949,7 @@ Internet-Draft JSON Schema Validation August 2019
949949

950950

951951

952-
Wright, et al. Expires February 11, 2020 [Page 17]
952+
Wright, et al. Expires February 17, 2020 [Page 17]
953953

954954
Internet-Draft JSON Schema Validation August 2019
955955

@@ -1005,7 +1005,7 @@ Internet-Draft JSON Schema Validation August 2019
10051005

10061006

10071007

1008-
Wright, et al. Expires February 11, 2020 [Page 18]
1008+
Wright, et al. Expires February 17, 2020 [Page 18]
10091009

10101010
Internet-Draft JSON Schema Validation August 2019
10111011

@@ -1061,7 +1061,7 @@ Internet-Draft JSON Schema Validation August 2019
10611061

10621062

10631063

1064-
Wright, et al. Expires February 11, 2020 [Page 19]
1064+
Wright, et al. Expires February 17, 2020 [Page 19]
10651065

10661066
Internet-Draft JSON Schema Validation August 2019
10671067

@@ -1117,7 +1117,7 @@ Internet-Draft JSON Schema Validation August 2019
11171117

11181118

11191119

1120-
Wright, et al. Expires February 11, 2020 [Page 20]
1120+
Wright, et al. Expires February 17, 2020 [Page 20]
11211121

11221122
Internet-Draft JSON Schema Validation August 2019
11231123

@@ -1173,7 +1173,7 @@ Internet-Draft JSON Schema Validation August 2019
11731173

11741174

11751175

1176-
Wright, et al. Expires February 11, 2020 [Page 21]
1176+
Wright, et al. Expires February 17, 2020 [Page 21]
11771177

11781178
Internet-Draft JSON Schema Validation August 2019
11791179

@@ -1229,7 +1229,7 @@ Internet-Draft JSON Schema Validation August 2019
12291229

12301230

12311231

1232-
Wright, et al. Expires February 11, 2020 [Page 22]
1232+
Wright, et al. Expires February 17, 2020 [Page 22]
12331233

12341234
Internet-Draft JSON Schema Validation August 2019
12351235

@@ -1285,7 +1285,7 @@ Internet-Draft JSON Schema Validation August 2019
12851285

12861286

12871287

1288-
Wright, et al. Expires February 11, 2020 [Page 23]
1288+
Wright, et al. Expires February 17, 2020 [Page 23]
12891289

12901290
Internet-Draft JSON Schema Validation August 2019
12911291

@@ -1341,7 +1341,7 @@ Internet-Draft JSON Schema Validation August 2019
13411341

13421342

13431343

1344-
Wright, et al. Expires February 11, 2020 [Page 24]
1344+
Wright, et al. Expires February 17, 2020 [Page 24]
13451345

13461346
Internet-Draft JSON Schema Validation August 2019
13471347

@@ -1397,7 +1397,7 @@ Internet-Draft JSON Schema Validation August 2019
13971397

13981398

13991399

1400-
Wright, et al. Expires February 11, 2020 [Page 25]
1400+
Wright, et al. Expires February 17, 2020 [Page 25]
14011401

14021402
Internet-Draft JSON Schema Validation August 2019
14031403

@@ -1453,7 +1453,7 @@ Appendix B. Acknowledgments
14531453

14541454

14551455

1456-
Wright, et al. Expires February 11, 2020 [Page 26]
1456+
Wright, et al. Expires February 17, 2020 [Page 26]
14571457

14581458
Internet-Draft JSON Schema Validation August 2019
14591459

@@ -1509,7 +1509,7 @@ Appendix C. ChangeLog
15091509

15101510

15111511

1512-
Wright, et al. Expires February 11, 2020 [Page 27]
1512+
Wright, et al. Expires February 17, 2020 [Page 27]
15131513

15141514
Internet-Draft JSON Schema Validation August 2019
15151515

@@ -1565,7 +1565,7 @@ Internet-Draft JSON Schema Validation August 2019
15651565

15661566

15671567

1568-
Wright, et al. Expires February 11, 2020 [Page 28]
1568+
Wright, et al. Expires February 17, 2020 [Page 28]
15691569

15701570
Internet-Draft JSON Schema Validation August 2019
15711571

@@ -1621,7 +1621,7 @@ Internet-Draft JSON Schema Validation August 2019
16211621

16221622

16231623

1624-
Wright, et al. Expires February 11, 2020 [Page 29]
1624+
Wright, et al. Expires February 17, 2020 [Page 29]
16251625

16261626
Internet-Draft JSON Schema Validation August 2019
16271627

@@ -1677,4 +1677,4 @@ Authors' Addresses
16771677

16781678

16791679

1680-
Wright, et al. Expires February 11, 2020 [Page 30]
1680+
Wright, et al. Expires February 17, 2020 [Page 30]

work-in-progress/WIP-relative-json-pointer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397

398398
<meta name="dct.creator" content="Luff, G. and H. Andrews, Ed." />
399399
<meta name="dct.identifier" content="urn:ietf:id:draft-handrews-relative-json-pointer-02" />
400-
<meta name="dct.issued" scheme="ISO8601" content="2019-10" />
400+
<meta name="dct.issued" scheme="ISO8601" content="2019-16" />
401401
<meta name="dct.abstract" content="JSON Pointer is a syntax for specifying locations in a JSON document, starting from the document root. This document defines an extension to the JSON Pointer syntax, allowing relative locations from within the document. " />
402402
<meta name="description" content="JSON Pointer is a syntax for specifying locations in a JSON document, starting from the document root. This document defines an extension to the JSON Pointer syntax, allowing relative locations from within the document. " />
403403

@@ -421,8 +421,8 @@
421421
<td class="right">H. Andrews, Ed.</td>
422422
</tr>
423423
<tr>
424-
<td class="left">Expires: February 11, 2020</td>
425-
<td class="right">August 10, 2019</td>
424+
<td class="left">Expires: February 17, 2020</td>
425+
<td class="right">August 16, 2019</td>
426426
</tr>
427427

428428

@@ -438,7 +438,7 @@ <h1 id="rfc.status"><a href="#rfc.status">Status of This Memo</a></h1>
438438
<p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>
439439
<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>
440440
<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>
441-
<p>This Internet-Draft will expire on February 11, 2020.</p>
441+
<p>This Internet-Draft will expire on February 17, 2020.</p>
442442
<h1 id="rfc.copyrightnotice"><a href="#rfc.copyrightnotice">Copyright Notice</a></h1>
443443
<p>Copyright (c) 2019 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
444444
<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>

0 commit comments

Comments
 (0)