12 lines
343 B
JSON
12 lines
343 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/info.schema.json",
|
|
"title": "Info",
|
|
"description": "General info",
|
|
"type": "object",
|
|
"properties": {
|
|
"temp": { "type": "integer" }
|
|
},
|
|
"required": ["temp"]
|
|
}
|