初始提交
This commit is contained in:
39
uniCloud-aliyun/database/Underlying.schema.json
Normal file
39
uniCloud-aliyun/database/Underlying.schema.json
Normal file
@@ -0,0 +1,39 @@
|
||||
// 文档教程: 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": "版本名称"
|
||||
},
|
||||
"TextUrl": {
|
||||
"bsonType": "String",
|
||||
"describe": "文本下载地址"
|
||||
},
|
||||
"EnableUrl": {
|
||||
"bsonType": "String",
|
||||
"describe": "更新标志"
|
||||
},
|
||||
"ConfigID": {
|
||||
"bsonType": "string",
|
||||
"describe": "机器id"
|
||||
},
|
||||
"RestartApp": {
|
||||
"bsonType": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user