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": "省级编码,冗余存储",