{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v2/common/device/cam.schema.json", "title": "DeviceCamera", "description": "Detailed info about Camera", "type": "object", "properties": { "laser": { "type": "object", "properties": { "cond": { "type": "integer" }, "state": { "type": "integer" } }, "required": ["cond", "state"] }, "timelapse_path": { "type": "string" } }, "required": ["laser", "timelapse_path"] }