Files
IfcOpenShell/src/foundationserver/bcfserver/bcf/schemas/Collaboration/Viewpoint/components.json
T
2021-08-20 08:10:20 +10:00

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"
}
}
}