-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcapabilities.json
42 lines (42 loc) · 960 Bytes
/
capabilities.json
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
{
"dataRoles": [
{
"displayName": "Time",
"name": "time",
"kind": 0
}
],
"dataViewMappings": [
{
"conditions": [
{
"time":{"max": 1}
}
],
"table": {
"rows": {
"select": [
{
"for": {
"in": "time"
}
}
]
}
}
}
],
"objects": {
"customObjectTest": {
"displayName": "Custom object test",
"properties": {
"prop11":{
"displayName": "Prop11test",
"type": {
"bool": true
}
}
}
}
}
}