feat: Added unload filament schema

This commit is contained in:
2026-08-31 21:42:43 +00:00
parent d4b9f62de0
commit 053f1d3ec4
4 changed files with 47 additions and 2 deletions
@@ -1,7 +1,7 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v1/request/print/gcode_line.schema.json",
"title": "GcodeLineRequest",
"$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v1/request/print/unload_filament.schema.json",
"title": "UnloadFilamentRequest",
"allOf": [
{ "$ref": "../../../common/envelope.schema.json" },
{