{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://continuum.internal/schemas/bambulab/v1/request.schema.json", "title": "BambuRequest", "description": "Matches src/printer/bambu_commands::BambuRequest — one JSON key naming the category ('info', 'pushing', ...), the value is that category's request schema.", "type": "object", "minProperties": 1, "maxProperties": 1, "properties": { "info": { "$ref": "get_version.request.schema.json" }, "pushing": { "$ref": "pushall.request.schema.json" } }, "additionalProperties": false }