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

Commit 06b9960

Browse files
committed
Mark JSON files as works in progress
1 parent 6158699 commit 06b9960

12 files changed

+52
-52
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"$schema": "http://json-schema.org/draft/2019-04/hyper-schema#",
3-
"$id": "http://json-schema.org/draft/2019-04/hyper-schema",
2+
"$schema": "http://json-schema.org/draft/2019-WIP/hyper-schema#",
3+
"$id": "http://json-schema.org/draft/2019-WIP/hyper-schema",
44
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-04/vocab/core": true,
6-
"https://json-schema.org/draft/2019-04/vocab/applicator": true,
7-
"https://json-schema.org/draft/2019-04/vocab/validation": true,
8-
"https://json-schema.org/draft/2019-04/vocab/meta-data": true,
9-
"https://json-schema.org/draft/2019-04/vocab/format": true,
10-
"https://json-schema.org/draft/2019-04/vocab/content": true,
11-
"https://json-schema.org/draft/2019-04/vocab/hyper-schema": true
5+
"https://json-schema.org/draft/2019-WIP/vocab/core": true,
6+
"https://json-schema.org/draft/2019-WIP/vocab/applicator": true,
7+
"https://json-schema.org/draft/2019-WIP/vocab/validation": true,
8+
"https://json-schema.org/draft/2019-WIP/vocab/meta-data": true,
9+
"https://json-schema.org/draft/2019-WIP/vocab/format": true,
10+
"https://json-schema.org/draft/2019-WIP/vocab/content": true,
11+
"https://json-schema.org/draft/2019-WIP/vocab/hyper-schema": true
1212
},
1313
"$recursiveAnchor": true,
1414

1515
"title": "JSON Hyper-Schema",
1616
"allOf": [
17-
{"$ref": "http://json-schema.org/draft/2019-04/schema"},
18-
{"$ref": "http://json-schema.org/draft/2019-04/meta/hyper-schema"}
17+
{"$ref": "http://json-schema.org/draft/2019-WIP/schema"},
18+
{"$ref": "http://json-schema.org/draft/2019-WIP/meta/hyper-schema"}
1919
],
2020
"links": [
2121
{

work-in-progress/WIP-links.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"$schema": "http://json-schema.org/draft/2019-04/hyper-schema#",
3-
"$id": "http://json-schema.org/draft/2019-04/links",
2+
"$schema": "http://json-schema.org/draft/2019-WIP/hyper-schema#",
3+
"$id": "http://json-schema.org/draft/2019-WIP/links",
44
"title": "Link Description Object",
55
"allOf": [
66
{ "required": [ "rel", "href" ] },
@@ -36,7 +36,7 @@
3636
"format": "uri-template"
3737
},
3838
"hrefSchema": {
39-
"$recursiveRef": "http://json-schema.org/draft/2019-04/hyper-schema",
39+
"$recursiveRef": "http://json-schema.org/draft/2019-WIP/hyper-schema",
4040
"default": false
4141
},
4242
"templatePointers": {
@@ -63,23 +63,23 @@
6363
"type": "string"
6464
},
6565
"targetSchema": {
66-
"$recursiveRef": "http://json-schema.org/draft/2019-04/hyper-schema",
66+
"$recursiveRef": "http://json-schema.org/draft/2019-WIP/hyper-schema",
6767
"default": true
6868
},
6969
"targetMediaType": {
7070
"type": "string"
7171
},
7272
"targetHints": { },
7373
"headerSchema": {
74-
"$recursiveRef": "http://json-schema.org/draft/2019-04/hyper-schema",
74+
"$recursiveRef": "http://json-schema.org/draft/2019-WIP/hyper-schema",
7575
"default": true
7676
},
7777
"submissionMediaType": {
7878
"type": "string",
7979
"default": "application/json"
8080
},
8181
"submissionSchema": {
82-
"$recursiveRef": "http://json-schema.org/draft/2019-04/hyper-schema",
82+
"$recursiveRef": "http://json-schema.org/draft/2019-WIP/hyper-schema",
8383
"default": true
8484
},
8585
"$comment": {

work-in-progress/WIP-schema.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"$schema": "http://json-schema.org/draft/2019-04/schema#",
3-
"$id": "http://json-schema.org/draft/2019-04/schema#",
2+
"$schema": "http://json-schema.org/draft/2019-WIP/schema#",
3+
"$id": "http://json-schema.org/draft/2019-WIP/schema#",
44
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-04/vocab/core": true,
6-
"https://json-schema.org/draft/2019-04/vocab/applicator": true,
7-
"https://json-schema.org/draft/2019-04/vocab/validation": true,
8-
"https://json-schema.org/draft/2019-04/vocab/meta-data": true,
9-
"https://json-schema.org/draft/2019-04/vocab/format": true,
10-
"https://json-schema.org/draft/2019-04/vocab/content": true
5+
"https://json-schema.org/draft/2019-WIP/vocab/core": true,
6+
"https://json-schema.org/draft/2019-WIP/vocab/applicator": true,
7+
"https://json-schema.org/draft/2019-WIP/vocab/validation": true,
8+
"https://json-schema.org/draft/2019-WIP/vocab/meta-data": true,
9+
"https://json-schema.org/draft/2019-WIP/vocab/format": true,
10+
"https://json-schema.org/draft/2019-WIP/vocab/content": true
1111
},
1212
"$recursiveAnchor": true,
1313

work-in-progress/meta/WIP-applicator.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"$schema": "http://json-schema.org/draft/2019-04/schema#",
3-
"$id": "https://json-schema.org/draft/2019-04/meta/applicator",
2+
"$schema": "http://json-schema.org/draft/2019-WIP/schema#",
3+
"$id": "https://json-schema.org/draft/2019-WIP/meta/applicator",
44
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-04/vocab/applicator": true
5+
"https://json-schema.org/draft/2019-WIP/vocab/applicator": true
66
},
77
"$recursiveAnchor": true,
88

work-in-progress/meta/WIP-content.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"$schema": "http://json-schema.org/draft/2019-04/schema#",
3-
"$id": "http://json-schema.org/draft/2019-04/meta/content",
2+
"$schema": "http://json-schema.org/draft/2019-WIP/schema#",
3+
"$id": "http://json-schema.org/draft/2019-WIP/meta/content",
44
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-04/vocab/content": true
5+
"https://json-schema.org/draft/2019-WIP/vocab/content": true
66
},
77
"$recursiveAnchor": true,
88

