From 4e0df64cee1e4c61fa077647ddee47581d15a139 Mon Sep 17 00:00:00 2001 From: Jem Davies Date: Mon, 19 Jan 2026 19:52:05 +0000 Subject: [PATCH 1/2] add bento stream configuration file schema Signed-off-by: Jem Davies --- src/api/json/catalog.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 938073a44a6..3d8cc7a9bb4 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -9201,6 +9201,15 @@ "description": "Configuration for unqueryvet - a Go linter for SQL queries", "fileMatch": [".unqueryvet.yaml", ".unqueryvet.yml"], "url": "https://raw.githubusercontent.com/MirrexOne/unqueryvet/main/schema.json" + }, + { + "name": "Bento", + "description": "Bento stream configuration file", + "fileMatch": [ + "bento.json", + "bento.yml", + "bento.yaml" ], + "url": "https://raw.githubusercontent.com/warpstreamlabs/bento/refs/heads/main/resources/schemastore/bento.json" } ] } From 770115b3fbde21508f6fe2143a253285b3eb9c82 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 19:55:10 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/api/json/catalog.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 3d8cc7a9bb4..f38d407baad 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -9205,10 +9205,7 @@ { "name": "Bento", "description": "Bento stream configuration file", - "fileMatch": [ - "bento.json", - "bento.yml", - "bento.yaml" ], + "fileMatch": ["bento.json", "bento.yml", "bento.yaml"], "url": "https://raw.githubusercontent.com/warpstreamlabs/bento/refs/heads/main/resources/schemastore/bento.json" } ]