Skip to content

Commit b24968d

Browse files
committed
Squashed 'json/' changes from b70c5626..33791274
33791274 HTTP -> HTTPS for specification URIs. git-subtree-dir: json git-subtree-split: 3379127404fddfe438888fd67f9e6703d8d748d2
1 parent 11df972 commit b24968d

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

test-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-04/schema#",
2+
"$schema": "https://json-schema.org/draft-04/schema#",
33
"definitions": {
44
"outputItem": {
55
"type": "object",

tests/draft3/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
},
176176
{
177177
"description": "remote ref, containing refs itself",
178-
"schema": {"$ref": "http://json-schema.org/draft-03/schema#"},
178+
"schema": {"$ref": "https://json-schema.org/draft-03/schema#"},
179179
"tests": [
180180
{
181181
"description": "remote ref valid",

tests/draft4/definitions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"description": "valid definition",
4-
"schema": {"$ref": "http://json-schema.org/draft-04/schema#"},
4+
"schema": {"$ref": "https://json-schema.org/draft-04/schema#"},
55
"tests": [
66
{
77
"description": "valid definition schema",
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"description": "invalid definition",
19-
"schema": {"$ref": "http://json-schema.org/draft-04/schema#"},
19+
"schema": {"$ref": "https://json-schema.org/draft-04/schema#"},
2020
"tests": [
2121
{
2222
"description": "invalid definition schema",

tests/draft4/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
},
176176
{
177177
"description": "remote ref, containing refs itself",
178-
"schema": {"$ref": "http://json-schema.org/draft-04/schema#"},
178+
"schema": {"$ref": "https://json-schema.org/draft-04/schema#"},
179179
"tests": [
180180
{
181181
"description": "remote ref valid",

tests/draft6/definitions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"description": "valid definition",
4-
"schema": {"$ref": "http://json-schema.org/draft-06/schema#"},
4+
"schema": {"$ref": "https://json-schema.org/draft-06/schema#"},
55
"tests": [
66
{
77
"description": "valid definition schema",
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"description": "invalid definition",
19-
"schema": {"$ref": "http://json-schema.org/draft-06/schema#"},
19+
"schema": {"$ref": "https://json-schema.org/draft-06/schema#"},
2020
"tests": [
2121
{
2222
"description": "invalid definition schema",

tests/draft6/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
},
176176
{
177177
"description": "remote ref, containing refs itself",
178-
"schema": {"$ref": "http://json-schema.org/draft-06/schema#"},
178+
"schema": {"$ref": "https://json-schema.org/draft-06/schema#"},
179179
"tests": [
180180
{
181181
"description": "remote ref valid",

tests/draft7/definitions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"description": "valid definition",
4-
"schema": {"$ref": "http://json-schema.org/draft-07/schema#"},
4+
"schema": {"$ref": "https://json-schema.org/draft-07/schema#"},
55
"tests": [
66
{
77
"description": "valid definition schema",
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"description": "invalid definition",
19-
"schema": {"$ref": "http://json-schema.org/draft-07/schema#"},
19+
"schema": {"$ref": "https://json-schema.org/draft-07/schema#"},
2020
"tests": [
2121
{
2222
"description": "invalid definition schema",

tests/draft7/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
},
176176
{
177177
"description": "remote ref, containing refs itself",
178-
"schema": {"$ref": "http://json-schema.org/draft-07/schema#"},
178+
"schema": {"$ref": "https://json-schema.org/draft-07/schema#"},
179179
"tests": [
180180
{
181181
"description": "remote ref valid",

0 commit comments

Comments
 (0)