summaryrefslogtreecommitdiff
path: root/jsonschema/benchmarks
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-03-21 15:26:02 -0400
committerJulian Berman <Julian@GrayVines.com>2020-03-21 15:26:02 -0400
commit053b64bbd3080e0e26bf7ad23acd3db4699ee46b (patch)
tree252613e9b5878eba841a0f9e7674738e47440924 /jsonschema/benchmarks
parent76319885005152f600a13c058011ceae3dbea196 (diff)
downloadjsonschema-053b64bbd3080e0e26bf7ad23acd3db4699ee46b.tar.gz
HTTP -> HTTPS for specification URIs.
As per the note from https://json-schema.org/specification-links.html#published-drafts Backwards compatibility is preserved for existing validators. Going forward likely only the HTTPS URI will be supported for draft2019-09 and forward.
Diffstat (limited to 'jsonschema/benchmarks')
-rw-r--r--jsonschema/benchmarks/issue232/issue.json78
1 files changed, 39 insertions, 39 deletions
diff --git a/jsonschema/benchmarks/issue232/issue.json b/jsonschema/benchmarks/issue232/issue.json
index 804c340..da7c4ae 100644
--- a/jsonschema/benchmarks/issue232/issue.json
+++ b/jsonschema/benchmarks/issue232/issue.json
@@ -4,7 +4,7 @@
"schema": {
"title": "A JSON Schema for Swagger 2.0 API.",
"id": "http://swagger.io/v2/schema.json#",
- "$schema": "http://json-schema.org/draft-04/schema#",
+ "$schema": "https://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"swagger",
@@ -951,58 +951,58 @@
"type": "string"
},
"title": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/title"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/title"
},
"description": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/description"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/description"
},
"default": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/default"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/default"
},
"multipleOf": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/multipleOf"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/multipleOf"
},
"maximum": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/maximum"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/maximum"
},
"exclusiveMaximum": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/exclusiveMaximum"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/exclusiveMaximum"
},
"minimum": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/minimum"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/minimum"
},
"exclusiveMinimum": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/exclusiveMinimum"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/exclusiveMinimum"
},
"maxLength": {
- "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveInteger"
+ "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveInteger"
},
"minLength": {
- "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
+ "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
},
"pattern": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/pattern"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/pattern"
},
"maxItems": {
- "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveInteger"
+ "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveInteger"
},
"minItems": {
- "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
+ "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
},
"uniqueItems": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/uniqueItems"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/uniqueItems"
},
"maxProperties": {
- "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveInteger"
+ "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveInteger"
},
"minProperties": {
- "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
+ "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
},
"required": {
- "$ref": "http://json-schema.org/draft-04/schema#/definitions/stringArray"
+ "$ref": "https://json-schema.org/draft-04/schema#/definitions/stringArray"
},
"enum": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/enum"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/enum"
},
"additionalProperties": {
"anyOf": [
@@ -1016,7 +1016,7 @@
"default": {}
},
"type": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/type"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/type"
},
"items": {
"anyOf": [
@@ -1080,16 +1080,16 @@
"type": "string"
},
"title": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/title"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/title"
},
"description": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/description"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/description"
},
"default": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/default"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/default"
},
"required": {
- "$ref": "http://json-schema.org/draft-04/schema#/definitions/stringArray"
+ "$ref": "https://json-schema.org/draft-04/schema#/definitions/stringArray"
},
"type": {
"type": "string",
@@ -1550,49 +1550,49 @@
"default": "csv"
},
"title": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/title"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/title"
},
"description": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/description"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/description"
},
"default": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/default"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/default"
},
"multipleOf": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/multipleOf"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/multipleOf"
},
"maximum": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/maximum"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/maximum"
},
"exclusiveMaximum": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/exclusiveMaximum"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/exclusiveMaximum"
},
"minimum": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/minimum"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/minimum"
},
"exclusiveMinimum": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/exclusiveMinimum"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/exclusiveMinimum"
},
"maxLength": {
- "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveInteger"
+ "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveInteger"
},
"minLength": {
- "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
+ "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
},
"pattern": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/pattern"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/pattern"
},
"maxItems": {
- "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveInteger"
+ "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveInteger"
},
"minItems": {
- "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
+ "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
},
"uniqueItems": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/uniqueItems"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/uniqueItems"
},
"enum": {
- "$ref": "http://json-schema.org/draft-04/schema#/properties/enum"
+ "$ref": "https://json-schema.org/draft-04/schema#/properties/enum"
},
"jsonReference": {
"type": "object",