Projekt

Obecné

Profil

Stáhnout (921 Bajtů) Statistiky
| Větev: | Tag: | Revize:
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": "Person",
18
        "attributeName": "Name",
19
        "filter": {
20
          "value": "Jan",
21
          "matchType": "containing"
22
        }
23
      },
24
      {
25
        "archetype": "Ticket",
26
        "attributeName": "Description",
27
        "filter": {
28
          "value": "css",
29
          "matchType": "non_containing"
30
        }
31
      }
32
    ],
33

    
34
    "edgeAttributeFilters": [
35
      {
36
        "archetype": "Assignment",
37
        "attributeName": "Relation",
38
        "filter": {
39
          "values": [ "is assigned to" ],
40
          "matchType": "any"
41
        }
42
      }
43
    ]
44
  },
45
  
46
  "defaultGroupArchetypes": [],
47
  
48
  "archetypeIcons": []
49
}
(13-13/15)