Skip to content

Commit

Permalink
chore(release): v6.5.1 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Mar 14, 2024
1 parent d307ca2 commit b4841e4
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/specs",
"version": "6.5.0",
"version": "6.5.1",
"description": "AsyncAPI schema versions",
"main": "index.js",
"types": "index.d.ts",
Expand Down
18 changes: 9 additions & 9 deletions schemas/3.0.0-without-$id.json
Original file line number Diff line number Diff line change
Expand Up @@ -6537,7 +6537,7 @@
}
},
"then": {
"$ref": "#/definitions/bindings-http-0.2.0-operation"
"$ref": "#/definitions/bindings-http-0.3.0-operation"
}
},
{
Expand Down Expand Up @@ -6903,7 +6903,7 @@
"googlepubsub": {}
}
},
"bindings-http-0.2.0-operation": {
"bindings-http-0.3.0-operation": {
"title": "HTTP operation bindings object",
"description": "This object contains information about the operation representation in HTTP.",
"type": "object",
Expand Down Expand Up @@ -6936,7 +6936,7 @@
"bindingVersion": {
"type": "string",
"enum": [
"0.2.0"
"0.3.0"
],
"description": "The version of this binding. If omitted, 'latest' MUST be assumed."
}
Expand All @@ -6957,7 +6957,7 @@
},
"additionalProperties": false
},
"bindingVersion": "0.2.0"
"bindingVersion": "0.3.0"
},
{
"method": "GET",
Expand All @@ -6975,11 +6975,11 @@
},
"additionalProperties": false
},
"bindingVersion": "0.2.0"
"bindingVersion": "0.3.0"
}
]
},
"bindings-http-0.3.0-operation": {
"bindings-http-0.2.0-operation": {
"title": "HTTP operation bindings object",
"description": "This object contains information about the operation representation in HTTP.",
"type": "object",
Expand Down Expand Up @@ -7012,7 +7012,7 @@
"bindingVersion": {
"type": "string",
"enum": [
"0.3.0"
"0.2.0"
],
"description": "The version of this binding. If omitted, 'latest' MUST be assumed."
}
Expand All @@ -7033,7 +7033,7 @@
},
"additionalProperties": false
},
"bindingVersion": "0.3.0"
"bindingVersion": "0.2.0"
},
{
"method": "GET",
Expand All @@ -7051,7 +7051,7 @@
},
"additionalProperties": false
},
"bindingVersion": "0.3.0"
"bindingVersion": "0.2.0"
}
]
},
Expand Down
22 changes: 11 additions & 11 deletions schemas/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -6622,7 +6622,7 @@
}
},
"then": {
"$ref": "http://asyncapi.com/bindings/http/0.2.0/operation.json"
"$ref": "http://asyncapi.com/bindings/http/0.3.0/operation.json"
}
},
{
Expand Down Expand Up @@ -6988,8 +6988,8 @@
"googlepubsub": {}
}
},
"http://asyncapi.com/bindings/http/0.2.0/operation.json": {
"$id": "http://asyncapi.com/bindings/http/0.2.0/operation.json",
"http://asyncapi.com/bindings/http/0.3.0/operation.json": {
"$id": "http://asyncapi.com/bindings/http/0.3.0/operation.json",
"title": "HTTP operation bindings object",
"description": "This object contains information about the operation representation in HTTP.",
"type": "object",
Expand Down Expand Up @@ -7022,7 +7022,7 @@
"bindingVersion": {
"type": "string",
"enum": [
"0.2.0"
"0.3.0"
],
"description": "The version of this binding. If omitted, 'latest' MUST be assumed."
}
Expand All @@ -7043,7 +7043,7 @@
},
"additionalProperties": false
},
"bindingVersion": "0.2.0"
"bindingVersion": "0.3.0"
},
{
"method": "GET",
Expand All @@ -7061,12 +7061,12 @@
},
"additionalProperties": false
},
"bindingVersion": "0.2.0"
"bindingVersion": "0.3.0"
}
]
},
"http://asyncapi.com/bindings/http/0.3.0/operation.json": {
"$id": "http://asyncapi.com/bindings/http/0.3.0/operation.json",
"http://asyncapi.com/bindings/http/0.2.0/operation.json": {
"$id": "http://asyncapi.com/bindings/http/0.2.0/operation.json",
"title": "HTTP operation bindings object",
"description": "This object contains information about the operation representation in HTTP.",
"type": "object",
Expand Down Expand Up @@ -7099,7 +7099,7 @@
"bindingVersion": {
"type": "string",
"enum": [
"0.3.0"
"0.2.0"
],
"description": "The version of this binding. If omitted, 'latest' MUST be assumed."
}
Expand All @@ -7120,7 +7120,7 @@
},
"additionalProperties": false
},
"bindingVersion": "0.3.0"
"bindingVersion": "0.2.0"
},
{
"method": "GET",
Expand All @@ -7138,7 +7138,7 @@
},
"additionalProperties": false
},
"bindingVersion": "0.3.0"
"bindingVersion": "0.2.0"
}
]
},
Expand Down

0 comments on commit b4841e4

Please sign in to comment.