41 lines
884 B
JSON
41 lines
884 B
JSON
// 文档教程: https://uniapp.dcloud.net.cn/uniCloud/schema
|
||
{
|
||
"bsonType": "object",
|
||
"required": [],
|
||
"permission": {
|
||
"read": true,
|
||
"create": true,
|
||
"update": true,
|
||
"delete": true
|
||
},
|
||
"properties": {
|
||
"_id": {
|
||
"description": "ID,系统自动生成"
|
||
},
|
||
"versionCode": {
|
||
"bsonType": "int",
|
||
"describe": "版本号"
|
||
},
|
||
"versionName": {
|
||
"bsonType": "string",
|
||
"describe": "版本名称"
|
||
},
|
||
"versionInfo": {
|
||
"bsonType": "String",
|
||
"describe": "版本信息"
|
||
},
|
||
"updateType": {
|
||
"bsonType": "String",
|
||
"describe": " forcibly = 强制更新, solicit = 弹窗确认更新, silent = 静默更新 |"
|
||
},
|
||
"downloadUrl": {
|
||
"bsonType": "String",
|
||
"describe": "版本下载链接(IOS安装包更新请放跳转store应用商店链接,安卓apk和wgt文件放文件下载链接)"
|
||
},
|
||
"ConfigID": {
|
||
"bsonType": "String"
|
||
}
|
||
|
||
}
|
||
}
|