16 lines
461 B
JSON
16 lines
461 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v2/report/print/unload_filament.schema.json",
|
|
"title": "UnloadFilamentReport",
|
|
"allOf": [
|
|
{ "$ref": "../../../common/envelope.schema.json" },
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"command": { "const": "unload_filament" }
|
|
},
|
|
"required": ["param"]
|
|
}
|
|
]
|
|
}
|