diff --git a/collection/opendb-app-versions/collection.json b/collection/opendb-app-versions/collection.json index a263c5e..bdc976d 100644 --- a/collection/opendb-app-versions/collection.json +++ b/collection/opendb-app-versions/collection.json @@ -81,8 +81,8 @@ }, "uni_platform": { "bsonType": "string", - "description": "uni平台信息,如:mp-weixin/web/app", - "label": "平台" + "description": "uni平台信息,如:mp-weixin/web/ios/android", + "label": "uni 平台" }, "version": { "bsonType": "string", @@ -96,8 +96,8 @@ }, "url": { "bsonType": "string", - "description": "可下载安装包地址", - "label": "包地址" + "description": "可下载或跳转的链接", + "label": "链接" }, "stable_publish": { "bsonType": "bool", @@ -129,6 +129,37 @@ "create_env": { "bsonType": "string", "description": "创建来源,uni-stat:uni统计自动创建,upgrade-center:升级中心管理员创建" + }, + "store_list": { + "bsonType": "array", + "description": "发布的应用市场", + "label": "应用市场", + "properties": { + "id": { + "bsonType": "string", + "description": "应用id,自动生成", + "label": "id" + }, + "name": { + "bsonType": "string", + "description": "应用名称", + "label": "应用名称" + }, + "scheme": { + "bsonType": "string", + "description": "应用 scheme", + "label": "应用 scheme" + }, + "enable": { + "bsonType": "bool", + "description": "是否启用" + }, + "priority": { + "bsonType": "int", + "description": "按照从大到小排序", + "label": "优先级" + } + } } }, "version": "0.0.1"