Drop app UUID; there is only a release UUID
[ouya-game-data.git] / example-game.json
1 {
2     "package": "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     },
39
40     "developer": {
41         "uuid": "291aeae0-00a5-11ea-8d27-97acf1057970",
42         "name": "ACME",
43         "supportEmail": "acme@example.org",
44         "supportPhone": "+49 12345 67890",
45         "founder": false
46     },
47
48     "contentRating": "Everyone",
49     "website": "http://www.winterworks.de",
50     "firstPublishedAt": "2015-10-09T07:53:25Z",
51     "inAppPurchases": false,
52     "overview": "Released in October 2015 by winterworks GmbH.",
53     "premium": false,
54
55     "rating": {
56         "likeCount": 0,
57         "average": 4.1,
58         "count": 355
59     },
60
61     "products": [
62         {
63             "promoted": true,
64             "identifier": "full_version",
65             "name": "Unlock full game",
66             "description": "Remove the 9 satellites limitation",
67             "localPrice": 1.99,
68             "originalPrice": 5.00,
69             "currency": "EUR"
70         }
71     ]
72 }