imiger-fork/test/data/detailTest.json @ 5763d2dd
1 | 084d2d2e | Tomáš Šimandl | {
|
---|---|---|---|
2 | "attributeTypes": [ |
||
3 | { |
||
4 | "dataType": "string", |
||
5 | "name": "D", |
||
6 | "text": "0" |
||
7 | }, |
||
8 | { |
||
9 | "dataType": "string", |
||
10 | "name": "C", |
||
11 | "text": "1" |
||
12 | }, |
||
13 | { |
||
14 | "dataType": "string", |
||
15 | "name": "B", |
||
16 | "text": "2" |
||
17 | }, |
||
18 | { |
||
19 | "dataType": "string", |
||
20 | "name": "A", |
||
21 | "text": "3" |
||
22 | }, |
||
23 | ], |
||
24 | "vertexArchetypes": [ |
||
25 | { |
||
26 | "name": "1", |
||
27 | "text": "" |
||
28 | }, |
||
29 | { |
||
30 | "name": "2", |
||
31 | "text": "" |
||
32 | }, |
||
33 | { |
||
34 | "name": "3", |
||
35 | "text": "" |
||
36 | } |
||
37 | ], |
||
38 | "edgeArchetypes": [ |
||
39 | { |
||
40 | "name": "edgeArchetype1", |
||
41 | "text": "" |
||
42 | }, |
||
43 | { |
||
44 | "name": "edgeArchetype2", |
||
45 | "text": "" |
||
46 | } |
||
47 | ], |
||
48 | "vertices": [ |
||
49 | { |
||
50 | "archetype": 2, |
||
51 | "attributes": { |
||
52 | "3": "Q", |
||
53 | "2": "W", |
||
54 | "0": "E" |
||
55 | }, |
||
56 | "id": 1, |
||
57 | "text": "", |
||
58 | "title": "V1" |
||
59 | }, |
||
60 | { |
||
61 | "archetype": 1, |
||
62 | "attributes": { |
||
63 | "1": "Q", |
||
64 | "2": "W", |
||
65 | "0": "E" |
||
66 | }, |
||
67 | "id": 2, |
||
68 | "text": "", |
||
69 | "title": "V2" |
||
70 | }, |
||
71 | { |
||
72 | "archetype": 0, |
||
73 | "attributes": { |
||
74 | "0": "Q", |
||
75 | "1": "W", |
||
76 | "3": "E" |
||
77 | }, |
||
78 | "id": 3, |
||
79 | "text": "", |
||
80 | "title": "V3" |
||
81 | } |
||
82 | ], |
||
83 | "edges": [ |
||
84 | { |
||
85 | "archetype": 0, |
||
86 | "from": 1, |
||
87 | "attributes": { |
||
88 | "3": "Q", |
||
89 | "2": "W", |
||
90 | "0": "E" |
||
91 | }, |
||
92 | "id": 1, |
||
93 | "to": 2, |
||
94 | "text": "" |
||
95 | }, |
||
96 | { |
||
97 | "archetype": 1, |
||
98 | "from": 1, |
||
99 | "attributes": { |
||
100 | "3": "A", |
||
101 | "2": "S", |
||
102 | "0": "D" |
||
103 | }, |
||
104 | "id": 2, |
||
105 | "to": 2, |
||
106 | "text": "" |
||
107 | }, |
||
108 | { |
||
109 | "archetype": 0, |
||
110 | "from": 1, |
||
111 | "attributes": { |
||
112 | "1": "W", |
||
113 | "0": "E" |
||
114 | }, |
||
115 | "id": 3, |
||
116 | "to": 3, |
||
117 | "text": "" |
||
118 | }, |
||
119 | { |
||
120 | "archetype": 1, |
||
121 | "from": 3, |
||
122 | "attributes": { |
||
123 | "2": "R", |
||
124 | "1": "T" |
||
125 | }, |
||
126 | "id": 4, |
||
127 | "to": 1, |
||
128 | "text": "" |
||
129 | }, |
||
130 | ] |
||
131 | }
|