update collection/opendb-contacts/collection.json.

This commit is contained in:
linju 2021-01-28 22:15:43 +08:00 committed by Gitee
parent 407843108f
commit 35dec4c6ce

View File

@ -41,9 +41,9 @@
}, },
"mobile": { "mobile": {
"bsonType": "string", "bsonType": "string",
"title": "手机号码", "title": "电话",
"order": 3, "order": 3,
"description": "手机号码", "description": "电话",
"pattern": "^\\+?[0-9-]{3,20}$", "pattern": "^\\+?[0-9-]{3,20}$",
"trim": "both" "trim": "both"
}, },