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": 1,
|
51
|
"text": "not used",
|
52
|
"attributes": {
|
53
|
"3": [ "VALUE1", "VALUE2" ],
|
54
|
"4": 0.012
|
55
|
}
|
56
|
},
|
57
|
{
|
58
|
"from": 1,
|
59
|
"to": 2,
|
60
|
"id": 1,
|
61
|
"archetype": 1,
|
62
|
"text": "not used",
|
63
|
"attributes": {
|
64
|
"3": [ "VALUE2", "VALUE3" ],
|
65
|
"4": 156
|
66
|
}
|
67
|
},
|
68
|
{
|
69
|
"from": 2,
|
70
|
"to": 0,
|
71
|
"id": 2,
|
72
|
"archetype": 0,
|
73
|
"text": "not used",
|
74
|
"attributes": {
|
75
|
}
|
76
|
},
|
77
|
{
|
78
|
"from": 3,
|
79
|
"to": 1,
|
80
|
"id": 3,
|
81
|
"archetype": 0,
|
82
|
"text": "not used",
|
83
|
"attributes": {
|
84
|
}
|
85
|
},
|
86
|
{
|
87
|
"from": 1,
|
88
|
"to": 3,
|
89
|
"id": 4,
|
90
|
"archetype": 0,
|
91
|
"text": "not used",
|
92
|
"attributes": {
|
93
|
}
|
94
|
},
|
95
|
{
|
96
|
"from": 1,
|
97
|
"to": 3,
|
98
|
"id": 4,
|
99
|
"archetype": 1,
|
100
|
"text": "not used",
|
101
|
"attributes": {
|
102
|
"3": "VALUE1",
|
103
|
"4": 5
|
104
|
}
|
105
|
}
|
106
|
],
|
107
|
|
108
|
"vertexArchetypes": [
|
109
|
{
|
110
|
"name": "Some archetype",
|
111
|
"text": "not used"
|
112
|
},
|
113
|
{
|
114
|
"name": "Some different archetype",
|
115
|
"text": "not used"
|
116
|
},
|
117
|
{
|
118
|
"name": "Another archetype",
|
119
|
"text": "not used"
|
120
|
}
|
121
|
],
|
122
|
|
123
|
"edgeArchetypes": [
|
124
|
{
|
125
|
"name": "Edge archetype",
|
126
|
"text": "not used"
|
127
|
},
|
128
|
{
|
129
|
"name": "Another Edge archetype",
|
130
|
"text": "not used"
|
131
|
}
|
132
|
],
|
133
|
|
134
|
"attributeTypes": [
|
135
|
{
|
136
|
"name": "Some enum attr",
|
137
|
"dataType": "enum",
|
138
|
"text": "not used"
|
139
|
},
|
140
|
{
|
141
|
"name": "Some number attr",
|
142
|
"dataType": "number",
|
143
|
"text": "not used"
|
144
|
},
|
145
|
{
|
146
|
"name": "Some date attr",
|
147
|
"dataType": "date",
|
148
|
"text": "not used"
|
149
|
},
|
150
|
{
|
151
|
"name": "Some edge attribute",
|
152
|
"dataType": "enum",
|
153
|
"text": "not used"
|
154
|
},
|
155
|
{
|
156
|
"name": "Another edge attribute",
|
157
|
"dataType": "number",
|
158
|
"text": "not used"
|
159
|
}
|
160
|
]
|
161
|
}
|