diff --git a/config.schema.json b/config.schema.json index 6760b600..8d5accd1 100644 --- a/config.schema.json +++ b/config.schema.json @@ -9,13 +9,19 @@ "title": "Email Address", "type": "string", "minLength": 1, - "required": true + "required": true, + "x-schema-form": { + "type": "email" + } }, "password": { "title": "Password", "type": "string", "minLength": 1, - "required": true + "required": true, + "x-schema-form": { + "type": "password" + } }, "appKey": { "title": "Application Key",