{ "$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/laser.schema.json", "title": "DeviceLaser", "description": "Detailed info about Laser", "type": "object", "properties": { "power": { "type": "integer" } }, "required": ["power"] }