1
|
{
|
2
|
"defaultFilter": {
|
3
|
"vertexArchetypeFilter": {
|
4
|
"archetypes": [ "Person", "Ticket" ],
|
5
|
"matchType": "matching"
|
6
|
},
|
7
|
|
8
|
"edgeArchetypeFilter": {
|
9
|
"archetypes": [
|
10
|
{
|
11
|
"fromArchetypes": [ "Person" ],
|
12
|
"edgeArchetypes": [ "Modification" ],
|
13
|
"toArchetypes": [ "Ticket" ]
|
14
|
},
|
15
|
{
|
16
|
"fromArchetypes": [ "Person" ],
|
17
|
"edgeArchetypes": [ "Modification" ],
|
18
|
"toArchetypes": [ "Change" ]
|
19
|
},
|
20
|
{
|
21
|
"fromArchetypes": [ "Change" ],
|
22
|
"edgeArchetypes": [ "Modification" ],
|
23
|
"toArchetypes": [ "Person" ]
|
24
|
}
|
25
|
],
|
26
|
"matchType": "non_matching"
|
27
|
},
|
28
|
|
29
|
"vertexAttributeFilters": [
|
30
|
{
|
31
|
"archetype": "Ticket",
|
32
|
"attributeName": "Description",
|
33
|
"filter": {
|
34
|
"value": ".*css.*",
|
35
|
"matchType": "regular_expression"
|
36
|
}
|
37
|
}
|
38
|
],
|
39
|
|
40
|
"edgeAttributeFilters": [
|
41
|
|
42
|
]
|
43
|
},
|
44
|
|
45
|
"defaultGroupArchetypes": [],
|
46
|
|
47
|
"archetypeIcons": []
|
48
|
}
|