chore: schema reorganization
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v1/report/print/_vt_tray.schema.json",
|
||||
"title": "VtTray",
|
||||
"description": "This schema is used as Virtual Tray (external spool) or as a base for AmsTray. When empty, all values are zeroed and `tray_color` field is set to \"FFFFFF00\".",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": { "type": "string" },
|
||||
"tag_uid": { "type": "string" },
|
||||
"tray_id_name": { "type": "string" },
|
||||
"tray_info_idx": { "type": "string" },
|
||||
"tray_type": { "type": "string" },
|
||||
"tray_sub_brands": { "type": "string" },
|
||||
"tray_color": { "type": "string" },
|
||||
"tray_weight": { "type": "string" },
|
||||
"tray_diameter": { "type": "string" },
|
||||
"tray_temp": { "type": "string" },
|
||||
"tray_time": { "type": "string" },
|
||||
"bed_temp_type": { "type": "string" },
|
||||
"bed_temp": { "type": "string" },
|
||||
"nozzle_temp_min": { "type": "string" },
|
||||
"nozzle_temp_max": { "type": "string" },
|
||||
"xcam_info": { "type": "string" },
|
||||
"tray_uuid": { "type": "string" },
|
||||
"remain": { "type": "integer", "minimum": 0 },
|
||||
"k": { "type": "number" },
|
||||
"n": { "type": "number" },
|
||||
"cali_idx": { "type": "number" }
|
||||
},
|
||||
"required": [
|
||||
"id", "remain", "bed_temp", "bed_temp_type",
|
||||
"nozzle_temp_max", "nozzle_temp_min", "tag_uid", "tray_color",
|
||||
"tray_diameter", "tray_id_name", "tray_info_idx", "tray_sub_brands",
|
||||
"tray_type", "tray_uuid", "tray_weight", "xcam_info", "k", "n"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user