From: Christian Weiske Date: Sun, 10 Nov 2019 12:07:02 +0000 (+0100) Subject: Add some default values X-Git-Url: https://git.cweiske.de/ouya-game-data.git/commitdiff_plain/bde526949507cfd3cdc3f13aac4aa52f649e16ad Add some default values --- diff --git a/schema.json b/schema.json index f071196..45cbb76 100644 --- a/schema.json +++ b/schema.json @@ -241,12 +241,14 @@ "supportEmail": { "description": "E-Mail address for support questions", "type": "string", - "format": "email" + "format": "email", + "default": null }, "supportPhone": { "description": "Telephone number", - "type": "string" + "type": "string", + "default": null }, "founder": {