Skip to content

Commit 4a030d4

Browse files
pzfreoestampo
andauthored
Add estampo.toml schema (self-hosted) (#5586)
estampo is a build system for reproducible 3D prints. Users write an estampo.toml config file to define parts, slicer settings, and pipeline stages. Schema is hosted at: https://raw.githubusercontent.com/estampo/estampo/main/docs/estampo.schema.json Project: https://github.com/estampo/estampo Co-authored-by: estampo <estampo@users.noreply.github.com>
1 parent 812908d commit 4a030d4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,6 +2649,12 @@
26492649
"description": "Esquio configuration files",
26502650
"url": "https://www.schemastore.org/esquio.json"
26512651
},
2652+
{
2653+
"name": "estampo.toml",
2654+
"description": "Configuration for estampo, the build system for reproducible 3D prints",
2655+
"fileMatch": ["estampo.toml", "estampo.*.toml"],
2656+
"url": "https://raw.githubusercontent.com/estampo/estampo/main/docs/estampo.schema.json"
2657+
},
26522658
{
26532659
"name": "epr-manifest.json",
26542660
"description": "Entry Point Regulation manifest file",

0 commit comments

Comments
 (0)