Files
continuum-schemas/schemas/bambulab/v2/common/device/holder.schema.json
T

19 lines
588 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/common/device/holder.schema.json",
"title": "DeviceHolder",
"description": "Detailed info about Holder",
"type": "object",
"properties": {
"step": {
"type": "array",
"items": { "type": "integer" }
},
"info": { "type": "integer" },
"job": { "type": "integer" },
"pos": { "type": "integer" },
"stat": { "type": "integer" }
},
"required": ["step", "info", "job", "pos", "stat"]
}