summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-03-21 15:12:50 -0400
committerJulian Berman <Julian@GrayVines.com>2020-03-21 15:12:50 -0400
commit76319885005152f600a13c058011ceae3dbea196 (patch)
treeb9c5f1787360b91459f35bd7c4b943d96f69e3ad /json
parentef5bccd813ad0b422e58c3e2859c94d81d089931 (diff)
parentb24968d1f6212690cb5d220665cdd741ae59c901 (diff)
downloadjsonschema-76319885005152f600a13c058011ceae3dbea196.tar.gz
Merge commit 'b24968d1f6212690cb5d220665cdd741ae59c901'
* commit 'b24968d1f6212690cb5d220665cdd741ae59c901': Squashed 'json/' changes from b70c5626..33791274
Diffstat (limited to 'json')
-rw-r--r--json/test-schema.json2
-rw-r--r--json/tests/draft3/ref.json2
-rw-r--r--json/tests/draft4/definitions.json4
-rw-r--r--json/tests/draft4/ref.json2
-rw-r--r--json/tests/draft6/definitions.json4
-rw-r--r--json/tests/draft6/ref.json2
-rw-r--r--json/tests/draft7/definitions.json4
-rw-r--r--json/tests/draft7/ref.json2
8 files changed, 11 insertions, 11 deletions
diff --git a/json/test-schema.json b/json/test-schema.json
index 670d280..801d96b 100644
--- a/json/test-schema.json
+++ b/json/test-schema.json
@@ -1,5 +1,5 @@
{
- "$schema": "http://json-schema.org/draft-04/schema#",
+ "$schema": "https://json-schema.org/draft-04/schema#",
"definitions": {
"outputItem": {
"type": "object",
diff --git a/json/tests/draft3/ref.json b/json/tests/draft3/ref.json
index 31414ad..9279af6 100644
--- a/json/tests/draft3/ref.json
+++ b/json/tests/draft3/ref.json
@@ -175,7 +175,7 @@
},
{
"description": "remote ref, containing refs itself",
- "schema": {"$ref": "http://json-schema.org/draft-03/schema#"},
+ "schema": {"$ref": "https://json-schema.org/draft-03/schema#"},
"tests": [
{
"description": "remote ref valid",
diff --git a/json/tests/draft4/definitions.json b/json/tests/draft4/definitions.json
index cf935a3..6afb629 100644
--- a/json/tests/draft4/definitions.json
+++ b/json/tests/draft4/definitions.json
@@ -1,7 +1,7 @@
[
{
"description": "valid definition",
- "schema": {"$ref": "http://json-schema.org/draft-04/schema#"},
+ "schema": {"$ref": "https://json-schema.org/draft-04/schema#"},
"tests": [
{
"description": "valid definition schema",
@@ -16,7 +16,7 @@
},
{
"description": "invalid definition",
- "schema": {"$ref": "http://json-schema.org/draft-04/schema#"},
+ "schema": {"$ref": "https://json-schema.org/draft-04/schema#"},
"tests": [
{
"description": "invalid definition schema",
diff --git a/json/tests/draft4/ref.json b/json/tests/draft4/ref.json
index 51e750f..044583e 100644
--- a/json/tests/draft4/ref.json
+++ b/json/tests/draft4/ref.json
@@ -175,7 +175,7 @@
},
{
"description": "remote ref, containing refs itself",
- "schema": {"$ref": "http://json-schema.org/draft-04/schema#"},
+ "schema": {"$ref": "https://json-schema.org/draft-04/schema#"},
"tests": [
{
"description": "remote ref valid",
diff --git a/json/tests/draft6/definitions.json b/json/tests/draft6/definitions.json
index 7f3b899..5af5124 100644
--- a/json/tests/draft6/definitions.json
+++ b/json/tests/draft6/definitions.json
@@ -1,7 +1,7 @@
[
{
"description": "valid definition",
- "schema": {"$ref": "http://json-schema.org/draft-06/schema#"},
+ "schema": {"$ref": "https://json-schema.org/draft-06/schema#"},
"tests": [
{
"description": "valid definition schema",
@@ -16,7 +16,7 @@
},
{
"description": "invalid definition",
- "schema": {"$ref": "http://json-schema.org/draft-06/schema#"},
+ "schema": {"$ref": "https://json-schema.org/draft-06/schema#"},
"tests": [
{
"description": "invalid definition schema",
diff --git a/json/tests/draft6/ref.json b/json/tests/draft6/ref.json
index 53f3a9e..649cb6b 100644
--- a/json/tests/draft6/ref.json
+++ b/json/tests/draft6/ref.json
@@ -175,7 +175,7 @@
},
{
"description": "remote ref, containing refs itself",
- "schema": {"$ref": "http://json-schema.org/draft-06/schema#"},
+ "schema": {"$ref": "https://json-schema.org/draft-06/schema#"},
"tests": [
{
"description": "remote ref valid",
diff --git a/json/tests/draft7/definitions.json b/json/tests/draft7/definitions.json
index 4360406..e275a92 100644
--- a/json/tests/draft7/definitions.json
+++ b/json/tests/draft7/definitions.json
@@ -1,7 +1,7 @@
[
{
"description": "valid definition",
- "schema": {"$ref": "http://json-schema.org/draft-07/schema#"},
+ "schema": {"$ref": "https://json-schema.org/draft-07/schema#"},
"tests": [
{
"description": "valid definition schema",
@@ -16,7 +16,7 @@
},
{
"description": "invalid definition",
- "schema": {"$ref": "http://json-schema.org/draft-07/schema#"},
+ "schema": {"$ref": "https://json-schema.org/draft-07/schema#"},
"tests": [
{
"description": "invalid definition schema",
diff --git a/json/tests/draft7/ref.json b/json/tests/draft7/ref.json
index 44b8ed2..a3c79bd 100644
--- a/json/tests/draft7/ref.json
+++ b/json/tests/draft7/ref.json
@@ -175,7 +175,7 @@
},
{
"description": "remote ref, containing refs itself",
- "schema": {"$ref": "http://json-schema.org/draft-07/schema#"},
+ "schema": {"$ref": "https://json-schema.org/draft-07/schema#"},
"tests": [
{
"description": "remote ref valid",