Skip to content

Commit

Permalink
use http
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya committed Dec 4, 2023
1 parent 9f9e56b commit 0487f17
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions bindings/mqtt/0.2.0/message.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"correlationData": {
"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": "Correlation Data is used by the sender of the request message to identify which request the response message is for when it is received."
Expand All @@ -43,7 +43,7 @@
"$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": "The topic (channel URI) to be used for a response message."
Expand Down
4 changes: 2 additions & 2 deletions bindings/mqtt/0.2.0/operation.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"maximum": 4294967295
},
{
"$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": "Lifetime of the message in seconds"
Expand Down
8 changes: 4 additions & 4 deletions bindings/mqtt/0.2.0/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"minimum": 0
},
{
"$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": "Interval time in seconds or a Schema Object containing the definition of the interval. The broker maintains a session for a disconnected client until this interval expires."
Expand All @@ -70,10 +70,10 @@
"maximum": 4294967295
},
{
"$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": "Number of bytes or a Schema Object representing the Maximum Packet Size the Client is willing to accept."
Expand Down

0 comments on commit 0487f17

Please sign in to comment.