Skip to content

Commit 6d9e17a

Browse files
authored
Add Robust Station Image schema to the catalog (SchemaStore#4962)
* Add Robust Station Image schema https://docs.spacestation14.com/en/specifications/robust-station-image.html#json * Fix formatting * Formatting again
1 parent 2f6c6e3 commit 6d9e17a

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
@@ -8553,6 +8553,12 @@
85538553
"description": "Zarf Packages contain a comprehensive description of system software and all of it's components for declaratively deploying in a disconnected environment",
85548554
"fileMatch": ["**/zarf.yaml", "**/zarf.yml"],
85558555
"url": "https://www.schemastore.org/zarf.json"
8556+
},
8557+
{
8558+
"name": "Robust Station Image",
8559+
"description": "Space Station 14 RSI validation",
8560+
"fileMatch": ["**/*.rsi/meta.json"],
8561+
"url": "https://raw.githubusercontent.com/space-wizards/RobustToolbox/refs/heads/master/Schemas/rsi.json"
85568562
}
85578563
]
85588564
}

0 commit comments

Comments
 (0)