Files
mht.js/uniCloud-aliyun/database/uni-stat-app-versions.schema.json
2025-10-22 07:50:31 +08:00

39 lines
840 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"bsonType": "object",
"description": "提供应用的版本号字典",
"required": [],
"permission": {
"read": false,
"create": false,
"update": false,
"delete": false
},
"properties": {
"_id": {
"description": "ID系统自动生成"
},
"appid": {
"bsonType": "string",
"description": "统计应用ID对应opendb-app-list.appid",
"foreignKey": "opendb-app-list.appid"
},
"platform_id": {
"bsonType": "string",
"description": "应用平台对应uni-stat-app-platforms._id",
"foreignKey": "uni-stat-app-platforms._id"
},
"version": {
"bsonType": "string",
"description": "应用版本"
},
"create_time": {
"bsonType": "timestamp",
"description": "创建时间"
},
"last_modify_time": {
"bsonType": "timestamp",
"description": "最后修改时间"
}
}
}