Remove "large" from scripts
[ouya-game-data.git] / ouya-game.schema.json
index fcd566d79ece7b7056541d45400ea788c5e77319..1309074bc5d7288c7e0e4ab0512660f69fa2cc07 100644 (file)
         "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"
                 },