Skip to content

Commit 298b9d8

Browse files
authored
add pgxgen configuration file schema (SchemaStore#5303)
1 parent 532c9c8 commit 298b9d8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9241,6 +9241,12 @@
92419241
"description": "Bento stream configuration file",
92429242
"fileMatch": ["bento.json", "bento.yml", "bento.yaml"],
92439243
"url": "https://raw.githubusercontent.com/warpstreamlabs/bento/refs/heads/main/resources/schemastore/bento.json"
9244+
},
9245+
{
9246+
"name": "pgxgen",
9247+
"description": "pgxgen configuration file",
9248+
"fileMatch": ["pgxgen.yml", "pgxgen.yaml"],
9249+
"url": "https://raw.githubusercontent.com/tkcrm/pgxgen/refs/heads/master/schemas/pgxgen-schema.json"
92449250
}
92459251
]
92469252
}

0 commit comments

Comments
 (0)