{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v2/request.schema.json", "title": "BambuRequestV2", "description": "V2 equivalent of v1/request.schema.json - one JSON key naming the category, each a oneOf to leave room for more than one request shape per category. Only wires categories that actually have a v2 schema on disk; add a property here when a new v2/request// schema is added.", "type": "object", "minProperties": 1, "maxProperties": 1, "properties": { "info": { "oneOf": [ { "$ref": "request/info/get_version.schema.json" } ] } }, "additionalProperties": false }