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",
"locked": true,
"minLength": 6,
"maxLength": 10
"maxLength": 10,
"preserve": true
},
"email": {
"type": "string",
"minLength": 1,
"format": "email",
"admin": true
"admin": true,
"preserve": true
},
"phone": {
"type": "string",