keep the header visible
[ouya-game-data.git] / example-game.json
1 {
2     "uuid": "780688a9-95ee-429a-8755-69a8d0c88fe0",
3     "package": "de.eiswuxe.blookid2",
4     "title": "Bloo Kid 2",
5     "description": "A classic 2D retro-style platformer\r\nFeatures:\r\nFoo",
6     "players": [
7         1, 2
8     ],
9     "genres": [
10         "Platformer",
11         "Retro"
12     ],
13
14     "releases": [
15         {
16             "name": "1.6",
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     },
39
40     "developer": {
41         "name": "ACME",
42         "supportEmail": "acme@example.org",
43         "supportPhone": "+49 12345 67890",
44         "founder": false
45     },
46
47     "contentRating": "Everyone",
48     "website": "http://www.winterworks.de",
49     "firstPublishedAt": "2015-10-09T07:53:25Z",
50     "inAppPurchases": false,
51     "overview": "Released in October 2015 by winterworks GmbH.",
52     "premium": false,
53
54     "rating": {
55         "likeCount": 0,
56         "average": 4.1,
57         "count": 355
58     },
59
60     "products": [
61         {
62             "promoted": true,
63             "identifier": "full_version",
64             "name": "Unlock full game",
65             "description": "Remove the 9 satellites limitation",
66             "localPrice": 1.99,
67             "originalPrice": 5.00,
68             "currency": "EUR"
69         }
70     ]
71 }