X-Git-Url: https://git.cweiske.de/ouya-game-data.git/blobdiff_plain/562bf5942504c21bd56118f18992570055e37b94..cc1b021ba5715eeef393d8b0e4be1c9930e1777e:/ouya-game.schema.json 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" },