Files
IfcOpenShell/src/foundationserver/bcfserver/bcf/schemas/Collaboration/Viewpoint/components.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
386 B
JSON
Raw Normal View History

2021-08-20 03:40:20 +05:30
{
"title": "components",
"type": ["object", "null"],
"properties": {
"selection": {
"$ref": "component_list.json"
},
"coloring": {
"type": ["array", "null"],
"items": {
"$ref": "coloring.json"
}
},
"visibility": {
"$ref": "visibility.json"
}
}
}