Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Nov 17, 2023
1 parent 5615dac commit 17a6cdc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions bindings/anypointmq/0.0.1/message.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"headers": {
"oneOf": [
{
"$ref": "https://asyncapi.com/definitions/3.0.0/schema.json"
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json"
},
{
"$ref": "https://asyncapi.com/definitions/3.0.0/Reference.json"
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
}
],
"description": "A Schema object containing the definitions for Anypoint MQ-specific headers (protocol headers). This schema MUST be of type 'object' and have a 'properties' key. Examples of Anypoint MQ protocol headers are 'messageId' and 'messageGroupId'."
Expand Down
4 changes: 2 additions & 2 deletions bindings/http/0.1.0/message.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"headers": {
"oneOf": [
{
"$ref": "https://asyncapi.com/definitions/3.0.0/schema.json"
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json"
},
{
"$ref": "https://asyncapi.com/definitions/3.0.0/Reference.json"
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
}
],
"description": "\tA Schema object containing the definitions for HTTP-specific headers. This schema MUST be of type 'object' and have a 'properties' key."
Expand Down
4 changes: 2 additions & 2 deletions bindings/http/0.1.0/operation.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"query": {
"oneOf": [
{
"$ref": "https://asyncapi.com/definitions/3.0.0/schema.json"
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json"
},
{
"$ref": "https://asyncapi.com/definitions/3.0.0/Reference.json"
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
}
],
"description": "A Schema object containing the definitions for each query parameter. This schema MUST be of type 'object' and have a properties key."
Expand Down
8 changes: 4 additions & 4 deletions bindings/websockets/0.1.0/channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"query": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json",
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json"
},
{
"$ref": "https://asyncapi.com/definitions/3.0.0/Reference.json"
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
}
],
"description": "A Schema object containing the definitions for each query parameter. This schema MUST be of type 'object' and have a 'properties' key."
},
"headers": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json",
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json"
},
{
"$ref": "https://asyncapi.com/definitions/3.0.0/Reference.json"
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
}
],
"description": "A Schema object containing the definitions of the HTTP headers to use when establishing the connection. This schema MUST be of type 'object' and have a 'properties' key."
Expand Down

0 comments on commit 17a6cdc

Please sign in to comment.