work-in-progress/meta/WIP-core.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"$schema": "http://json-schema.org/draft/2019-04/schema#",
3-
"$id": "https://json-schema.org/draft/2019-04/meta/core",
2+
"$schema": "http://json-schema.org/draft/2019-WIP/schema#",
3+
"$id": "https://json-schema.org/draft/2019-WIP/meta/core",
44
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-04/vocab/core": true
5+
"https://json-schema.org/draft/2019-WIP/vocab/core": true
66
},
77
"$recursiveAnchor": true,
88

work-in-progress/meta/WIP-format.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"$schema": "http://json-schema.org/draft/2019-04/schema#",
3-
"$id": "http://json-schema.org/draft/2019-04/meta/format",
2+
"$schema": "http://json-schema.org/draft/2019-WIP/schema#",
3+
"$id": "http://json-schema.org/draft/2019-WIP/meta/format",
44
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-04/vocab/format": true
5+
"https://json-schema.org/draft/2019-WIP/vocab/format": true
66
},
77
"$recursiveAnchor": true,
88

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"$schema": "http://json-schema.org/draft/2019-04/hyper-schema#",
3-
"$id": "http://json-schema.org/draft/2019-04/meta/hyper-schema",
2+
"$schema": "http://json-schema.org/draft/2019-WIP/hyper-schema#",
3+
"$id": "http://json-schema.org/draft/2019-WIP/meta/hyper-schema",
44
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-04/vocab/hyper-schema": true
5+
"https://json-schema.org/draft/2019-WIP/vocab/hyper-schema": true
66
},
77
"$recursiveAnchor": true,
88

@@ -16,7 +16,7 @@
1616
"links": {
1717
"type": "array",
1818
"items": {
19-
"$ref": "http://json-schema.org/draft/2019-04/links"
19+
"$ref": "http://json-schema.org/draft/2019-WIP/links"
2020
}
2121
}
2222
},

work-in-progress/meta/WIP-meta-data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"$schema": "http://json-schema.org/draft/2019-04/schema#",
3-
"$id": "http://json-schema.org/draft/2019-04/meta/meta-data",
2+
"$schema": "http://json-schema.org/draft/2019-WIP/schema#",
3+
"$id": "http://json-schema.org/draft/2019-WIP/meta/meta-data",
44
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-04/vocab/meta-data": true
5+
"https://json-schema.org/draft/2019-WIP/vocab/meta-data": true
66
},
77
"$recursiveAnchor": true,
88

work-in-progress/meta/WIP-validation.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"$schema": "http://json-schema.org/draft/2019-04/schema#",
3-
"$id": "http://json-schema.org/draft/2019-04/meta/validation",
2+
"$schema": "http://json-schema.org/draft/2019-WIP/schema#",
3+
"$id": "http://json-schema.org/draft/2019-WIP/meta/validation",
44
"$vocabulary": {
5-
"https://json-schema.org/draft/2019-04/vocab/validation": true
5+
"https://json-schema.org/draft/2019-WIP/vocab/validation": true
66
},
77
"$recursiveAnchor": true,
88

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"$schema": "http://json-schema.org/draft/2019-04/schema#",
3-
"$id": "http://json-schema.org/draft/2019-04/output/hyper-schema",
2+
"$schema": "http://json-schema.org/draft/2019-WIP/schema#",
3+
"$id": "http://json-schema.org/draft/2019-WIP/output/hyper-schema",
44
"title": "JSON Hyper-Schema Output",
55
"type": "array",
66
"items": {
77
"allOf": [
8-
{"$ref": "http://json-schema.org/draft/2019-04/links#/$defs/noRequiredFields" }
8+
{"$ref": "http://json-schema.org/draft/2019-WIP/links#/$defs/noRequiredFields" }
99
],
1010
"type": "object",
1111
"required": [

work-in-progress/output/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/2019-04/schema#",
3-
"$id": "http://json-schema.org/draft/2019-04/output/schema",
2+
"$schema": "http://json-schema.org/draft/2019-WIP/schema#",
3+
"$id": "http://json-schema.org/draft/2019-WIP/output/schema",
44
"description": "A schema that validates the minimum requirements for validation output",
55

66
"oneOf": [

0 commit comments

Comments
 (0)