mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 14:33:28 +00:00
19 lines
386 B
JSON
19 lines
386 B
JSON
|
|
{
|
||
|
|
"title": "components",
|
||
|
|
"type": ["object", "null"],
|
||
|
|
"properties": {
|
||
|
|
"selection": {
|
||
|
|
"$ref": "component_list.json"
|
||
|
|
},
|
||
|
|
"coloring": {
|
||
|
|
"type": ["array", "null"],
|
||
|
|
"items": {
|
||
|
|
"$ref": "coloring.json"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"visibility": {
|
||
|
|
"$ref": "visibility.json"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|