-
Notifications
You must be signed in to change notification settings - Fork 0
/
playground_1.json
58 lines (58 loc) · 1.35 KB
/
playground_1.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
49
50
51
52
53
54
55
56
57
58
{
"@context": {
"c": "http://comparedick.glory/def#",
"d":"http://comparedick.glory/data/",
"@base":"http://comparedick.glory/data/",
"killID":"@id",
"solarSystemID": {
"@id":"c:solarSystem",
"@type":"@id"
},
"victim":"c:victim",
"killTime":"c:killTime",
"attackers":"c:attacker"
},
"@graph":{
"@id":"d:90319222",
"c:kill":[
{
"killID":"50486301",
"solarSystemID":30045352,
"killTime":"2015-12-03 10:00:05",
"victim":{
"characterID":"94213680"
},
"attackers":[
{
"characterID":"91525773",
"characterName":"pedro",
"corporationID":"1393902911"
},
{
"characterID":"91525774",
"characterName":"juan"
}
],
"zkb":{
"locationID":60015073,
"hash":"04b7683c4b7adf3481cd4f608da666165cd30915",
"totalValue":696605.55
}
},
{
"killID":"50486302",
"solarSystemID":30045352,
"killTime":"2015-12-03 10:00:05",
"victim":{
"characterID":"0",
"corporationID":"1393902911"
},
"zkb":{
"locationID":60015073,
"hash":"04b7683c4b7adf3481cd4f608da666165cd30915",
"totalValue":696605.55
}
}
]
}
}