opendb/collection/opendb-search-log/collection.json

29 lines
613 B
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.

{
"schema": {
"bsonType": "object",
"required": ["user_id", "content"],
"properties": {
"_id": {
"description": "ID系统自动生成"
},
"user_id": {
"bsonType": "string",
"description": "收藏者id参考uni-id-users表"
},
"device_id": {
"bsonType": "string",
"description": "设备id"
},
"content": {
"bsonType": "string",
"description": "搜索内容"
},
"create_date": {
"bsonType": "timestamp",
"description": "统计时间"
}
}
},
"index": []
}