765a50ff1399eb75013b4786d2bda87097fd19b1
[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             "versionCode": "2725",
18             "uuid": "780688a9-95ee-429a-8755-69a8d0c88fe0",
19             "date": "2015-10-23T09:58:19Z",
20             "latest": true,
21
22             "url": "http://example.org/game-1.6.apk",
23             "size": 25507828,
24             "md5sum": "a5b0f82d54df5f551a64295e43771a10",
25             
26             "publicSize": 27275,
27             "nativeSize": 20292
28         }
29     ],
30
31     "media": {
32         "discover": "http://example.org/game-menu.jpg",
33         "large": "http://example.org/game.jpg",
34         "video": "https://vimeo.com/141878938",
35         "screenshots": [
36             "http://example.org/game-1.jpg",
37             "http://example.org/game-2.jpg"
38         ]
39     },
40
41     "developer": {
42         "uuid": "291aeae0-00a5-11ea-8d27-97acf1057970",
43         "name": "ACME",
44         "supportEmail": "acme@example.org",
45         "supportPhone": "+49 12345 67890",
46         "founder": false
47     },
48
49     "contentRating": "Everyone",
50     "website": "http://www.winterworks.de",
51     "firstPublishedAt": "2015-10-09T07:53:25Z",
52     "inAppPurchases": false,
53     "overview": "Released in October 2015 by winterworks GmbH.",
54     "premium": false,
55
56     "rating": {
57         "likeCount": 0,
58         "average": 4.1,
59         "count": 355
60     },
61
62     "products": [
63         {
64             "promoted": true,
65             "identifier": "full_version",
66             "name": "Unlock full game",
67             "description": "Remove the 9 satellites limitation",
68             "localPrice": 1.99,
69             "originalPrice": 5.00,
70             "currency": "EUR"
71         }
72     ]
73 }