Skip to content

Commit 6a8f781

Browse files
authored
Merge branch 'SchemaStore:master' into master
2 parents bc829cc + efa5486 commit 6a8f781

25 files changed

+13804
-375
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pull-requests: 'write'
2828
steps:
2929
- uses: 'actions/checkout@v5'
30-
- uses: 'actions/setup-node@v5'
30+
- uses: 'actions/setup-node@v6'
3131
with:
3232
node-version: '18'
3333
cache: 'npm'

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: ${{ github.repository_owner == 'SchemaStore' }}
2727
steps:
2828
- uses: 'actions/checkout@v5'
29-
- uses: 'actions/setup-node@v5'
29+
- uses: 'actions/setup-node@v6'
3030
with:
3131
node-version: '22'
3232
cache: 'npm'

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v5
12-
- uses: actions/setup-node@v5
12+
- uses: actions/setup-node@v6
1313
with:
1414
node-version: '18'
1515
cache: 'npm'

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ repos:
2525
args:
2626
[
2727
'--ignore-words-list',
28-
'crate,ninjs,ans,specif,seh,specifid,deriver,isnt,tye,forin,dependees,rouge,interm,fo,wast,nome,statics,ue,aack,gost,inout,provId,handels,bu,testng,ags,edn,aks,te,decorder,provid,branche,alse,nd,mape,wil,clude,wit,flate,omlet,THIRDPARTY,NotIn,notIn,CopyIn,Requestor,requestor,re-use,ofo,abl,dout,foto,vor,wel,NAM,everyTime',
28+
'crate,ninjs,ans,specif,seh,specifid,deriver,isnt,tye,forin,dependees,rouge,interm,fo,wast,nome,statics,ue,aack,gost,inout,provId,handels,bu,testng,ags,edn,aks,te,decorder,provid,branche,alse,nd,mape,wil,clude,wit,flate,omlet,THIRDPARTY,NotIn,notIn,CopyIn,Requestor,requestor,re-use,ofo,abl,dout,foto,vor,wel,NAM,BRIN,everyTime',
2929
]

src/api/json/catalog.json

