Skip to content

Commit d3c26f5

Browse files
author
Phil Sturgeon
committed
https over http
1 parent e42b090 commit d3c26f5

19 files changed

+65
-67
lines changed

schemas/v1.2/apiDeclaration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v1.2/apiDeclaration.json#",
3-
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"$schema": "https://json-schema.org/draft-04/schema#",
44
"type": "object",
55
"required": [ "swaggerVersion", "basePath", "apis" ],
66
"properties": {

schemas/v1.2/authorizationObject.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v1.2/authorizationObject.json#",
3-
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"$schema": "https://json-schema.org/draft-04/schema#",
44
"type": "object",
55
"additionalProperties": {
66
"oneOf": [
@@ -56,4 +56,3 @@
5656
}
5757
}
5858
}
59-

schemas/v1.2/dataType.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v1.2/dataType.json#",
3-
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"$schema": "https://json-schema.org/draft-04/schema#",
44
"description": "Data type as described by the specification (version 1.2)",
55
"type": "object",
66
"oneOf": [
@@ -129,4 +129,4 @@
129129
]
130130
}
131131
}
132-
}
132+
}

schemas/v1.2/dataTypeBase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v1.2/dataTypeBase.json#",
3-
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"$schema": "https://json-schema.org/draft-04/schema#",
44
"description": "Data type fields (section 4.3.3)",
55
"type": "object",
66
"oneOf": [

schemas/v1.2/infoObject.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v1.2/infoObject.json#",
3-
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"$schema": "https://json-schema.org/draft-04/schema#",
44
"description": "info object (section 5.1.3)",
55
"type": "object",
66
"required": [ "title", "description" ],
@@ -13,4 +13,4 @@
1313
"licenseUrl": { "type": "string", "format": "uri" }
1414
},
1515
"additionalProperties": false
16-
}
16+
}

schemas/v1.2/modelsObject.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v1.2/modelsObject.json#",
3-
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"$schema": "https://json-schema.org/draft-04/schema#",
44
"type": "object",
55
"required": [ "id", "properties" ],
66
"properties": {
@@ -33,4 +33,3 @@
3333
}
3434
}
3535
}
36-

schemas/v1.2/oauth2GrantType.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v1.2/oauth2GrantType.json#",
3-
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"$schema": "https://json-schema.org/draft-04/schema#",
44
"type": "object",
55
"minProperties": 1,
66
"properties": {
@@ -54,4 +54,4 @@
5454
"additionalProperties": false
5555
}
5656
}
57-
}
57+
}

schemas/v1.2/operationObject.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v1.2/operationObject.json#",
3-
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"$schema": "https://json-schema.org/draft-04/schema#",
44
"type": "object",
55
"allOf": [
66
{ "$ref": "dataTypeBase.json#" },

schemas/v1.2/parameterObject.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v1.2/parameterObject.json#",
3-
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"$schema": "https://json-schema.org/draft-04/schema#",
44
"type": "object",
55
"allOf": [
66
{ "$ref": "dataTypeBase.json#" },

schemas/v1.2/resourceListing.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/schemas/v1.2/resourceListing.json#",
3-
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"$schema": "https://json-schema.org/draft-04/schema#",
44
"type": "object",
55
"required": [ "swaggerVersion", "apis" ],
66
"properties": {

0 commit comments

Comments
 (0)