14 lines
356 B
JSON
14 lines
356 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/nozzle_diameter.schema.json",
|
|
"title": "NozzleDiameter",
|
|
"description": "Common schema for nozzle diameter",
|
|
"type": "number",
|
|
"enum": [
|
|
0.2,
|
|
0.4,
|
|
0.6,
|
|
0.8
|
|
]
|
|
}
|