29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v2/common/upgrade_state.schema.json",
|
|
"title": "UpgradeState",
|
|
"type": "object",
|
|
"properties": {
|
|
"ahb_new_version_number": { "type": "string" },
|
|
"ams_new_version_number": { "type": "string" },
|
|
"consistency_request": { "type": "boolean" },
|
|
"dis_state": { "type": "integer" },
|
|
"err_code": { "type": "integer" },
|
|
"ext_new_version_number": { "type": "string" },
|
|
"force_upgrade": { "type": "boolean" },
|
|
"idx": { "type": "integer" },
|
|
"idx2": { "type": "integer" },
|
|
"lower_limit": { "type": "string", "pattern": "..\\...\\...\\..." },
|
|
"message": { "type": "string" },
|
|
"module": { "type": "string" },
|
|
"new_version_state": { "type": "integer" },
|
|
"ota_new_version_number": { "type": "string" },
|
|
"progress": { "type": "string" },
|
|
"sequence_id": { "type": "integer" },
|
|
"sn": { "type": "string" },
|
|
"status": { "type": "string", "enum": ["idle", "IDLE"]},
|
|
"upgrade_fail_list": { "type": "array", "items": { "type": "string" } },
|
|
"upgrade_type": { "type": "string" }
|
|
}
|
|
}
|