mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
update: uni-id-address 移除字段telephone,telephone_area_code
This commit is contained in:
parent
3d6db3fb7a
commit
f4ce8662bb
@ -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": "省级编码,冗余存储",
|
||||
|
Loading…
Reference in New Issue
Block a user