Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v6.5.2 #502

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1",
"version": "6.5.2",
"description": "AsyncAPI schema versions",
"main": "index.js",
"types": "index.d.ts",
Expand Down
22 changes: 11 additions & 11 deletions schemas/3.0.0-without-$id.json
Original file line number Diff line number Diff line change
Expand Up @@ -3532,7 +3532,7 @@
}
},
"then": {
"$ref": "#/definitions/bindings-http-0.2.0-message"
"$ref": "#/definitions/bindings-http-0.3.0-message"
}
},
{
Expand Down Expand Up @@ -3866,7 +3866,7 @@
}
}
},
"bindings-http-0.2.0-message": {
"bindings-http-0.3.0-message": {
"title": "HTTP message bindings object",
"description": "This object contains information about the message representation in HTTP.",
"type": "object",
Expand All @@ -3881,10 +3881,14 @@
"$ref": "#/definitions/schema",
"description": "\tA Schema object containing the definitions for HTTP-specific headers. This schema MUST be of type 'object' and have a 'properties' key."
},
"statusCode": {
"type": "number",
"description": "The HTTP response status code according to [RFC 9110](https://httpwg.org/specs/rfc9110.html#overview.of.status.codes). `statusCode` is only relevant for messages referenced by the [Operation Reply Object](https://www.asyncapi.com/docs/reference/specification/v3.0.0#operationReplyObject), as it defines the status code for the response. In all other cases, this value can be safely ignored."
},
"bindingVersion": {
"type": "string",
"enum": [
"0.2.0"
"0.3.0"
],
"description": "The version of this binding. If omitted, \"latest\" MUST be assumed."
}
Expand All @@ -3902,11 +3906,11 @@
}
}
},
"bindingVersion": "0.2.0"
"bindingVersion": "0.3.0"
}
]
},
"bindings-http-0.3.0-message": {
"bindings-http-0.2.0-message": {
"title": "HTTP message bindings object",
"description": "This object contains information about the message representation in HTTP.",
"type": "object",
Expand All @@ -3921,14 +3925,10 @@
"$ref": "#/definitions/schema",
"description": "\tA Schema object containing the definitions for HTTP-specific headers. This schema MUST be of type 'object' and have a 'properties' key."
},
"statusCode": {
"type": "number",
"description": "The HTTP response status code according to [RFC 9110](https://httpwg.org/specs/rfc9110.html#overview.of.status.codes). `statusCode` is only relevant for messages referenced by the [Operation Reply Object](https://www.asyncapi.com/docs/reference/specification/v3.0.0#operationReplyObject), as it defines the status code for the response. In all other cases, this value can be safely ignored."
},
"bindingVersion": {
"type": "string",
"enum": [
"0.3.0"
"0.2.0"
],
"description": "The version of this binding. If omitted, \"latest\" MUST be assumed."
}
Expand All @@ -3946,7 +3946,7 @@
}
}
},
"bindingVersion": "0.3.0"
"bindingVersion": "0.2.0"
}
]
},
Expand Down
26 changes: 13 additions & 13 deletions schemas/3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -3586,7 +3586,7 @@
}
},
"then": {
"$ref": "http://asyncapi.com/bindings/http/0.2.0/message.json"
"$ref": "http://asyncapi.com/bindings/http/0.3.0/message.json"
}
},
{
Expand Down Expand Up @@ -3920,8 +3920,8 @@
}
}
},
"http://asyncapi.com/bindings/http/0.2.0/message.json": {
"$id": "http://asyncapi.com/bindings/http/0.2.0/message.json",
"http://asyncapi.com/bindings/http/0.3.0/message.json": {
"$id": "http://asyncapi.com/bindings/http/0.3.0/message.json",
"title": "HTTP message bindings object",
"description": "This object contains information about the message representation in HTTP.",
"type": "object",
Expand All @@ -3936,10 +3936,14 @@
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json",
"description": "\tA Schema object containing the definitions for HTTP-specific headers. This schema MUST be of type 'object' and have a 'properties' key."
},
"statusCode": {
"type": "number",
"description": "The HTTP response status code according to [RFC 9110](https://httpwg.org/specs/rfc9110.html#overview.of.status.codes). `statusCode` is only relevant for messages referenced by the [Operation Reply Object](https://www.asyncapi.com/docs/reference/specification/v3.0.0#operationReplyObject), as it defines the status code for the response. In all other cases, this value can be safely ignored."
},
"bindingVersion": {
"type": "string",
"enum": [
"0.2.0"
"0.3.0"
],
"description": "The version of this binding. If omitted, \"latest\" MUST be assumed."
}
Expand All @@ -3957,12 +3961,12 @@
}
}
},
"bindingVersion": "0.2.0"
"bindingVersion": "0.3.0"
}
]
},
"http://asyncapi.com/bindings/http/0.3.0/message.json": {
"$id": "http://asyncapi.com/bindings/http/0.3.0/message.json",
"http://asyncapi.com/bindings/http/0.2.0/message.json": {
"$id": "http://asyncapi.com/bindings/http/0.2.0/message.json",
"title": "HTTP message bindings object",
"description": "This object contains information about the message representation in HTTP.",
"type": "object",
Expand All @@ -3977,14 +3981,10 @@
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json",
"description": "\tA Schema object containing the definitions for HTTP-specific headers. This schema MUST be of type 'object' and have a 'properties' key."
},
"statusCode": {
"type": "number",
"description": "The HTTP response status code according to [RFC 9110](https://httpwg.org/specs/rfc9110.html#overview.of.status.codes). `statusCode` is only relevant for messages referenced by the [Operation Reply Object](https://www.asyncapi.com/docs/reference/specification/v3.0.0#operationReplyObject), as it defines the status code for the response. In all other cases, this value can be safely ignored."
},
"bindingVersion": {
"type": "string",
"enum": [
"0.3.0"
"0.2.0"
],
"description": "The version of this binding. If omitted, \"latest\" MUST be assumed."
}
Expand All @@ -4002,7 +4002,7 @@
}
}
},
"bindingVersion": "0.3.0"
"bindingVersion": "0.2.0"
}
]
},
Expand Down
Loading