Files

15 lines
402 B
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/hms.schema.json",
"title": "HMS",
"description": "HMS Error Report",
"type": "array",
"items": {
"type": "object",
"properties": {
"attr": { "type": "integer" },
"code": { "type": "integer" }
}
}
}