-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharcs.json
48 lines (48 loc) · 1.34 KB
/
arcs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{ "nodes": [
{ "id": 1, "name": "1"},
{ "id": 2, "name": "2"},
{ "id": 3, "name": "3"},
{ "id": 4, "name": "4"},
{ "id": 5, "name": "5"},
{ "id": 6, "name": "6"},
{ "id": 7, "name": "7"}
],
"links": [
{"source": 1, "target": 2},
{"source": 1, "target": 3},
{"source": 1, "target": 5},
{"source": 1, "target": 7},
{"source": 2, "target": 3},
{"source": 2, "target": 5},
{"source": 2, "target": 7},
{"source": 3, "target": 5},
{"source": 3, "target": 7},
{"source": 5, "target": 7},
{"source": 2, "target": 6},
{"source": 6, "target": 7},
{"source": 6, "target": 7},
{"source": 6, "target": 7},
{"source": 2, "target": 3},
{"source": 2, "target": 5},
{"source": 3, "target": 5},
{"source": 1, "target": 4},
{"source": 1, "target": 5},
{"source": 1, "target": 7},
{"source": 4, "target": 5},
{"source": 4, "target": 7},
{"source": 5, "target": 7},
{"source": 1, "target": 4},
{"source": 1, "target": 5},
{"source": 4, "target": 5},
{"source": 3, "target": 6},
{"source": 2, "target": 4},
{"source": 1, "target": 2},
{"source": 1, "target": 3},
{"source": 2, "target": 3},
{"source": 6, "target": 7},
{"source": 2, "target": 6},
{"source": 2, "target": 7},
{"source": 6, "target": 7},
{"source": 3, "target": 6},
{"source": 3, "target": 5}
]}