1
|
{
|
2
|
"vertices": [
|
3
|
{
|
4
|
"title": "Vertex 1",
|
5
|
"id": 0,
|
6
|
"archetype": 0,
|
7
|
"text": "not used",
|
8
|
"attributes": {
|
9
|
"0": [ "va1", "val3" ],
|
10
|
"1": 52,
|
11
|
"2": "2017-03-23 10:09:24"
|
12
|
}
|
13
|
},
|
14
|
{
|
15
|
"title": "Vertex 2",
|
16
|
"id": 1,
|
17
|
"archetype": 1,
|
18
|
"text": "not used",
|
19
|
"attributes": {
|
20
|
"1": 7,
|
21
|
"2": "2017-03-24 12:19:21"
|
22
|
}
|
23
|
},
|
24
|
{
|
25
|
"title": "Vertex 3",
|
26
|
"id": 2,
|
27
|
"archetype": 2,
|
28
|
"text": "not used",
|
29
|
"attributes": {
|
30
|
"0": "val2"
|
31
|
}
|
32
|
},
|
33
|
{
|
34
|
"title": "Vertex 4",
|
35
|
"id": 3,
|
36
|
"archetype": 0,
|
37
|
"text": "not used",
|
38
|
"attributes": {
|
39
|
"0": [ "val1", "val4"],
|
40
|
"1": 782.324,
|
41
|
"2": "2017-04-01 02:47:35"
|
42
|
}
|
43
|
}
|
44
|
],
|
45
|
"edges": [
|
46
|
{
|
47
|
"from": 0,
|
48
|
"to": 1,
|
49
|
"id": 0,
|
50
|
"archetype": 0,
|
51
|
"text": "not used",
|
52
|
"attributes": {
|
53
|
}
|
54
|
},
|
55
|
{
|
56
|
"from": 1,
|
57
|
"to": 2,
|
58
|
"id": 1,
|
59
|
"archetype": 0,
|
60
|
"text": "not used",
|
61
|
"attributes": {
|
62
|
}
|
63
|
},
|
64
|
{
|
65
|
"from": 2,
|
66
|
"to": 0,
|
67
|
"id": 2,
|
68
|
"archetype": 0,
|
69
|
"text": "not used",
|
70
|
"attributes": {
|
71
|
}
|
72
|
},
|
73
|
{
|
74
|
"from": 3,
|
75
|
"to": 1,
|
76
|
"id": 3,
|
77
|
"archetype": 0,
|
78
|
"text": "not used",
|
79
|
"attributes": {
|
80
|
}
|
81
|
},
|
82
|
{
|
83
|
"from": 1,
|
84
|
"to": 3,
|
85
|
"id": 4,
|
86
|
"archetype": 0,
|
87
|
"text": "not used",
|
88
|
"attributes": {
|
89
|
}
|
90
|
}
|
91
|
],
|
92
|
|
93
|
"vertexArchetypes": [
|
94
|
{
|
95
|
"name": "Some archetype",
|
96
|
"text": "not used"
|
97
|
},
|
98
|
{
|
99
|
"name": "Some different archetype",
|
100
|
"text": "not used"
|
101
|
},
|
102
|
{
|
103
|
"name": "Another archetype",
|
104
|
"text": "not used"
|
105
|
}
|
106
|
],
|
107
|
|
108
|
"edgeArchetypes": [
|
109
|
{
|
110
|
"name": "Edge archetype",
|
111
|
"text": "not used"
|
112
|
}
|
113
|
],
|
114
|
|
115
|
"attributeTypes": [
|
116
|
{
|
117
|
"name": "Some enum attr",
|
118
|
"dataType": "enum",
|
119
|
"text": "not used"
|
120
|
},
|
121
|
{
|
122
|
"name": "Some number attr",
|
123
|
"dataType": "number",
|
124
|
"text": "not used"
|
125
|
},
|
126
|
{
|
127
|
"name": "Some date attr",
|
128
|
"dataType": "date",
|
129
|
"text": "not used"
|
130
|
}
|
131
|
]
|
132
|
}
|