Lines changed: 44 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
},
16+
{
17+
"name": "Bacon config",
18+
"description": "Bacon configuration file",
19+
"fileMatch": ["bacon.toml", "**/bacon/prefs.toml"],
20+
"url": "https://dystroy.org/bacon/.bacon.schema.json"
21+
},
522
{
623
"name": "Upsun config",
724
"description": "Upsun configuration file",
@@ -157,7 +174,7 @@
157174
"name": "ABCSupplyPlan",
158175
"description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
159176
"fileMatch": ["abc-supply-plan-*.json"],
160-
"url": "https://www.schemastore.org/abc-supply-plan-11.1.0.json",
177+
"url": "https://www.schemastore.org/abc-supply-plan-11.2.0.json",
161178
"versions": {
162179
"1.0.0": "https://www.schemastore.org/abc-supply-plan-1.0.0.json",
163180
"2.0.0": "https://www.schemastore.org/abc-supply-plan-2.0.0.json",
@@ -171,7 +188,8 @@
171188
"10.0.0": "https://www.schemastore.org/abc-supply-plan-10.0.0.json",
172189
"10.1.0": "https://www.schemastore.org/abc-supply-plan-10.1.0.json",
173190
"11.0.0": "https://www.schemastore.org/abc-supply-plan-11.0.0.json",
174-
"11.1.0": "https://www.schemastore.org/abc-supply-plan-11.1.0.json"
191+
"11.1.0": "https://www.schemastore.org/abc-supply-plan-11.1.0.json",
192+
"11.2.0": "https://www.schemastore.org/abc-supply-plan-11.2.0.json"
175193
}
176194
},
177195
{
@@ -390,11 +408,12 @@
390408
"name": "Aurora Agile Meta-Framework",
391409
"description": "Yaml for Aurora Agile Meta-Framework",
392410
"fileMatch": ["*.aurora.yaml", "*.aurora.yml"],
393-
"url": "https://www.schemastore.org/aurora-1.2.json",
411+
"url": "https://www.schemastore.org/aurora-1.3.json",
394412
"versions": {
395413
"1.0": "https://www.schemastore.org/aurora-1.0.json",
396414
"1.1": "https://www.schemastore.org/aurora-1.1.json",
397-
"1.2": "https://www.schemastore.org/aurora-1.2.json"
415+
"1.2": "https://www.schemastore.org/aurora-1.2.json",
416+
"1.3": "https://www.schemastore.org/aurora-1.3.json"
398417
}
399418
},
400419
{
@@ -2545,6 +2564,12 @@
25452564
"1.8": "https://raw.githubusercontent.com/knative/func/release-1.8/schema/func_yaml-schema.json"
25462565
}
25472566
},
2567+
{
2568+
"name": "Knip",
2569+
"description": "Knip configuration files",
2570+
"fileMatch": ["knip.json", ".knip.json", "knip.jsonc", ".knip.jsonc"],
2571+
"url": "https://unpkg.com/knip@5/schema.json"
2572+
},
25482573
{
25492574
"name": "KSail",
25502575
"description": "Configuration for KSail",
@@ -2620,6 +2645,16 @@
26202645
"fileMatch": ["metadata.yaml", "metadata.display.yaml"],
26212646
"url": "https://www.schemastore.org/gcp-blueprint-metadata.json"
26222647
},
2648+
{
2649+
"name": "Gemini CLI settings",
2650+
"description": "Configuration for Gemini CLI settings files",
2651+
"fileMatch": [
2652+
"**/.gemini/settings.json",
2653+
"**/gemini-cli/settings.json",
2654+
"**/GeminiCli/settings.json"
2655+
],
2656+
"url": "https://raw.githubusercontent.com/google-gemini/gemini-cli/refs/heads/main/schemas/settings.schema.json"
2657+
},
26232658
{
26242659
"name": "Global Privacy Control",
26252660
"description": "Configuration for GPC, so a site can convey its support for the Global Privacy Control",
@@ -2642,7 +2677,8 @@
26422677
"6.1": "https://gitversion.net/schemas/6.1/GitVersion.configuration.json",
26432678
"6.2": "https://gitversion.net/schemas/6.2/GitVersion.configuration.json",
26442679
"6.3": "https://gitversion.net/schemas/6.3/GitVersion.configuration.json",
2645-
"6.4": "https://gitversion.net/schemas/6.4/GitVersion.configuration.json"
2680+
"6.4": "https://gitversion.net/schemas/6.4/GitVersion.configuration.json",
2681+
"6.5": "https://gitversion.net/schemas/6.5/GitVersion.configuration.json"
26462682
}
26472683
},
26482684
{
@@ -3310,8 +3346,9 @@
33103346
"name": "JReleaser",
33113347
"description": "JReleaser config file",
33123348
"fileMatch": ["jreleaser.yml", "jreleaser.json"],
3313-
"url": "https://www.schemastore.org/jreleaser-1.20.0.json",
3349+
"url": "https://www.schemastore.org/jreleaser-1.21.0.json",
33143350
"versions": {
3351+
"1.21.0": "https://www.schemastore.org/jreleaser-1.21.0.json",
33153352
"1.20.0": "https://www.schemastore.org/jreleaser-1.20.0.json",
33163353
"1.19.0": "https://www.schemastore.org/jreleaser-1.19.0.json",
33173354
"1.18.0": "https://www.schemastore.org/jreleaser-1.18.0.json",
@@ -7331,7 +7368,7 @@
73317368
"name": "Butane Config",
73327369
"description": "Fedora CoreOS Butane config file",
73337370
"fileMatch": ["*.bu"],
7334-
"url": "https://raw.githubusercontent.com/Relativ-IT/Butane-Schemas/Release/Butane-Schema.json"
7371+
"url": "https://relativ-it.github.io/Butane-Schemas/Butane-Schema.json"
73357372
},
73367373
{
73377374
"name": "Updatecli Compose",
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://json.schemastore.org/abc-supply-plan-11.2.0.json",
3+
"abcMaterialsMap": {},
4+
"analytics": {
5+
"items": [],
6+
"layouts": [],
7+
"tabs": []
8+
},
9+
"planDate": "2020-03-01",
10+
"planNotes": "{\"blocks\":[{\"key\":\"8o58p\",\"text\":\"Plan for March 2020\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[],\"data\":{}}],\"entityMap\":{}}",
11+
"recipeMap": {},
12+
"this_is_an_invalid_property": {
13+
"this_is_an_invalid_object_property": "this_is_an_invalid_object_value"
14+
}
15+
}
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"$schema": "https://json.schemastore.org/abc-supply-plan-11.2.0.json",
3+
"abcMaterialsMap": {
4+
"1": {
5+
"abcMaterialName": "FDP",
6+
"actuals": {},
7+
"currency": "USD",
8+
"decimalPrecision": 0,
9+
"demand": {
10+
"2020-07-01": 100
11+
},
12+
"doExpiryCarryover": false,
13+
"expiryAdjustments": {},
14+
"firmOrders": [],
15+
"firmRelease": {},
16+
"firmingPeriod": 0,
17+
"inventory": {},
18+
"leadTime": 3,
19+
"lifetime": 10,
20+
"lotSizes": [
21+
{
22+
"endDate": null,
23+
"startDate": null,
24+
"timeDependentValue": 100.5
25+
}
26+
],
27+
"maximumInventories": [],
28+
"minimumInventories": [],
29+
"ordering": 1,
30+
"otherDemand": {},
31+
"otherDemandAnnotations": {},
32+
"plannedOrders": {},
33+
"plannedRelease": {},
34+
"productionMethod": "CumulativeLeadTime",
35+
"timeAggregateType": "Monthly",
36+
"x": 249,
37+
"y": 127
38+
}
39+
},
40+
"analytics": {
41+
"items": [],
42+
"layouts": [],
43+
"tabs": []
44+
},
45+
"planDate": "2020-03-01",
46+
"planNotes": "{\"blocks\":[{\"key\":\"8o58p\",\"text\":\"Plan for March 2020\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[],\"data\":{}}],\"entityMap\":{}}",
47+
"recipeMap": {}
48+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://json.schemastore.org/abc-supply-plan-11.2.0.json",
3+
"abcMaterialsMap": {},
4+
"analytics": {
5+
"items": [],
6+
"layouts": [],
7+
"tabs": []
8+
},
9+
"planDate": "March 1st, 2020",
10+
"planNotes": "{\"blocks\":[{\"key\":\"8o58p\",\"text\":\"Plan for March 2020\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[],\"data\":{}}],\"entityMap\":{}}",
11+
"recipeMap": {}
12+
}
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"$schema": "https://json.schemastore.org/abc-supply-plan-11.2.0.json",
3+
"abcMaterialsMap": {
4+
"1": {
5+
"abcMaterialName": "FDP",
6+
"actuals": {},
7+
"currency": "USD",
8+
"decimalPrecision": "zero",
9+
"demand": {
10+
"2020-07-01": "one hundred"
11+
},
12+
"doExpiryCarryover": false,
13+
"expiryAdjustments": {},
14+
"firmOrders": [],
15+
"firmRelease": {},
16+
"firmingPeriod": "0",
17+
"inventory": {},
18+
"leadTime": "three",
19+
"lifetime": 10,
20+
"lotSizes": [
21+
{
22+
"endDate": null,
23+
"startDate": null,
24+
"timeDependentValue": "2000"
25+
}
26+
],
27+
"maximumInventories": [],
28+
"minimumInventories": [],
29+
"ordering": 1,
30+
"otherDemand": {},
31+
"otherDemandAnnotations": {},
32+
"plannedOrders": {},
33+
"plannedRelease": {},
34+
"productionMethod": "CumulativeLeadTime",
35+
"timeAggregateType": "Monthly",
36+
"x": 249,
37+
"y": 127
38+
}
39+
},
40+
"analytics": {
41+
"items": [],
42+
"layouts": [],
43+
"tabs": []
44+
},
45+
"planDate": "2020-03-01",
46+
"planNotes": "{\"blocks\":[{\"key\":\"8o58p\",\"text\":\"Plan for March 2020\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[],\"data\":{}}],\"entityMap\":{}}",
47+
"recipeMap": {}
48+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"abcMaterialsMap": {},
3+
"analytics": {
4+
"items": [],
5+
"layouts": [],
6+
"tabs": []
7+
},
8+
"planDate": "2020-03-01",
9+
"planNotes": "{\"blocks\":[{\"key\":\"8o58p\",\"text\":\"Plan for March 2020\",\"type\":\"unstyled\",\"depth\":0,\"inlineStyleRanges\":[],\"entityRanges\":[],\"data\":{}}],\"entityMap\":{}}",
10+
"recipeMap": {}
11+
}

0 commit comments

Comments
 (0)