19 lines
442 B
JSON
19 lines
442 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v1/common/online.schema.json",
|
|
"title": "Online",
|
|
"description": "Printer online/offline status",
|
|
"type": "object",
|
|
"properties": {
|
|
"ahb": {
|
|
"type": "boolean"
|
|
},
|
|
"rfid": {
|
|
"type": "boolean"
|
|
},
|
|
"version": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|