chore: schema reorganization
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v1/common/ams_unit.schema.json",
|
||||
"title": "AmsUnit",
|
||||
"description": "One physical AMS unit (Bambu's numbering starts at 0 via `id`).",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"tray": {
|
||||
"type": "array",
|
||||
"items": { "$ref": "_ams_tray.schema.json" }
|
||||
},
|
||||
"chip_id": { "type": "string" },
|
||||
"ams_id": { "type": "string" },
|
||||
"check": { "type": "integer" },
|
||||
"id": { "type": "string" },
|
||||
"humidity": { "type": "string" },
|
||||
"humidity_raw": { "type": "string" },
|
||||
"temp": { "type": "string" },
|
||||
"dry_time": { "type": "integer" },
|
||||
"info": { "type": "string" }
|
||||
},
|
||||
"required": ["humidity", "id", "temp", "tray"]
|
||||
}
|
||||
Reference in New Issue
Block a user