summaryrefslogtreecommitdiff
path: root/jsonschema/benchmarks
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-03-23 15:31:23 -0400
committerJulian Berman <Julian@GrayVines.com>2020-03-23 15:31:23 -0400
commit3cb93f06d6aee585d0fe86979a258521585d02ef (patch)
tree3338a2a4c3f9795e360d3a6b19a3d4166fd05a79 /jsonschema/benchmarks
parent5e71e05cb141b537c6dd9dcd5c748d6046e02d9e (diff)
downloadjsonschema-3cb93f06d6aee585d0fe86979a258521585d02ef.tar.gz
Only the draft2019-09 draft actually uses an HTTPS URI.
The other drafts are *available* over HTTPS, but their canonical URI has apparently not changed.
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 da7c4ae..804c340 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": "https://json-schema.org/draft-04/schema#",
+ "$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"swagger",
@@ -951,58 +951,58 @@
"type": "string"
},
"title": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/title"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/title"
},
"description": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/description"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/description"
},
"default": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/default"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/default"
},
"multipleOf": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/multipleOf"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/multipleOf"
},
"maximum": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/maximum"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/maximum"
},
"exclusiveMaximum": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/exclusiveMaximum"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/exclusiveMaximum"
},
"minimum": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/minimum"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/minimum"
},
"exclusiveMinimum": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/exclusiveMinimum"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/exclusiveMinimum"
},
"maxLength": {
- "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveInteger"
+ "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveInteger"
},
"minLength": {
- "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
+ "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
},
"pattern": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/pattern"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/pattern"
},
"maxItems": {
- "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveInteger"
+ "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveInteger"
},
"minItems": {
- "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
+ "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
},
"uniqueItems": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/uniqueItems"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/uniqueItems"
},
"maxProperties": {
- "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveInteger"
+ "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveInteger"
},
"minProperties": {
- "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
+ "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
},
"required": {
- "$ref": "https://json-schema.org/draft-04/schema#/definitions/stringArray"
+ "$ref": "http://json-schema.org/draft-04/schema#/definitions/stringArray"
},
"enum": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/enum"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/enum"
},
"additionalProperties": {
"anyOf": [
@@ -1016,7 +1016,7 @@
"default": {}
},
"type": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/type"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/type"
},
"items": {
"anyOf": [
@@ -1080,16 +1080,16 @@
"type": "string"
},
"title": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/title"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/title"
},
"description": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/description"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/description"
},
"default": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/default"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/default"
},
"required": {
- "$ref": "https://json-schema.org/draft-04/schema#/definitions/stringArray"
+ "$ref": "http://json-schema.org/draft-04/schema#/definitions/stringArray"
},
"type": {
"type": "string",
@@ -1550,49 +1550,49 @@
"default": "csv"
},
"title": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/title"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/title"
},
"description": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/description"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/description"
},
"default": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/default"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/default"
},
"multipleOf": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/multipleOf"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/multipleOf"
},
"maximum": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/maximum"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/maximum"
},
"exclusiveMaximum": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/exclusiveMaximum"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/exclusiveMaximum"
},
"minimum": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/minimum"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/minimum"
},
"exclusiveMinimum": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/exclusiveMinimum"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/exclusiveMinimum"
},
"maxLength": {
- "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveInteger"
+ "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveInteger"
},
"minLength": {
- "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
+ "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
},
"pattern": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/pattern"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/pattern"
},
"maxItems": {
- "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveInteger"
+ "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveInteger"
},
"minItems": {
- "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
+ "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0"
},
"uniqueItems": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/uniqueItems"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/uniqueItems"
},
"enum": {
- "$ref": "https://json-schema.org/draft-04/schema#/properties/enum"
+ "$ref": "http://json-schema.org/draft-04/schema#/properties/enum"
},
"jsonReference": {
"type": "object",