-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.json
More file actions
73 lines (73 loc) · 1.35 KB
/
Copy pathinput.json
File metadata and controls
73 lines (73 loc) · 1.35 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"entities": [
{
"entity_id": 1,
"name": "EntityA"
},
{
"entity_id": 2,
"name": "EntityB"
},
{
"entity_id": 3,
"name": "EntityC",
"description": "More details about entity C"
},
{
"entity_id": 4,
"name": "EntityD"
},
{
"entity_id": 5,
"name": "EntityE",
"description": "More details about entity G"
},
{
"entity_id": 6,
"name": "EntityF"
},
{
"entity_id": 7,
"name": "EntityG",
"description": "More details about entity G"
}
],
"links": [
{
"to": 2,
"from": 1
},
{
"to": 3,
"from": 2
},
{
"to": 4,
"from": 3
},
{
"to": 1,
"from": 4
},
{
"to": 5,
"from": 4
},
{
"to": 4,
"from": 5
},
{
"to": 6,
"from": 5
},
{
"to": 6,
"from": 7
},
{
"to": 1,
"from": 6
}
]
}