X-Git-Url: https://git.cweiske.de/ouya-game-data.git/blobdiff_plain/5b25f62015a3d7b0af92d4b4fcfb0b8b918d7ed0..d9b2bd89d486e0b03269a8b0f94b60ca026c21e4:/ouya-game.schema.json diff --git a/ouya-game.schema.json b/ouya-game.schema.json index 2e33ede..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": { @@ -173,8 +174,9 @@ "video": { "description": "Video for the store details page. Vimeo and Youtube URLs supported", - "type": "string", - "format": "url" + "type": ["string", "null"], + "format": "url", + "default": null }, "screenshots": { @@ -230,7 +232,8 @@ "uuid": { "description": "Unique ID for the developer", - "type": "string" + "type": ["string", "null"], + "default": null }, "name": { @@ -369,7 +372,8 @@ "description": { "description": "Explanation of the features you will buy", - "type": "string" + "type": ["string", "null"], + "default": null }, "localPrice": {