{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v2/report.schema.json", "title": "BambuReportV2", "description": "V2 equivalent of v1/report.schema.json - same 'what root key does this arrive under' convention (see v1/report.schema.json for the print-vs-pushing rationale). Only wires categories that actually have a v2 schema on disk; add a property here when a new v2/report// schema is added.", "type": "object", "minProperties": 1, "maxProperties": 1, "properties": { "info": { "oneOf": [ { "$ref": "report/info/get_version.schema.json" } ] }, "print": { "oneOf": [ { "$ref": "report/print/print.schema.json" } ] } }, "additionalProperties": false }