1
|
{
|
2
|
"defaultFilter": {
|
3
|
"vertexArchetypeFilter": {
|
4
|
"archetypes": [ ],
|
5
|
"matchType": "non_matching"
|
6
|
},
|
7
|
|
8
|
"edgeArchetypeFilter": {
|
9
|
"archetypes": [
|
10
|
|
11
|
],
|
12
|
"matchType": "non_matching"
|
13
|
},
|
14
|
|
15
|
"vertexAttributeFilters": [
|
16
|
{
|
17
|
"archetype": "Ticket",
|
18
|
"attributeName": "Start",
|
19
|
"filter": {
|
20
|
"min": "2017-04-12 00:00:00",
|
21
|
"max": "2017-04-19 00:00:00",
|
22
|
"minInclusive": true,
|
23
|
"maxInclusive": false,
|
24
|
"matchType": "non_matching"
|
25
|
}
|
26
|
},
|
27
|
{
|
28
|
"archetype": "Person",
|
29
|
"attributeName": "Name",
|
30
|
"filter": {
|
31
|
"value": "Petr Mayr",
|
32
|
"matchType": "exact_match"
|
33
|
}
|
34
|
}
|
35
|
],
|
36
|
|
37
|
"edgeAttributeFilters": [
|
38
|
|
39
|
]
|
40
|
},
|
41
|
|
42
|
"defaultGroupArchetypes": [],
|
43
|
|
44
|
"archetypeIcons": []
|
45
|
}
|