|
2 | 2 | "$schema": "https://json.schemastore.org/schema-catalog.json", |
3 | 3 | "version": 1, |
4 | 4 | "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 | + }, |
5 | 22 | { |
6 | 23 | "name": "Upsun config", |
7 | 24 | "description": "Upsun configuration file", |
|
157 | 174 | "name": "ABCSupplyPlan", |
158 | 175 | "description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner", |
159 | 176 | "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", |
161 | 178 | "versions": { |
162 | 179 | "1.0.0": "https://www.schemastore.org/abc-supply-plan-1.0.0.json", |
163 | 180 | "2.0.0": "https://www.schemastore.org/abc-supply-plan-2.0.0.json", |
|
171 | 188 | "10.0.0": "https://www.schemastore.org/abc-supply-plan-10.0.0.json", |
172 | 189 | "10.1.0": "https://www.schemastore.org/abc-supply-plan-10.1.0.json", |
173 | 190 | "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" |
175 | 193 | } |
176 | 194 | }, |
177 | 195 | { |
|
390 | 408 | "name": "Aurora Agile Meta-Framework", |
391 | 409 | "description": "Yaml for Aurora Agile Meta-Framework", |
392 | 410 | "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", |
394 | 412 | "versions": { |
395 | 413 | "1.0": "https://www.schemastore.org/aurora-1.0.json", |
396 | 414 | "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" |
398 | 417 | } |
399 | 418 | }, |
400 | 419 | { |
|
2545 | 2564 | "1.8": "https://raw.githubusercontent.com/knative/func/release-1.8/schema/func_yaml-schema.json" |
2546 | 2565 | } |
2547 | 2566 | }, |
| 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 | + }, |
2548 | 2573 | { |
2549 | 2574 | "name": "KSail", |
2550 | 2575 | "description": "Configuration for KSail", |
|
2620 | 2645 | "fileMatch": ["metadata.yaml", "metadata.display.yaml"], |
2621 | 2646 | "url": "https://www.schemastore.org/gcp-blueprint-metadata.json" |
2622 | 2647 | }, |
| 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 | + }, |
2623 | 2658 | { |
2624 | 2659 | "name": "Global Privacy Control", |
2625 | 2660 | "description": "Configuration for GPC, so a site can convey its support for the Global Privacy Control", |
|
2642 | 2677 | "6.1": "https://gitversion.net/schemas/6.1/GitVersion.configuration.json", |
2643 | 2678 | "6.2": "https://gitversion.net/schemas/6.2/GitVersion.configuration.json", |
2644 | 2679 | "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" |
2646 | 2682 | } |
2647 | 2683 | }, |
2648 | 2684 | { |
|
3310 | 3346 | "name": "JReleaser", |
3311 | 3347 | "description": "JReleaser config file", |
3312 | 3348 | "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", |
3314 | 3350 | "versions": { |
| 3351 | + "1.21.0": "https://www.schemastore.org/jreleaser-1.21.0.json", |
3315 | 3352 | "1.20.0": "https://www.schemastore.org/jreleaser-1.20.0.json", |
3316 | 3353 | "1.19.0": "https://www.schemastore.org/jreleaser-1.19.0.json", |
3317 | 3354 | "1.18.0": "https://www.schemastore.org/jreleaser-1.18.0.json", |
|
7331 | 7368 | "name": "Butane Config", |
7332 | 7369 | "description": "Fedora CoreOS Butane config file", |
7333 | 7370 | "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" |
7335 | 7372 | }, |
7336 | 7373 | { |
7337 | 7374 | "name": "Updatecli Compose", |
|
0 commit comments