Skip to content

Commit 615f847

Browse files
Add Release Hub schema to catalog.json (SchemaStore#5103)
Added schema for Release Hub configuration files.
1 parent 9828892 commit 615f847

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/api/json/catalog.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
"$schema": "https://json.schemastore.org/schema-catalog.json",
33
"version": 1,
44
"schemas": [
5+
{
6+
"name": "release-hub.json",
7+
"description": "Configuration file for Release Hub",
8+
"fileMatch": [
9+
".release-hub.json",
10+
".release-hub.config.json",
11+
"release-hub.json",
12+
"release-hub.config.json"
13+
],
14+
"url": "https://raw.githubusercontent.com/teneplaysofficial/release-hub/main/schema/release-hub.schema.json"
15+
},
516
{
617
"name": "Bacon config",
718
"description": "Bacon configuration file",

0 commit comments

Comments
 (0)