{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v1/report/info/module_info.schema.json", "title": "ModuleInfo", "type": "object", "properties": { "hw_ver": { "type": "string" }, "name": { "type": "string" }, "sn": { "type": "string" }, "sw_ver": { "type": "string" } }, "required": ["hw_ver", "name", "sn", "sw_ver"] }