2020-09-02 20:18:42 +08:00
|
|
|
|
{
|
|
|
|
|
"schema": {
|
|
|
|
|
"bsonType": "object",
|
|
|
|
|
"required": ["user_id"],
|
|
|
|
|
"properties": {
|
|
|
|
|
"_id": {
|
|
|
|
|
"description": "ID,系统自动生成"
|
|
|
|
|
},
|
|
|
|
|
"user_id": {
|
|
|
|
|
"bsonType": "string",
|
|
|
|
|
"description": "用户id,参考uni-id-users表"
|
|
|
|
|
},
|
|
|
|
|
"ua": {
|
|
|
|
|
"bsonType": "string",
|
|
|
|
|
"description": "userAgent"
|
|
|
|
|
},
|
2020-09-02 20:40:12 +08:00
|
|
|
|
"device_id": {
|
2020-09-02 20:18:42 +08:00
|
|
|
|
"bsonType": "string",
|
2020-09-02 20:40:12 +08:00
|
|
|
|
"description": "设备唯一标识(需要加密存储)"
|
2020-09-02 20:18:42 +08:00
|
|
|
|
},
|
|
|
|
|
"type": {
|
|
|
|
|
"bsonType": "string",
|
|
|
|
|
"enum": ["login", "logout"],
|
|
|
|
|
"description": "登录类型"
|
|
|
|
|
},
|
|
|
|
|
"ip": {
|
|
|
|
|
"bsonType": "string",
|
|
|
|
|
"description": "ip地址"
|
|
|
|
|
},
|
|
|
|
|
"create_date": {
|
|
|
|
|
"bsonType": "timestamp",
|
|
|
|
|
"description": "创建时间"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"index": []
|
|
|
|
|
}
|