15 lines
444 B
JSON
15 lines
444 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v2/common/care.schema.json",
|
|
"title": "Care",
|
|
"description": "Printer online/offline status",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "object",
|
|
"properties": {
|
|
"id": { "type": "string", "pattern": "^[lhLH][sdrSDR]$" },
|
|
"info": { "type": "string" }
|
|
}
|
|
}
|
|
}
|