chore: schema reorganization

This commit is contained in:
2026-08-31 11:02:55 +00:00
parent fe735c310b
commit 20ecc1e8bd
20 changed files with 112 additions and 22 deletions
@@ -0,0 +1,14 @@
{
"$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": "array",
"items": {
"type": "object",
"properties": {
"attr": { "type": "integer" },
"code": { "type": "integer" }
}
}
}