From f4ce8662bbcac15fd02fcfc137fac56c825c781f Mon Sep 17 00:00:00 2001 From: handongxun Date: Sat, 9 Jan 2021 22:03:09 +0800 Subject: [PATCH] =?UTF-8?q?update:=20uni-id-address=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=AD=97=E6=AE=B5telephone,telephone=5Farea=5Fcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/uni-id-address/collection.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/collection/uni-id-address/collection.json b/collection/uni-id-address/collection.json index 31162af..c763a0c 100644 --- a/collection/uni-id-address/collection.json +++ b/collection/uni-id-address/collection.json @@ -1,7 +1,7 @@ { "schema": { "bsonType": "object", - "required": ["name", "province_code", "city_code", "area_code"], + "required": ["name", "mobile", "area_code", "address"], "properties": { "_id": { "description": "ID,系统自动生成" @@ -17,7 +17,7 @@ }, "alias": { "bsonType": "string", - "description": "别名,例如:家里、公司", + "description": "别名,例如:家、公司、学校", "title": "别名" }, "mobile": { @@ -30,16 +30,6 @@ "description": "国际区号,中国大陆为 +86", "title": "国际区号" }, - "telephone": { - "bsonType": "string", - "description": "电话", - "title": "电话" - }, - "telephone_area_code": { - "bsonType": "string", - "description": "电话区号", - "title": "电话区号" - }, "province_code": { "bsonType": "string", "description": "省级编码,冗余存储",