diff --git a/collection/opendb-app-list/collection.json b/collection/opendb-app-list/collection.json index 36a1fdb..b941018 100644 --- a/collection/opendb-app-list/collection.json +++ b/collection/opendb-app-list/collection.json @@ -52,16 +52,24 @@ } }, "creator_uid": { - "description": "创建者的user_id,创建者必然是用户", + "description": "创建者的user_id,创建者必然是用户,不随应用转让而改变", "bsonType": "string" }, "owner_type": { "bsonType": "int", - "description": "当前应用归属者类型,1:个人,2:企业" + "description": "应用当前归属者类型,1:个人,2:企业" }, "owner_id": { - "description": "当前应用归属者的id,所有者可能是个人,也可以能是公司", - "bsonType": "string" + "bsonType": "string", + "description": "应用当前归属者的id,user_id or enterprise_id" + }, + "managers":{ + "bsonType":"array", + "description":"应用管理员ID列表" + }, + "members":{ + "bsonType":"array", + "description":"团队成员ID列表" }, "create_date": { "bsonType": "timestamp",