Add some default values
[ouya-game-data.git] / schema.json
index f0711962857aa0fc307273d9ddf0d66c86606739..45cbb769c42696a9d3dee437d53fae6bf0380001 100644 (file)
                 "supportEmail": {
                     "description": "E-Mail address for support questions",
                     "type": "string",
                 "supportEmail": {
                     "description": "E-Mail address for support questions",
                     "type": "string",
-                    "format": "email"
+                    "format": "email",
+                    "default": null
                 },
 
                 "supportPhone": {
                     "description": "Telephone number",
                 },
 
                 "supportPhone": {
                     "description": "Telephone number",
-                    "type": "string"
+                    "type": "string",
+                    "default": null
                 },
 
                 "founder": {
                 },
 
                 "founder": {