diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 3cc81551380..83208960a3a 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -9241,6 +9241,12 @@ "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" + }, + { + "name": "pgxgen", + "description": "pgxgen configuration file", + "fileMatch": ["pgxgen.yml", "pgxgen.yaml"], + "url": "https://raw.githubusercontent.com/tkcrm/pgxgen/refs/heads/master/schemas/pgxgen-schema.json" } ] }