15 lines
514 B
JSON
15 lines
514 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/airduct_part.schema.json",
|
|
"title": "DeviceAirductPart",
|
|
"description": "Schema for available airduct parts",
|
|
"type": "object",
|
|
"properties": {
|
|
"func": { "type": "integer" },
|
|
"id": { "type": "integer" },
|
|
"range": { "type": "integer" },
|
|
"state": { "type": "integer" },
|
|
"tar_state": { "type": "integer" }
|
|
}
|
|
}
|