X-Git-Url: https://git.cweiske.de/ouya-game-data.git/blobdiff_plain/608e7e261a3341e749512647882b76e297c942c3..e606566b892b7fc66228d2b3485cd136912207b8:/ouya-game.schema.json diff --git a/ouya-game.schema.json b/ouya-game.schema.json index cb5c1f3..fcd566d 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": { @@ -371,7 +372,8 @@ "description": { "description": "Explanation of the features you will buy", - "type": "string" + "type": ["string", "null"], + "default": null }, "localPrice": {