update schema file

This commit is contained in:
Yuli
2020-06-28 14:51:28 +03:00
parent 49c74b7264
commit 1f973ea878

View File

@@ -18,13 +18,15 @@
"type": "string", "type": "string",
"locked": true, "locked": true,
"minLength": 6, "minLength": 6,
"maxLength": 10 "maxLength": 10,
"preserve": true
}, },
"email": { "email": {
"type": "string", "type": "string",
"minLength": 1, "minLength": 1,
"format": "email", "format": "email",
"admin": true "admin": true,
"preserve": true
}, },
"phone": { "phone": {
"type": "string", "type": "string",