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
@@ -10,16 +10,16 @@
"properties": {
"command": { "const": "push_status" },
"upgrade_state": { "$ref": "_upgrade_state.schema.json" },
"ipcam": { "$ref": "_ipcam.schema.json" },
"upload": { "$ref": "_upload.schema.json" },
"net": { "$ref": "_net.schema.json" },
"hms": { "$ref": "_hms.schema.json" },
"online": { "$ref": "_online.schema.json" },
"ams": { "$ref": "_ams.schema.json" },
"vt_tray": { "$ref": "_vt_tray.schema.json" },
"lights_report": { "$ref": "_lights_report.schema.json" },
"xcam": { "$ref": "_xcam.schema.json" },
"upgrade_state": { "$ref": "../../common/upgrade_state.schema.json" },
"ipcam": { "$ref": "../../common/ipcam.schema.json" },
"upload": { "$ref": "../../common/upload.schema.json" },
"net": { "$ref": "../../common/net.schema.json" },
"hms": { "$ref": "../../common/hms.schema.json" },
"online": { "$ref": "../../common/online.schema.json" },
"ams": { "$ref": "../../common/ams.schema.json" },
"vt_tray": { "$ref": "../../common/vt_tray.schema.json" },
"lights_report": { "$ref": "../../common/lights_report.schema.json" },
"xcam": { "$ref": "../../common/xcam.schema.json" },
"nozzle_diameter": { "$ref": "../../common/nozzle_diameter.schema.json" },
"nozzle_type": { "$ref": "../../common/nozzle_type.schema.json" },