2020-09-14 15:41:38 +08:00
|
|
|
|
{
|
|
|
|
|
"schema": {
|
|
|
|
|
"bsonType": "object",
|
|
|
|
|
"required": ["content", "count"],
|
2020-10-27 18:21:58 +08:00
|
|
|
|
"permission": {
|
2020-10-28 20:21:38 +08:00
|
|
|
|
"read": true,
|
|
|
|
|
"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,系统自动生成"
|
|
|
|
|
},
|
|
|
|
|
"content": {
|
|
|
|
|
"bsonType": "string",
|
|
|
|
|
"description": "搜索内容"
|
|
|
|
|
},
|
|
|
|
|
"count": {
|
2022-05-20 10:02:53 +08:00
|
|
|
|
"bsonType": "int",
|
2020-09-14 15:41:38 +08:00
|
|
|
|
"description": "搜索次数"
|
|
|
|
|
},
|
|
|
|
|
"create_date": {
|
|
|
|
|
"bsonType": "timestamp",
|
|
|
|
|
"description": "统计时间"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"index": []
|
|
|
|
|
}
|