From 5a9ab310316162b1fc3f4ce06e066a1b4dd7eff3 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 10 Nov 2019 12:54:06 +0100 Subject: [PATCH] Default value for founder property --- schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } } }, -- 2.30.2