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

66 lines
1.2 KiB
JSON
Raw 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.

// 文档教程: https://uniapp.dcloud.net.cn/uniCloud/schema
{
"bsonType": "object",
"required": [],
"permission": {
"read": true,
"create": true,
"update": true,
"delete": true
},
"properties": {
"_id": {
"description": "ID系统自动生成"
},
"chine_id": {
"bsonType": "string",
"title": "id",
"trim": "both",
"defaultValue": "0",
"description": "id",
"permission": {
".read": true,
".create": true,
".update": true,
".delete": true,
"read": true,
"create": true,
"update": true,
"delete": true
}
},
"machine_id": {
"bsonType": "string",
"title": "机器id",
"trim": "both",
"defaultValue": "0",
"description": "机器id",
"permission": {
".read": true,
".create": true,
".update": true,
".delete": true,
"read": true,
"create": true,
"update": true,
"delete": true
}
},
"SavteData": {
"bsonType": "object",
"defaultValue": "0",
"description": "接收的数据:",
"permission": {
".read": true,
".create": true,
".update": true,
".delete": true,
"read": true,
"create": true,
"update": true,
"delete": true
}
}
}
}