From bde526949507cfd3cdc3f13aac4aa52f649e16ad Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 10 Nov 2019 13:07:02 +0100 Subject: [PATCH 1/1] Add some default values --- schema.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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": { -- 2.30.2