From: Christian Weiske Date: Sun, 10 Nov 2019 11:54:06 +0000 (+0100) Subject: Default value for founder property X-Git-Url: https://git.cweiske.de/ouya-game-data.git/commitdiff_plain/5a9ab310316162b1fc3f4ce06e066a1b4dd7eff3 Default value for founder property --- diff --git a/schema.json b/schema.json index 7ea380a..763a264 100644 --- a/schema.json +++ b/schema.json @@ -251,7 +251,8 @@ "founder": { "description": "If the developer was an OUYA founder", - "type": "boolean" + "type": "boolean", + "default": false } } },