X-Git-Url: https://git.cweiske.de/ouya-game-data.git/blobdiff_plain/608e7e261a3341e749512647882b76e297c942c3..refs/heads/master:/ouya-game.schema.json diff --git a/ouya-game.schema.json b/ouya-game.schema.json index cb5c1f3..1309074 100644 --- a/ouya-game.schema.json +++ b/ouya-game.schema.json @@ -102,7 +102,7 @@ "versionCode": { "description": "APK-internal version code. Run \"aapt dump badging file.apk\", field \"versionCode\"", - "type": ["string", "null"] + "type": ["number", "null"] }, "uuid": { @@ -135,7 +135,8 @@ "md5sum": { "description": "MD5 hash of the .apk file contents", - "type": "string" + "type": ["string", "null"], + "default": null }, "publicSize": { @@ -154,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" }, @@ -371,7 +365,8 @@ "description": { "description": "Explanation of the features you will buy", - "type": "string" + "type": ["string", "null"], + "default": null }, "localPrice": {