Skip to content

Commit 4c37577

Browse files
authored
Chromia Seeder Config Files (SchemaStore#4697)
1 parent c809188 commit 4c37577

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/api/json/catalog.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,18 @@
10781078
"fileMatch": ["chromia.yml", "chromia.yaml"],
10791079
"url": "https://gitlab.com/chromaway/core-tools/chromia-cli-tools/-/raw/dev/chromia-build-tools/src/main/resources/chromia-model-schema.json"
10801080
},
1081+
{
1082+
"name": "Chromia Seeder Root Config",
1083+
"description": "Chromia Seeder Root Config File",
1084+
"fileMatch": ["**/.chromia/seeder/**/seeder.yml"],
1085+
"url": "https://gitlab.com/chromaway/core-tools/rell-toolbox/-/raw/dev/seeder/src/main/resources/chromia-seeder-config-schema.json"
1086+
},
1087+
{
1088+
"name": "Chromia Seeder Module Config",
1089+
"description": "Chromia Seeder Module Config File",
1090+
"fileMatch": ["**/.chromia/seeder/**/modules/**/*.yml"],
1091+
"url": "https://gitlab.com/chromaway/core-tools/rell-toolbox/-/raw/dev/seeder/src/main/resources/chromia-seeder-module-schema.json"
1092+
},
10811093
{
10821094
"name": "cibuildwheel",
10831095
"description": "cibuildwheel, a Python redistributable wheel builder",

0 commit comments

Comments
 (0)