mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-29 17:12:22 +00:00
update schema file
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user