{ "$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/_online.schema.json", "title": "Online", "description": "Printer online/offline status", "type": "object", "properties": { "ahb": { "type": "boolean" }, "rfid": { "type": "boolean" }, "version": { "type": "integer" } } }