{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://continuum.internal/schemas/bambulab/v1/report.schema.json", "title": "BambuReport", "description": "Matches continuum-proxy's src/printer/bambu_commands::BambuReport.", "type": "object", "minProperties": 1, "maxProperties": 1, "properties": { "info": { "$ref": "report/get_version.schema.json" }, "pushing": { "$ref": "report/pushall.schema.json" } }, "additionalProperties": false }