X-Git-Url: https://git.cweiske.de/ouya-game-data.git/blobdiff_plain/5b25f62015a3d7b0af92d4b4fcfb0b8b918d7ed0..7dffdf1577522f6fd07395e5457b7e63d4d1d16a:/ouya-game.schema.json diff --git a/ouya-game.schema.json b/ouya-game.schema.json index 2e33ede..cb5c1f3 100644 --- a/ouya-game.schema.json +++ b/ouya-game.schema.json @@ -173,8 +173,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 +231,8 @@ "uuid": { "description": "Unique ID for the developer", - "type": "string" + "type": ["string", "null"], + "default": null }, "name": {