66 lines
1.2 KiB
JSON
66 lines
1.2 KiB
JSON
// 文档教程: 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
|
||
}
|
||
}
|
||
}
|
||
}
|