1
|
{
|
2
|
"attributeTypes": [
|
3
|
|
4
|
],
|
5
|
"vertexArchetypes": [
|
6
|
{
|
7
|
"name": "FirstGroupArchetype",
|
8
|
"text": ""
|
9
|
},
|
10
|
{
|
11
|
"name": "NonGroupArchetype",
|
12
|
"text": ""
|
13
|
}
|
14
|
],
|
15
|
"edgeArchetypes": [
|
16
|
{
|
17
|
"name": "edge",
|
18
|
"text": ""
|
19
|
}
|
20
|
],
|
21
|
"vertices": [
|
22
|
{
|
23
|
"archetype": 0,
|
24
|
"attributes": {},
|
25
|
"id": 1,
|
26
|
"text": "",
|
27
|
"title": "First vertex from first group"
|
28
|
},
|
29
|
{
|
30
|
"archetype": 1,
|
31
|
"attributes": {},
|
32
|
"id": 2,
|
33
|
"text": "",
|
34
|
"title": "Non group vertex"
|
35
|
},
|
36
|
{
|
37
|
"archetype": 0,
|
38
|
"attributes": {},
|
39
|
"id": 3,
|
40
|
"text": "",
|
41
|
"title": "Second vertex from first group"
|
42
|
},
|
43
|
{
|
44
|
"archetype": 1,
|
45
|
"attributes": {},
|
46
|
"id": 4,
|
47
|
"text": "",
|
48
|
"title": "Non group vertex"
|
49
|
},
|
50
|
{
|
51
|
"archetype": 1,
|
52
|
"attributes": {},
|
53
|
"id": 5,
|
54
|
"text": "",
|
55
|
"title": "Non group vertex"
|
56
|
}
|
57
|
],
|
58
|
"edges": [
|
59
|
{
|
60
|
"archetype": 0,
|
61
|
"from": 1,
|
62
|
"attributes": {},
|
63
|
"id": 0,
|
64
|
"to": 2,
|
65
|
"text": ""
|
66
|
},
|
67
|
{
|
68
|
"archetype": 0,
|
69
|
"from": 1,
|
70
|
"attributes": {},
|
71
|
"id": 1,
|
72
|
"to": 3,
|
73
|
"text": ""
|
74
|
},
|
75
|
{
|
76
|
"archetype": 0,
|
77
|
"from": 2,
|
78
|
"attributes": {},
|
79
|
"id": 1,
|
80
|
"to": 5,
|
81
|
"text": ""
|
82
|
},
|
83
|
{
|
84
|
"archetype": 0,
|
85
|
"from": 2,
|
86
|
"attributes": {},
|
87
|
"id": 1,
|
88
|
"to": 4,
|
89
|
"text": ""
|
90
|
},
|
91
|
{
|
92
|
"archetype": 0,
|
93
|
"from": 5,
|
94
|
"attributes": {},
|
95
|
"id": 1,
|
96
|
"to": 4,
|
97
|
"text": ""
|
98
|
},
|
99
|
{
|
100
|
"archetype": 0,
|
101
|
"from": 4,
|
102
|
"attributes": {},
|
103
|
"id": 1,
|
104
|
"to": 2,
|
105
|
"text": ""
|
106
|
},
|
107
|
]
|
108
|
}
|