Skip to content

Commit 5f24b24

Browse files
authored
feat: Add Starfish configuration to catalog.json (SchemaStore#4973)
* feat: Add Starfish configuration to catalog.json * fix: description
1 parent b9dc790 commit 5f24b24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5628,6 +5628,12 @@
56285628
"fileMatch": ["**/.github/stale.yml"],
56295629
"url": "https://www.schemastore.org/stale.json"
56305630
},
5631+
{
5632+
"name": "Starfish",
5633+
"description": "Configuration file for Starfish",
5634+
"fileMatch": ["starfish.yml"],
5635+
"url": "https://raw.githubusercontent.com/veepee-oss/json-schema/refs/heads/main/starfish/1-latest/starfish-schema.json"
5636+
},
56315637
{
56325638
"name": "Starship",
56335639
"description": "Configuration file for Starship. Documentation: https://starship.rs",

0 commit comments

Comments
 (0)