Skip to content

Commit

Permalink
fix: http operation bindings not using latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Mar 12, 2024
1 parent fc82793 commit 3b822a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definitions/3.0.0/operationBindingsObject.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/operation.json"
"$ref": "http://asyncapi.com/bindings/http/0.3.0/operation.json"
}
},
{
Expand Down Expand Up @@ -351,4 +351,4 @@
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.0.0/operationBindingsObject.json"
}
}

0 comments on commit 3b822a7

Please sign in to comment.