From: Christian Weiske Date: Sun, 17 Nov 2019 13:03:33 +0000 (+0100) Subject: Update schema and game meta: media.large and media.discover are the same. Drop "large". X-Git-Url: https://git.cweiske.de/ouya-game-data.git/commitdiff_plain/cc1b021ba5715eeef393d8b0e4be1c9930e1777e?hp=562bf5942504c21bd56118f18992570055e37b94 Update schema and game meta: media.large and media.discover are the same. Drop "large". --- diff --git a/game-metadata.html b/game-metadata.html index 8ef9405..b4aa0bf 100644 --- a/game-metadata.html +++ b/game-metadata.html @@ -507,25 +507,14 @@ media - Discover image + Main image media.discover image - + mainImageFullUrl tileImage Media - https://www.filepicker.io/api/file/05y2T8cKTY6cUfX7RYFR - Size: 732x412 - - - media - Large image - media.large - - mainImageFullUrl - - - App.titleImage https://d3e4aumcqn8cw3.cloudfront.net/api/file/MASaiOBlTEO7GKYXsIns - + Discover preview. Size: 732x412 media diff --git a/ouya-game.schema.json b/ouya-game.schema.json index fcd566d..1309074 100644 --- a/ouya-game.schema.json +++ b/ouya-game.schema.json @@ -155,19 +155,12 @@ "media": { "type": "object", "required": [ - "discover", - "large" + "discover" ], "additionalProperties": false, "properties": { "discover": { - "description": "Image for the OUYA discover store. FIXME: Size", - "type": "string", - "format": "url" - }, - - "large": { - "description": "Large game cover image for the store details page.", + "description": "Main game image. Used in the OUYA discover store. Size 732x412", "type": "string", "format": "url" },