Skip to content

Commit

Permalink
fix: http message bindings not using latest version (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Mar 14, 2024
1 parent b4841e4 commit 0301e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definitions/3.0.0/messageBindingsObject.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 @@ -325,4 +325,4 @@
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.0.0/messageBindingsObject.json"
}
}

0 comments on commit 0301e5a

Please sign in to comment.