X-Git-Url: https://git.cweiske.de/ouya-game-data.git/blobdiff_plain/e1d2e6545ef13937a1d47212d034feac65b646b1..d9b2bd89d486e0b03269a8b0f94b60ca026c21e4:/example-game.json diff --git a/example-game.json b/example-game.json index 765a50f..6d3f511 100644 --- a/example-game.json +++ b/example-game.json @@ -1,6 +1,5 @@ { - "uuid": "780688a9-95ee-429a-8755-69a8d0c88fe0", - "package": "de.eiswuxe.blookid2", + "packageName": "de.eiswuxe.blookid2", "title": "Bloo Kid 2", "description": "A classic 2D retro-style platformer\r\nFeatures:\r\nFoo", "players": [ @@ -35,6 +34,17 @@ "screenshots": [ "http://example.org/game-1.jpg", "http://example.org/game-2.jpg" + ], + "details": [ + { + "type": "video", + "url": "https://vimeo.com/141878938" + }, + { + "type": "image", + "url": "http://example.org/game-1.jpg", + "thumb": "http://example.org/game-1.thumbnail.jpg" + } ] },