From cc1b021ba5715eeef393d8b0e4be1c9930e1777e Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 17 Nov 2019 14:03:33 +0100 Subject: [PATCH] Update schema and game meta: media.large and media.discover are the same. Drop "large". --- game-metadata.html | 17 +++-------------- ouya-game.schema.json | 11 ++--------- 2 files changed, 5 insertions(+), 23 deletions(-) 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" }, -- 2.30.2