{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://continuum.internal/schemas/bambulab/v1/pushall.response.schema.json", "title": "PushallResponse", "description": "The real pushall/print report (the 'print' category push) has a lot more fields (ams, xcam, tray_exist_bits, ...) — add them under `properties` here the same way you'd add them to src/printer/bambu_commands/pushall.rs. Not required in `required` unless Bambu always sends them.", "allOf": [ { "$ref": "envelope.schema.json" }, { "type": "object", "properties": { "result": { "type": "string" }, "reason": { "type": "string" } } } ] }