X-Git-Url: https://git.cweiske.de/ouya-game-data.git/blobdiff_plain/73d0473de66005bef1fe78be205e159ed601d9e0..d9b2bd89d486e0b03269a8b0f94b60ca026c21e4:/example-game.json diff --git a/example-game.json b/example-game.json index 4c8b152..6d3f511 100644 --- a/example-game.json +++ b/example-game.json @@ -1,5 +1,5 @@ { - "package": "de.eiswuxe.blookid2", + "packageName": "de.eiswuxe.blookid2", "title": "Bloo Kid 2", "description": "A classic 2D retro-style platformer\r\nFeatures:\r\nFoo", "players": [ @@ -34,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" + } ] },