{ "$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/bed.schema.json", "title": "DevicePlate", "description": "Detailed info about Plate", "type": "object", "properties": { "base": { "description": "NOTE: Just my guess, but for Textured PEI it was 6, for Engineering Plate it was 12", "type": "integer" }, "cali2d_id": { "type": "string" }, "cur_id": { "description": "NOTE: Another guess - P0102 for Textured PEI, P0502 for Engineering Plate", "type": "string" }, "mat": { "type": "integer" }, "tar_id": { "type": "string" } }, "required": ["base", "cali2d_id", "cur_id", "mat", "tar_id"] }