Replace some missing screenshots and detail images with image from blackcharcz's...
[ouya-game-data.git] / ouya-game.schema.json
index cb5c1f3faf6910e2ca508b552f55543f2dfc3cbe..1309074bc5d7288c7e0e4ab0512660f69fa2cc07 100644 (file)
 
                     "versionCode": {
                         "description": "APK-internal version code. Run \"aapt dump badging file.apk\", field \"versionCode\"",
-                        "type": ["string", "null"]
+                        "type": ["number", "null"]
                     },
 
                     "uuid": {
 
                     "md5sum": {
                         "description": "MD5 hash of the .apk file contents",
-                        "type": "string"
+                        "type": ["string", "null"],
+                        "default": null
                     },
 
                     "publicSize": {
         "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"
                 },
 
                     "description": {
                         "description": "Explanation of the features you will buy",
-                        "type": "string"
+                        "type": ["string", "null"],
+                        "default": null
                     },
 
                     "localPrice": {