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

Commit 7deb266

Browse files
committed
Note that these are for review feedback ONLY!
Put big honking warnings in the title, and name the documents draft-WORK-IN-PROGRESS-json-schema[-*]-NN and similarly change the schema identifiers. These are obviously not real draft or meta-schema names.
1 parent d3f2e15 commit 7deb266

8 files changed

+36
-36
lines changed

work-in-progress/WIP-hyper-schema-output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"$id": "http://json-schema.org/draft-7-wip/hyper-schema-output",
3-
"$schema": "http://json-schema.org/draft-07-wip/schema#",
2+
"$id": "http://json-schema.org/WORK-IN-PROGRESS/hyper-schema-output",
3+
"$schema": "http://json-schema.org/WORK-IN-PROGRESS/schema#",
44
"type": "array",
55
"items": {
66
"allOf": [

work-in-progress/WIP-hyper-schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07-wip/hyper-schema#",
3-
"$id": "http://json-schema.org/draft-07-wip/hyper-schema#",
2+
"$schema": "http://json-schema.org/WORK-IN-PROGRESS/hyper-schema#",
3+
"$id": "http://json-schema.org/WORK-IN-PROGRESS/hyper-schema#",
44
"title": "JSON Hyper-Schema",
55
"definitions": {
66
"schemaArray": {
77
"allOf": [
8-
{ "$ref": "http://json-schema.org/draft-07-wip/schema#/definitions/schemaArray" },
8+
{ "$ref": "http://json-schema.org/WORK-IN-PROGRESS/schema#/definitions/schemaArray" },
99
{
1010
"items": { "$ref": "#" }
1111
}
1212
]
1313
}
1414
},
15-
"allOf": [ { "$ref": "http://json-schema.org/draft-07-wip/schema#" } ],
15+
"allOf": [ { "$ref": "http://json-schema.org/WORK-IN-PROGRESS/schema#" } ],
1616
"properties": {
1717
"additionalItems": { "$ref": "#" },
1818
"additionalProperties": { "$ref": "#"},
@@ -56,7 +56,7 @@
5656
"links": {
5757
"type": "array",
5858
"items": {
59-
"$ref": "http://json-schema.org/draft-07-wip/links#"
59+
"$ref": "http://json-schema.org/WORK-IN-PROGRESS/links#"
6060
}
6161
}
6262
},

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/">
66
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
77

8-
<title>JSON Schema: A Media Type for Describing JSON Documents</title>
8+
<title>FOR PRE-PUBLICATION REVIEW ONLY: JSON Schema: A Media Type for Describing JSON Documents</title>
99

1010
<style type="text/css" title="Xml2Rfc (sans serif)">
1111
/*<![CDATA[*/
@@ -421,7 +421,7 @@
421421
<link rel="schema.dct" href="http://purl.org/dc/terms/" />
422422

423423
<meta name="dct.creator" content="Wright, A., Ed. and H. Andrews, Ed." />
424-
<meta name="dct.identifier" content="urn:ietf:id:draft-handrews-json-schema-00" />
424+
<meta name="dct.identifier" content="urn:ietf:id:draft-TO-BE-DETERMINED-json-schema-NN" />
425425
<meta name="dct.issued" scheme="ISO8601" content="2017-10-20" />
426426
<meta name="dct.abstract" content="JSON Schema defines the media type &quot;application/schema+json&quot;, a JSON-based format for describing the structure of JSON data. JSON Schema asserts what a JSON document must look like, ways to extract information from it, and how to interact with it. The &quot;application/schema-instance+json&quot; media type provides additional feature-rich integration with &quot;application/schema+json&quot; beyond what can be offered for &quot;application/json&quot; documents. " />
427427
<meta name="description" content="JSON Schema defines the media type &quot;application/schema+json&quot;, a JSON-based format for describing the structure of JSON data. JSON Schema asserts what a JSON document must look like, ways to extract information from it, and how to interact with it. The &quot;application/schema-instance+json&quot; media type provides additional feature-rich integration with &quot;application/schema+json&quot; beyond what can be offered for &quot;application/json&quot; documents. " />
@@ -458,8 +458,8 @@
458458
</tbody>
459459
</table>
460460

461-
<p class="title">JSON Schema: A Media Type for Describing JSON Documents<br />
462-
<span class="filename">draft-handrews-json-schema-00</span></p>
461+
<p class="title">FOR PRE-PUBLICATION REVIEW ONLY: JSON Schema: A Media Type for Describing JSON Documents<br />
462+
<span class="filename">draft-TO-BE-DETERMINED-json-schema-NN</span></p>
463463

464464
<h1 id="rfc.abstract">
465465
<a href="#rfc.abstract">Abstract</a>
@@ -911,7 +911,7 @@ <h1 id="rfc.appendix.B"><a href="#rfc.appendix.B">Appendix B.</a> ChangeLog</h1>
911911
<p/>
912912

913913
<dl>
914-
<dt>draft-handrews-json-schema-00</dt>
914+
<dt>draft-TO-BE-DETERMINED-json-schema-NN</dt>
915915
<dd style="margin-left: 8">
916916
<ul>
917917
<li>Reserve "$comment" for non-user-visible notes about the schema</li>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/">
66
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
77

8-
<title>JSON Hyper-Schema: A Vocabulary for Hypermedia Annotation of JSON </title>
8+
<title>FOR PRE-PUBLICATION REVIEW ONLY: JSON Hyper-Schema: A Vocabulary for Hypermedia Annotation of JSON </title>
99

1010
<style type="text/css" title="Xml2Rfc (sans serif)">
1111
/*<![CDATA[*/
@@ -449,7 +449,7 @@
449449
<link rel="schema.dct" href="http://purl.org/dc/terms/" />
450450

451451
<meta name="dct.creator" content="Andrews, H., Ed. and A. Wright, Ed." />
452-
<meta name="dct.identifier" content="urn:ietf:id:draft-handrews-json-schema-hyperschema-00" />
452+
<meta name="dct.identifier" content="urn:ietf:id:draft-TO-BE-DETERMINED-json-schema-hyperschema-NN" />
453453
<meta name="dct.issued" scheme="ISO8601" content="2017-10-20" />
454454
<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 and instructions for processing and manipulating remote JSON resources through hypermedia environments such as HTTP. " />
455455
<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 and instructions for processing and manipulating remote JSON resources through hypermedia environments such as HTTP. " />
@@ -482,8 +482,8 @@
482482
</tbody>
483483
</table>
484484

485-
<p class="title">JSON Hyper-Schema: A Vocabulary for Hypermedia Annotation of JSON <br />
486-
<span class="filename">draft-handrews-json-schema-hyperschema-00</span></p>
485+
<p class="title">FOR PRE-PUBLICATION REVIEW ONLY: JSON Hyper-Schema: A Vocabulary for Hypermedia Annotation of JSON <br />
486+
<span class="filename">draft-TO-BE-DETERMINED-json-schema-hyperschema-NN</span></p>
487487

488488
<h1 id="rfc.abstract">
489489
<a href="#rfc.abstract">Abstract</a>
@@ -1525,7 +1525,7 @@ <h1 id="rfc.appendix.B"><a href="#rfc.appendix.B">Appendix B.</a> Change Log</h1
15251525
<p/>
15261526

15271527
<dl>
1528-
<dt>draft-handrews-json-schema-hyperschema-00</dt>
1528+
<dt>draft-TO-BE-DETERMINED-json-schema-hyperschema-NN</dt>
15291529
<dd style="margin-left: 8">
15301530
<ul>
15311531
<li>Top to bottom reorganization and rewrite</li>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/">
66
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
77

8-
<title>JSON Schema Validation: A Vocabulary for Structural Validation of JSON </title>
8+
<title>FOR PRE-PUBLICATION REVIEW ONLY: JSON Schema Validation: A Vocabulary for Structural Validation of JSON </title>
99

1010
<style type="text/css" title="Xml2Rfc (sans serif)">
1111
/*<![CDATA[*/
@@ -466,7 +466,7 @@
466466
<link rel="schema.dct" href="http://purl.org/dc/terms/" />
467467

468468
<meta name="dct.creator" content="Andrews, H., Ed., Wright, A., Ed., and G. Luff" />
469-
<meta name="dct.identifier" content="urn:ietf:id:draft-handrews-json-schema-validation-00" />
469+
<meta name="dct.identifier" content="urn:ietf:id:draft-TO-BE-DETERMINED-json-schema-validation-NN" />
470470
<meta name="dct.issued" scheme="ISO8601" content="2017-10-20" />
471471
<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. " />
472472
<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. " />
@@ -507,8 +507,8 @@
507507
</tbody>
508508
</table>
509509

510-
<p class="title">JSON Schema Validation: A Vocabulary for Structural Validation of JSON <br />
511-
<span class="filename">draft-handrews-json-schema-validation-00</span></p>
510+
<p class="title">FOR PRE-PUBLICATION REVIEW ONLY: JSON Schema Validation: A Vocabulary for Structural Validation of JSON <br />
511+
<span class="filename">draft-TO-BE-DETERMINED-json-schema-validation-NN</span></p>
512512

513513
<h1 id="rfc.abstract">
514514
<a href="#rfc.abstract">Abstract</a>
@@ -1137,7 +1137,7 @@ <h1 id="rfc.appendix.B"><a href="#rfc.appendix.B">Appendix B.</a> ChangeLog</h1>
11371137
<p/>
11381138

11391139
<dl>
1140-
<dt>draft-handrews-json-schema-validation-00</dt>
1140+
<dt>draft-TO-BE-DETERMINED-json-schema-validation-NN</dt>
11411141
<dd style="margin-left: 8">
11421142
<ul>
11431143
<li>Added "if"/"then"/"else"</li>

work-in-progress/WIP-links.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07-wip/hyper-schema#",
3-
"$id": "http://json-schema.org/draft-07-wip/links#",
2+
"$schema": "http://json-schema.org/WORK-IN-PROGRESS/hyper-schema#",
3+
"$id": "http://json-schema.org/WORK-IN-PROGRESS/links#",
44
"title": "Link Description Object",
55
"allOf": [
66
{ "required": [ "rel", "href" ] },
@@ -30,7 +30,7 @@
3030
},
3131
"hrefSchema": {
3232
"allOf": [
33-
{ "$ref": "http://json-schema.org/draft-07-wip/hyper-schema#" }
33+
{ "$ref": "http://json-schema.org/WORK-IN-PROGRESS/hyper-schema#" }
3434
]
3535
},
3636
"templatePointers": {
@@ -57,24 +57,24 @@
5757
"type": "string"
5858
},
5959
"targetSchema": {
60-
"$ref": "http://json-schema.org/draft-07-wip/hyper-schema#"
60+
"$ref": "http://json-schema.org/WORK-IN-PROGRESS/hyper-schema#"
6161
},
6262
"targetMediaType": {
6363
"type": "string"
6464
},
6565
"targetHints": { },
6666
"hrefSchema": {
67-
"$ref": "http://json-schema.org/draft-07-wip/hyper-schema#"
67+
"$ref": "http://json-schema.org/WORK-IN-PROGRESS/hyper-schema#"
6868
},
6969
"headerSchema": {
70-
"$ref": "http://json-schema.org/draft-07-wip/hyper-schema#"
70+
"$ref": "http://json-schema.org/WORK-IN-PROGRESS/hyper-schema#"
7171
},
7272
"submissionMediaType": {
7373
"type": "string",
7474
"default": "application/json"
7575
},
7676
"submissionSchema": {
77-
"$ref": "http://json-schema.org/draft-07-wip/hyper-schema#"
77+
"$ref": "http://json-schema.org/WORK-IN-PROGRESS/hyper-schema#"
7878
},
7979
"$comment": {
8080
"type": "string"

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/">
66
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
77

8-
<title>Relative JSON Pointers</title>
8+
<title>FOR PRE-PUBLICATION REVIEW ONLY: Relative JSON Pointers</title>
99

1010
<style type="text/css" title="Xml2Rfc (sans serif)">
1111
/*<![CDATA[*/
@@ -396,7 +396,7 @@
396396
<link rel="schema.dct" href="http://purl.org/dc/terms/" />
397397

398398
<meta name="dct.creator" content="Luff, G. and H. Andrews, Ed." />
399-
<meta name="dct.identifier" content="urn:ietf:id:draft-handrews-relative-json-pointer-00" />
399+
<meta name="dct.identifier" content="urn:ietf:id:draft-TO-BE-DETERMINED-relative-json-pointer-NN" />
400400
<meta name="dct.issued" scheme="ISO8601" content="2017-10-20" />
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. " />
@@ -433,8 +433,8 @@
433433
</tbody>
434434
</table>
435435

436-
<p class="title">Relative JSON Pointers<br />
437-
<span class="filename">draft-handrews-relative-json-pointer-00</span></p>
436+
<p class="title">FOR PRE-PUBLICATION REVIEW ONLY: Relative JSON Pointers<br />
437+
<span class="filename">draft-TO-BE-DETERMINED-relative-json-pointer-NN</span></p>
438438

439439
<h1 id="rfc.abstract">
440440
<a href="#rfc.abstract">Abstract</a>
@@ -600,7 +600,7 @@ <h1 id="rfc.appendix.A"><a href="#rfc.appendix.A">Appendix A.</a> ChangeLog</h1>
600600
<p/>
601601

602602
<dl>
603-
<dt>draft-handrews-relative-json-pointer-00</dt>
603+
<dt>draft-TO-BE-DETERMINED-relative-json-pointer-NN</dt>
604604
<dd style="margin-left: 8">
605605
<ul>
606606
<li>Revived draft with identical wording and structure.</li>

work-in-progress/WIP-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07-wip/schema#",
3-
"$id": "http://json-schema.org/draft-07-wip/schema#",
2+
"$schema": "http://json-schema.org/WORK-IN-PROGRESS/schema#",
3+
"$id": "http://json-schema.org/WORK-IN-PROGRESS/schema#",
44
"title": "Core schema meta-schema",
55
"definitions": {
66
"schemaArray": {

0 commit comments

Comments
 (0)