-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcapabilities.json
More file actions
46 lines (46 loc) · 890 Bytes
/
capabilities.json
File metadata and controls
46 lines (46 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"dataRoles": [
{
"name": "modelUrl",
"kind": "Grouping",
"displayName": "IFC Model URL"
}
],
"dataViewMappings": [
{
"conditions": [
{
"modelUrl": { "min": 0, "max": 1 }
}
],
"table": {
"rows": { "for": { "in": "modelUrl" } }
}
}
],
"objects": {
"sceneSettings": {
"properties": {
"modelUrl": {
"type": { "text": true }
},
"backgroundColor": {
"type": { "fill": { "solid": { "color": true } } }
},
"lightIntensity": {
"type": { "numeric": true }
},
"enableOrbitControls": {
"type": { "bool": true }
}
}
}
},
"sorting": {
"default": {}
},
"supportsHighlight": false,
"supportsEmptyDataView": true,
"supportsLandingPage": true,
"privileges": []
}