Skip to content

Commit ccc76bb

Browse files
iloveitalyclaude
andauthored
Add support for railpack.json (SchemaStore#5136)
- Register Railpack schema in catalog with railpack.json file pattern - Point to external schema hosted at https://schema.railpack.com Railpack is a deployment tool that uses railpack.json for build and deploy configuration. The schema is maintained by Railpack at https://schema.railpack.com Reference: https://railpack.com/config/file/ Co-authored-by: Claude <[email protected]>
1 parent f024fa7 commit ccc76bb

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
@@ -4997,6 +4997,12 @@
49974997
"fileMatch": ["railway.toml", "railway.json"],
49984998
"url": "https://railway.com/railway.schema.json"
49994999
},
5000+
{
5001+
"name": "Railpack",
5002+
"description": "Configuration file for Railpack deployment tool",
5003+
"fileMatch": ["railpack.json"],
5004+
"url": "https://schema.railpack.com"
5005+
},
50005006
{
50015007
"name": "Rattler-build",
50025008
"description": "Rattler-build recipe",

0 commit comments

Comments
 (0)