From 3b822a76928684204fdd1220989de20a49ffdca2 Mon Sep 17 00:00:00 2001
From: Jonas Lagoni <jonas-lt@live.dk>
Date: Tue, 12 Mar 2024 14:30:25 +0100
Subject: [PATCH] fix: http operation bindings not using latest version

---
 definitions/3.0.0/operationBindingsObject.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/definitions/3.0.0/operationBindingsObject.json b/definitions/3.0.0/operationBindingsObject.json
index 9d0bede0..965354fd 100644
--- a/definitions/3.0.0/operationBindingsObject.json
+++ b/definitions/3.0.0/operationBindingsObject.json
@@ -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"
           }
         },
         {
@@ -351,4 +351,4 @@
   },
   "$schema": "http://json-schema.org/draft-07/schema#",
   "$id": "http://asyncapi.com/definitions/3.0.0/operationBindingsObject.json"
-}
\ No newline at end of file
+}