forked from ouya-saviors/ouya-game-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-game.json
More file actions
86 lines (78 loc) · 2.18 KB
/
example-game.json
File metadata and controls
86 lines (78 loc) · 2.18 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
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"packageName": "de.eiswuxe.blookid2",
"title": "Bloo Kid 2",
"description": "A classic 2D retro-style platformer\r\nFeatures:\r\nFoo",
"players": [
1, 2
],
"genres": [
"Platformer",
"Retro"
],
"languages": ["en"],
"releases": [
{
"name": "1.6",
"versionCode": 2725,
"uuid": "780688a9-95ee-429a-8755-69a8d0c88fe0",
"date": "2015-10-23T09:58:19Z",
"url": "http://example.org/game-1.6.apk",
"size": 25507828,
"md5sum": "a5b0f82d54df5f551a64295e43771a10",
"publicSize": 27275,
"nativeSize": 20292
}
],
"discover": "http://example.org/game-1.jpg",
"media": [
{
"type": "image",
"url": "http://example.org/game-1.jpg",
"thumb": "http://example.org/game-1.thumbnail.jpg"
},
{
"type": "video",
"url": "https://vimeo.com/141878938"
}
],
"developer": {
"uuid": "291aeae0-00a5-11ea-8d27-97acf1057970",
"name": "ACME",
"supportEmail": "acme@example.org",
"supportPhone": "+49 12345 67890",
"founder": false
},
"contentRating": "Everyone",
"website": "http://www.winterworks.de",
"firstPublishedAt": "2015-10-09T07:53:25Z",
"inAppPurchases": false,
"overview": "Released in October 2015 by winterworks GmbH.",
"premium": false,
"rating": {
"likeCount": 0,
"average": 4.1,
"count": 355
},
"products": [
{
"type": "entitlement",
"promoted": true,
"identifier": "full_version",
"name": "Unlock full game",
"description": "Remove the 9 satellites limitation",
"localPrice": 1.99,
"originalPrice": 5.00,
"currency": "EUR"
},
{
"type": "consumable",
"promoted": false,
"identifier": "coins_10",
"name": "10 coins",
"description": "In-game money",
"localPrice": 0.99,
"originalPrice": 0.99,
"currency": "EUR"
}
]
}