1
|
{
|
2
|
"defaultFilter": {
|
3
|
"vertexArchetypeFilter": {
|
4
|
"archetypes": [ "Person", "Ticket", "Change" ],
|
5
|
"matchType": "matching"
|
6
|
},
|
7
|
|
8
|
"edgeArchetypeFilter": {
|
9
|
"archetypes": [
|
10
|
{
|
11
|
"fromArchetypes": [ "Person" ],
|
12
|
"edgeArchetypes": [ "Authorship" ],
|
13
|
"toArchetypes": [ "Change" ]
|
14
|
},
|
15
|
{
|
16
|
"fromArchetypes": [ "Person" ],
|
17
|
"edgeArchetypes": [ "Assignment" ],
|
18
|
"toArchetypes": [ "Ticket" ]
|
19
|
}
|
20
|
],
|
21
|
"matchType": "matching"
|
22
|
},
|
23
|
|
24
|
"vertexAttributeFilters": [
|
25
|
{
|
26
|
"archetype": "Ticket",
|
27
|
"attributeName": "Spent",
|
28
|
"filter": {
|
29
|
"min": 1.0,
|
30
|
"max": 2.0,
|
31
|
"minInclusive": false,
|
32
|
"maxInclusive": true,
|
33
|
"matchType": "matching"
|
34
|
}
|
35
|
},
|
36
|
{
|
37
|
"archetype": "Person",
|
38
|
"attributeName": "Name",
|
39
|
"filter": {
|
40
|
"value": "Petr Mayr",
|
41
|
"matchType": "exact_mismatch"
|
42
|
}
|
43
|
}
|
44
|
],
|
45
|
|
46
|
"edgeAttributeFilters": [
|
47
|
|
48
|
]
|
49
|
},
|
50
|
|
51
|
"defaultGroupArchetypes": [],
|
52
|
|
53
|
"archetypeIcons": []
|
54
|
}
|