2020-09-14 15:41:38 +08:00
|
|
|
|
{
|
|
|
|
|
"schema": {
|
|
|
|
|
"bsonType": "object",
|
2020-10-27 18:21:58 +08:00
|
|
|
|
"required": ["content"],
|
|
|
|
|
"permission": {
|
2020-10-28 20:21:38 +08:00
|
|
|
|
"read": false,
|
|
|
|
|
"create": false,
|
|
|
|
|
"update": false,
|
|
|
|
|
"delete": false
|
2020-10-27 18:21:58 +08:00
|
|
|
|
},
|
2020-09-14 15:41:38 +08:00
|
|
|
|
"properties": {
|
|
|
|
|
"_id": {
|
|
|
|
|
"description": "ID,系统自动生成"
|
|
|
|
|
},
|
|
|
|
|
"user_id": {
|
|
|
|
|
"bsonType": "string",
|
2021-01-18 15:53:49 +08:00
|
|
|
|
"description": "搜索人id,参考uni-id-users表"
|
2020-09-14 15:41:38 +08:00
|
|
|
|
},
|
2021-01-18 21:18:45 +08:00
|
|
|
|
"device_uuid": {
|
2020-09-14 15:41:38 +08:00
|
|
|
|
"bsonType": "string",
|
|
|
|
|
"description": "设备id"
|
|
|
|
|
},
|
2021-01-18 15:53:49 +08:00
|
|
|
|
"platform": {
|
|
|
|
|
"bsonType": "string",
|
|
|
|
|
"description": "设备平台,如:mp-weixin、app-plus等"
|
|
|
|
|
},
|
2020-09-14 15:41:38 +08:00
|
|
|
|
"content": {
|
|
|
|
|
"bsonType": "string",
|
|
|
|
|
"description": "搜索内容"
|
|
|
|
|
},
|
2021-01-18 15:53:49 +08:00
|
|
|
|
"ip": {
|
|
|
|
|
"bsonType": "string",
|
|
|
|
|
"description": "客户端IP地址",
|
|
|
|
|
"forceDefaultValue": {
|
|
|
|
|
"$env": "clientIP"
|
|
|
|
|
}
|
|
|
|
|
},
|
2020-09-14 15:41:38 +08:00
|
|
|
|
"create_date": {
|
|
|
|
|
"bsonType": "timestamp",
|
|
|
|
|
"description": "统计时间"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"index": []
|
|
|
|
|
}
|