Script to convert broken .apk download URLs to Internet Archive URLs
[ouya-game-data.git] / example-game.json
1 {
2     "packageName": "de.eiswuxe.blookid2",
3     "title": "Bloo Kid 2",
4     "description": "A classic 2D retro-style platformer\r\nFeatures:\r\nFoo",
5     "players": [
6         1, 2
7     ],
8     "genres": [
9         "Platformer",
10         "Retro"
11     ],
12
13     "releases": [
14         {
15             "name": "1.6",
16             "versionCode": "2725",
17             "uuid": "780688a9-95ee-429a-8755-69a8d0c88fe0",
18             "date": "2015-10-23T09:58:19Z",
19             "latest": true,
20
21             "url": "http://example.org/game-1.6.apk",
22             "size": 25507828,
23             "md5sum": "a5b0f82d54df5f551a64295e43771a10",
24             
25             "publicSize": 27275,
26             "nativeSize": 20292
27         }
28     ],
29
30     "media": {
31         "discover": "http://example.org/game-menu.jpg",
32         "large": "http://example.org/game.jpg",
33         "video": "https://vimeo.com/141878938",
34         "screenshots": [
35             "http://example.org/game-1.jpg",
36             "http://example.org/game-2.jpg"
37         ],
38         "details": [
39             {
40                 "type": "video",
41                 "url": "https://vimeo.com/141878938"
42             },
43             {
44                 "type": "image",
45                 "url": "http://example.org/game-1.jpg",
46                 "thumb": "http://example.org/game-1.thumbnail.jpg"
47             }
48         ]
49     },
50
51     "developer": {
52         "uuid": "291aeae0-00a5-11ea-8d27-97acf1057970",
53         "name": "ACME",
54         "supportEmail": "acme@example.org",
55         "supportPhone": "+49 12345 67890",
56         "founder": false
57     },
58
59     "contentRating": "Everyone",
60     "website": "http://www.winterworks.de",
61     "firstPublishedAt": "2015-10-09T07:53:25Z",
62     "inAppPurchases": false,
63     "overview": "Released in October 2015 by winterworks GmbH.",
64     "premium": false,
65
66     "rating": {
67         "likeCount": 0,
68         "average": 4.1,
69         "count": 355
70     },
71
72     "products": [
73         {
74             "promoted": true,
75             "identifier": "full_version",
76             "name": "Unlock full game",
77             "description": "Remove the 9 satellites limitation",
78             "localPrice": 1.99,
79             "originalPrice": 5.00,
80             "currency": "EUR"
81         }
82     ]
83 }