mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 00:03:17 +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"
|
|
}
|
|
}
|
|
}
|